summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix #682 line numbers of trade signs correctedsnowleo2011-07-15-3/+3
|
* Test #683snowleo2011-07-15-1/+1
| | | | fix for unbreakable sign
* Cleanup of Essentials Block and Player Listenerssnowleo2011-07-15-1093/+98
| | | | | | Removed old sign code Moved some jail stuff to the JailPlayerListener Jail Events now have low priority, so that events are cancelled early.
* Fix /time command:snowleo2011-07-15-25/+51
| | | | | | | Removed essentials.time.player permission (this is now default) Added essentials.time.others permission Admins can now set the time of players Added reset option, that sets the time of the player to the world time
* Broadcast message on kick/bansnowleo2011-07-15-10/+18
|
* Moved user.setDisplayName() from EssentialsChat to Essentialssnowleo2011-07-15-19/+49
| | | | | | 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
* New permission: essentials.sleepingignoredsnowleo2011-07-15-38/+42
|
* /balance in console for offline userssnowleo2011-07-15-1/+1
|
* Log Protection alerts to the consolesnowleo2011-07-15-13/+16
| | | | Also added the world name, which was missing.
* Disable /unlimited for fire blocksnowleo2011-07-15-0/+2
|
* Correct sortingsnowleo2011-07-15-9/+18
|
* actually remove sorting methodsementalo2011-07-15-31/+0
|
* balancetop only braodcasts to the issuer now, fix messages, remove util ↵ementalo2011-07-15-17/+24
| | | | sortingmethods
* balance top output to chatementalo2011-07-15-0/+13
|
* Test #383 added balance top. Hardlimit max of 10 users at the moment. ↵ementalo2011-07-15-5/+97
| | | | /balancetop retrieves all 10 /balancetop <1-10> retrieves the top number you specify
* fix messages when /eco'ing othersementalo2011-07-14-7/+20
|
* Test #614 fix for socialspyementalo2011-07-14-2/+2
|
* Signcolors also has High, so we have to use Highestsnowleo2011-07-10-1/+1
|
* Fix signcolors bugsnowleo2011-07-10-1/+1
|
* add thy shears forsoothementalo2011-07-09-0/+1
|
* add missing itemsementalo2011-07-09-0/+5
|
* updated items.csv by necrodoomementalo2011-07-09-7/+44
|
* merge went oddementalo2011-07-09-82/+120
|
* CB# 974ementalo2011-07-09-121/+93
|
* Merge pull request #11 from khobbits/patch-1ementalo2011-07-09-0/+7
|\ | | | | Add support for permissions: in plugin.yml files
| * Edited Essentials/src/com/earth2me/essentials/commands/Commandhelp.java via ↵KHobbits2011-07-08-0/+7
|/ | | | GitHub
* fix take message for ecementalo2011-07-08-1/+1
|
* fixing eco command player argument. must be careful with c&p :/ementalo2011-07-08-1/+1
|
* missed this from checkin oopsementalo2011-07-08-38/+54
|
* /balance offline players. Send message to initiator of eco commandsementalo2011-07-08-8/+4
|
* update signs after tradesementalo2011-07-08-0/+14
|
* copy and paste argument fixementalo2011-07-08-1/+1
|
* /eco offline playersementalo2011-07-08-16/+15
|
* Set priority to Highest to prevent item dupe with trade signs.snowleo2011-07-08-1/+1
|
* missing translationementalo2011-07-08-0/+6
|
* Test #304 set the location using the setters location, not the players location.ementalo2011-07-07-1/+6
| | | | Support for offlline players
* use full english for disconnect to spare eyeballsementalo2011-07-07-4/+4
|
* #539 new config . remove-god-on-discon if people discon with godmode on it ↵ementalo2011-07-07-139/+153
| | | | will be turned off on quit.
* remove null check for user in toggle jail. this is handled when we get userementalo2011-07-07-5/+0
|
* Merge branch 'master' of github.com:essentials/Essentialsementalo2011-07-07-7/+9
|\
| * Return boolean on sendMessage (XMPP)snowleo2011-07-07-7/+9
| |
* | #571 test jailing offline players. Person needs to have visited the server ↵ementalo2011-07-07-3/+20
|/ | | | at least once and have a players.yml file
* Missing signs in sign list: balance and weathersnowleo2011-07-07-1/+3
|
* /spawnmob command: Show error message if EssentialsProtect will prevent ↵snowleo2011-07-07-2/+9
| | | | spawning of creature.
* Fix a bug with temp banning offline userssnowleo2011-07-07-1/+0
|
* New permission: essentials.signs.trade.overridesnowleo2011-07-07-1/+2
| | | | Allows admins to break trade sign of other players.
* Merge branch 'master' of https://github.com/essentials/Essentialssnowleo2011-07-07-20/+33
|\
| * Merge pull request #10 from khobbits/mastersnowleo2011-07-07-20/+32
| |\ | | | | | | Fixing help
| | * Fixing helpKHobbits2011-07-07-20/+32
| | |
| | * Merge branch 'master' of github.com:khobbits/EssentialsKHobbits2011-07-07-351/+1533
| | |\ | | |/ | |/| | | | | | | Conflicts: Essentials/src/com/earth2me/essentials/commands/Commandhelp.java