Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Merge branch 'master' of https://github.com/essentials/Essentials | snowleo | 2011-07-16 | -10/+30 | |
| |\ | |||||
| * | | Created an interface for settings. | snowleo | 2011-07-16 | -14/+193 | |
| | | | |||||
* | | | essentials.mute.exempt prevents muting, send messages when a player is muted ↵ | ementalo | 2011-07-16 | -4/+39 | |
| |/ |/| | | | | | to the muted | ||||
* | | Merge pull request #12 from khobbits/master | ementalo | 2011-07-15 | -8/+18 | |
|\ \ | | | | | | | Tidy plugins.yml, tidy help. | ||||
| * | | Format. | KHobbits | 2011-07-15 | -10/+9 | |
| | | | |||||
| * | | Adding a failure message for help search | KHobbits | 2011-07-15 | -3/+12 | |
| | | | |||||
| * | | Adjust the help for more alias' | KHobbits | 2011-07-15 | -3/+5 | |
| | | | |||||
* | | | This change did not commit | ementalo | 2011-07-16 | -1/+2 | |
| | | | |||||
* | | | Test #393 adding optional ban reason with tempban /tempban player time ↵ | ementalo | 2011-07-16 | -2/+11 | |
| |/ |/| | | | | | reason, also adding essentials.tempban.exempt | ||||
* | | Fix merge error | snowleo | 2011-07-16 | -1/+2 | |
| | | |||||
* | | Merge branch 'master' of https://github.com/essentials/Essentials | snowleo | 2011-07-16 | -32/+38 | |
|\ \ | |||||
| * | | offline player validation for banning | ementalo | 2011-07-15 | -17/+13 | |
| | | | |||||
| * | | Merge branch 'master' of github.com:essentials/Essentials | ementalo | 2011-07-15 | -330/+267 | |
| |\ \ | |||||
| * | | | fixing offline player permissions check-ups. | ementalo | 2011-07-15 | -15/+25 | |
| | | | | | | | | | | | | | | | | | | | | Ban for offline players. 2 new permissions nodes. essentials.ban.exempt and essentials.kick.exempt. People with this permission cannot be banned / kicked | ||||
* | | | | Heavy cleanup of all classes | snowleo | 2011-07-16 | -292/+328 | |
| |/ / |/| | | | | | | | | | | | ItemDb is not static anymore Essentials.getStatic() removed | ||||
* | | | Cleanup of Essentials class | snowleo | 2011-07-15 | -330/+267 | |
|/ / | | | | | | | Moved all ban stuff to BanWorkaround | ||||
* | | Fix #682 line numbers of trade signs corrected | snowleo | 2011-07-15 | -3/+3 | |
| | | |||||
* | | Test #683 | snowleo | 2011-07-15 | -1/+1 | |
| | | | | | | | | fix for unbreakable sign | ||||
* | | Cleanup of Essentials Block and Player Listeners | snowleo | 2011-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: | snowleo | 2011-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/ban | snowleo | 2011-07-15 | -10/+18 | |
| | |||||
* | Moved user.setDisplayName() from EssentialsChat to Essentials | snowleo | 2011-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.sleepingignored | snowleo | 2011-07-15 | -38/+42 | |
| | |||||
* | /balance in console for offline users | snowleo | 2011-07-15 | -1/+1 | |
| | |||||
* | Log Protection alerts to the console | snowleo | 2011-07-15 | -13/+16 | |
| | | | | Also added the world name, which was missing. | ||||
* | Disable /unlimited for fire block | snowleo | 2011-07-15 | -0/+2 | |
| | |||||
* | Correct sorting | snowleo | 2011-07-15 | -9/+18 | |
| | |||||
* | actually remove sorting methods | ementalo | 2011-07-15 | -31/+0 | |
| | |||||
* | balancetop only braodcasts to the issuer now, fix messages, remove util ↵ | ementalo | 2011-07-15 | -17/+24 | |
| | | | | sortingmethods | ||||
* | balance top output to chat | ementalo | 2011-07-15 | -0/+13 | |
| | |||||
* | Test #383 added balance top. Hardlimit max of 10 users at the moment. ↵ | ementalo | 2011-07-15 | -5/+97 | |
| | | | | /balancetop retrieves all 10 /balancetop <1-10> retrieves the top number you specify | ||||
* | fix messages when /eco'ing others | ementalo | 2011-07-14 | -7/+20 | |
| | |||||
* | Test #614 fix for socialspy | ementalo | 2011-07-14 | -2/+2 | |
| | |||||
* | Signcolors also has High, so we have to use Highest | snowleo | 2011-07-10 | -1/+1 | |
| | |||||
* | Fix signcolors bug | snowleo | 2011-07-10 | -1/+1 | |
| | |||||
* | add thy shears forsooth | ementalo | 2011-07-09 | -0/+1 | |
| | |||||
* | add missing items | ementalo | 2011-07-09 | -0/+5 | |
| | |||||
* | updated items.csv by necrodoom | ementalo | 2011-07-09 | -7/+44 | |
| | |||||
* | merge went odd | ementalo | 2011-07-09 | -82/+120 | |
| | |||||
* | CB# 974 | ementalo | 2011-07-09 | -121/+93 | |
| | |||||
* | Merge pull request #11 from khobbits/patch-1 | ementalo | 2011-07-09 | -0/+7 | |
|\ | | | | | Add support for permissions: in plugin.yml files | ||||
| * | Edited Essentials/src/com/earth2me/essentials/commands/Commandhelp.java via ↵ | KHobbits | 2011-07-08 | -0/+7 | |
|/ | | | | GitHub | ||||
* | fix take message for ec | ementalo | 2011-07-08 | -1/+1 | |
| | |||||
* | fixing eco command player argument. must be careful with c&p :/ | ementalo | 2011-07-08 | -1/+1 | |
| | |||||
* | missed this from checkin oops | ementalo | 2011-07-08 | -38/+54 | |
| | |||||
* | /balance offline players. Send message to initiator of eco commands | ementalo | 2011-07-08 | -8/+4 | |
| | |||||
* | update signs after trades | ementalo | 2011-07-08 | -0/+14 | |
| | |||||
* | copy and paste argument fix | ementalo | 2011-07-08 | -1/+1 | |
| | |||||
* | /eco offline players | ementalo | 2011-07-08 | -16/+15 | |
| | |||||
* | Set priority to Highest to prevent item dupe with trade signs. | snowleo | 2011-07-08 | -1/+1 | |
| |