snowleo
63991cb38d
Moved all dependency on craftbukkit to one package in the main jar. The rest is now clean bukkit code. Also cleaned PlayerExtension class.
2011-11-22 03:02:08 +01:00
snowleo
220d68f375
Switch to the new I18n class and format cleanup of all classes
2011-11-21 02:55:26 +01:00
snowleo
14cc499421
Fix long prefix breaking setPlayerListName(), because they are too long.
...
If Essentials detects, that the player name would be too long with prefix and suffix to fit in the player list, it will only update the name without prefix and suffix but with nickname and opcolor.
2011-11-20 16:43:38 +01:00
KHobbits
4f8319bbb9
Warn in the console if group prefixes are too long.
...
People using displayname prefixes can set longer chat prefixes in the chat config.
2011-11-18 23:08:16 +00:00
KHobbits
11f02fb947
Code cleanup continues...
2011-11-18 18:11:49 +00:00
KHobbits
f0c49019dd
Only pull/push data on valid player data.
2011-11-04 23:13:21 +00:00
KHobbits
05242a7e8f
Force displayname update on /list.
...
Tidy duplicate displayname call.
2011-11-04 16:51:00 +00:00
KHobbits
d171cce45d
Trim long nicknames for use in tab list
...
Colour Nicknames
Refactor /nick Command
Fix nickother validity checks.
2011-11-03 22:13:50 +00:00
KHobbits
1757badf64
Cleanup last references to portal management in Essentials.
2011-10-30 01:37:18 +01:00
KHobbits
04de66bc8a
Sneaking in an option to disable prefix/suffix selectively.
...
(This will probably be removed during ess chat rewrite).
2011-10-27 06:17:18 +01:00
snowleo
1a020698d1
Use of lomboks delegate on player wrapping
2011-10-21 01:23:35 +02:00
ElgarL
cb41b7ac33
Fixed manudelsub not correctly selecting the group to remove.
2011-10-11 01:03:38 +01:00
KHobbits
da337284e5
Adding list name to /nick support.
2011-10-04 07:21:09 +01:00
snowleo
458068ae87
Fix god mode enabled after afk player quit the game
2011-09-30 00:09:48 +02:00
snowleo
c6e68f72ea
Only afk people, if they have essentials.afk permission.
2011-09-29 23:59:24 +02:00
KHobbits
8e0560ae1a
Make sure we don't bounce people with expired tempbans.
2011-09-26 23:37:00 +01:00
snowleo
91b504cc66
Correctly implement food level on god mode
2011-09-22 10:46:23 +02:00
snowleo
4c6cc5ced0
Updates for banning
...
Removing the ban workaround
We might remove the ban commands completely.
2011-09-07 22:34:53 +02:00
snowleo
998d097d7d
Fix afk not disabled after command use
2011-09-05 04:14:02 +02:00
snowleo
fb211d722c
Prevent that hidden players broadcast afk messages
...
Prevent that moving players triggers unafk too early, they can now move within a radius of 3 blocks from the position where they went afk.
2011-09-02 16:16:15 +02:00
snowleo
382bd24046
Prevent afk message after login, also don't show afk message on logout.
2011-09-01 15:29:45 +02:00
snowleo
d3dd4980a4
Using base instead of our wrapped player for permission check.
2011-08-31 12:51:59 +02:00
snowleo
610a713997
Fixes to auto afk
2011-08-27 22:29:57 +02:00
snowleo
f18c3c7e1d
Disable /nick if change-displayname is disabled
...
Some translations
2011-08-27 16:56:45 +02:00
snowleo
34987d6e07
Fixes for afk
2011-08-27 15:30:56 +02:00
snowleo
8998168ec2
Auto-AFK, AFK-Kick and freeze afk players
2011-08-27 13:59:49 +02:00
KHobbits
3d913f9fcc
Make home throw an exception if the world doesn't exist.
...
Add multiverse/missing world support to home upgrade.
2011-08-24 05:18:35 +01:00
KHobbits
6ee7017603
Adding Home upgrade script.
...
Tidying up home code.
2011-08-23 06:09:34 +01:00
KHobbits
0592c1fe11
Added multiple homes.
...
Permissions currently: essentials.sethome.multiple and essentials.sethome.multiple.unlimited
New config setting: multiple-homes (default value 5)
2011-08-23 03:42:32 +01:00
snowleo
a085503c84
Users are now loaded async, so we have a new internal structure where they are saved.
...
I also did some cleanup on the classes that I worked on.
This needs testing, it might break, because it does not behave 100% identical like before.
it's possible that /balancetop now needs more time to finish, if not all users are loaded into memory.
2011-08-08 14:40:40 +02:00
snowleo
3cedfeef2c
Separate config setting for prefix/suffix
2011-07-23 01:43:02 +02:00
snowleo
06dc9c25af
Revert "I don't think we need this anymore."
...
This reverts commit 83b71eef5e
.
Also inverted it, so it works now again.
2011-07-20 18:36:29 +02:00
snowleo
83b71eef5e
I don't think we need this anymore.
2011-07-18 06:19:40 +02:00
snowleo
be83383fd5
Added option to hide player from /list /who ... login message.
...
This is for other plugins, that want to hide a player.
Use IEssentials.getUser(Player p).setHidden(boolean)
2011-07-18 03:42:21 +02:00
snowleo
a38fe6acd4
Heavy cleanup of all classes
...
ItemDb is not static anymore
Essentials.getStatic() removed
2011-07-16 01:33:22 +02:00
snowleo
25c9557c59
Cleanup of Essentials class
...
Moved all ban stuff to BanWorkaround
2011-07-15 23:39:56 +02:00
snowleo
d2db6348d9
Moved user.setDisplayName() from EssentialsChat to Essentials
...
Added new config: change-displayname (default to true)
It allows users to disable the setDisplayName, if they have other plugins that modify the display name
Updated user.getNick() to use StringBuilder
2011-07-15 20:35:09 +02:00
snowleo
ae7275c7ad
New permission: essentials.sleepingignored
2011-07-15 20:13:52 +02:00
ementalo
1b0b0b1b57
fix messages when /eco'ing others
2011-07-14 23:27:04 +01:00
ementalo
e4ba0245be
fix take message for ec
2011-07-08 12:49:57 +01:00
ementalo
8a1fb88ecd
missed this from checkin oops
2011-07-08 12:29:06 +01:00
ementalo
39770cd46d
Test #304 set the location using the setters location, not the players location.
...
Support for offlline players
2011-07-07 22:24:50 +01:00
snowleo
f2107047da
Set sleeping ignored for afk players & disable afk mode on login
2011-07-06 00:05:44 +02:00
snowleo
88ded926f4
Corrected all commands of PermCommands
...
onCommand now supports the change of the permissions prefix
2011-06-26 15:47:28 +02:00
snowleo
4f16c8b5a7
Permissions 3.1.4
...
Added Code for Perm2, Perm3 and Config Permissions
Cleaned EssentialsChat
2011-06-07 00:24:39 +02:00
snowleo
117d938ac5
Several bug fixes and cleanup.
...
Found using PMD and FindBugs.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1553 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-06-01 10:40:12 +00:00
snowleo
5ae48481bd
Refactoring: New Charge class
...
user.canAfford(String), user.canAfford(EssentialsCommand), user.charge(String), user.charge(EssentialsCommand) have been removed.
Teleport class has been changed to use the Charge class.
This also fixes some bugs, like the one with warp signs.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1512 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-22 18:53:23 +00:00
snowleo
7686e04b69
Register v0.6
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1457 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-14 02:16:47 +00:00
snowleo
fa963505e8
Register v0.6
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1456 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-14 02:16:05 +00:00
snowleo
ea52e817b5
Move Register stuff inside Essentials
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1454 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-13 23:39:18 +00:00