Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Expose other plugins ban masks. | KHobbits | 2013-09-04 | -1/+16 |
| | ||||
* | Properly handle negative /clear amounts. | KHobbits | 2013-09-04 | -2/+7 |
| | ||||
* | Reimplement 'private' keywords. | KHobbits | 2013-09-01 | -11/+36 |
| | ||||
* | New enum cached, lazy generated KeywordReplacer | KHobbits | 2013-08-31 | -119/+280 |
| | | | | This runs before the pager, so keywords on other pages will still be parsed. | |||
* | Use Tamed instead of horse/ocelot/wolf | Pocketkid2 | 2013-08-31 | -16/+2 |
| | ||||
* | Add support for coloured authors on books | KHobbits | 2013-08-31 | -1/+1 |
| | | | | Fixes ESS-4690 | |||
* | Add debug output to keyword replacer | KHobbits | 2013-08-30 | -23/+46 |
| | ||||
* | This tp req cancel isn't needed anymore. | KHobbits | 2013-08-30 | -1/+0 |
| | ||||
* | Don't waste cpu on /baltop if eco is disabled. | KHobbits | 2013-08-28 | -12/+18 |
| | ||||
* | Extend eco disable option to block eco lookups. This can be required to ↵ | KHobbits | 2013-08-28 | -12/+48 |
| | | | | | | combat slow SQL economies. This option is not recommended under normal circumstances. | |||
* | Don't allow buying partial item sets via trade signs. | KHobbits | 2013-08-28 | -1/+1 |
| | ||||
* | Add another customtext example (including one with multiple aliases) | KHobbits | 2013-08-20 | -0/+4 |
| | ||||
* | Add support for {PLAYERLIST:GROUP} AND {PLAYERLIST:GROUP:<none>} | KHobbits | 2013-08-20 | -145/+181 |
| | | | | Replace <none> with what you want to show if there are no players from that group online. | |||
* | Add COORDS, UPTIME and TPS keywords | Chris Ward | 2013-08-20 | -3/+35 |
| | ||||
* | More colour. | KHobbits | 2013-08-20 | -1/+1 |
| | ||||
* | Refresh default motd. | KHobbits | 2013-08-19 | -2/+3 |
| | ||||
* | Fix text file color code escaping (&&6 -> &6) Add support for color escaping ↵ | KHobbits | 2013-08-19 | -23/+27 |
| | | | | in ingame chat Other formatting class cleanup | |||
* | New command /customtext - This command is intended to be used with ↵ | KHobbits | 2013-08-19 | -2/+61 |
| | | | | bukkit.yml aliases to make custom commands. | |||
* | Add support for multiple bookmarks/chapter names | KHobbits | 2013-08-19 | -16/+21 |
| | | | | Clean up info file handling | |||
* | Fix tests | KHobbits | 2013-08-18 | -1/+0 |
| | ||||
* | Reset fall distance when toggling fly so fall damage is not accidentally ↵ | KHobbits | 2013-08-18 | -1/+3 |
| | | | | applied. | |||
* | Fix a few issues with /list and group formatting. | KHobbits | 2013-08-18 | -11/+24 |
| | ||||
* | Fix feed cooldown bypass permission: | KHobbits | 2013-08-18 | -2/+2 |
| | | | | Permission: essentials.feed.cooldown.bypass | |||
* | Fix NPE in /kill when used from console. Thanks Necrodoom | KHobbits | 2013-08-18 | -1/+1 |
| | ||||
* | Add muting offline players | KHobbits | 2013-08-18 | -27/+54 |
| | | | | Permission: essentials.mute.offline | |||
* | Allow alternative command handler to also pass tab complete. | KHobbits | 2013-08-15 | -0/+30 |
| | ||||
* | items.csv - try move the most common item alias to top of aliases stack | Necrodoom | 2013-08-15 | -429/+383 |
| | | | | without ore aliases remove | |||
* | Use essentials itemdb for charge messages. | KHobbits | 2013-08-15 | -4/+25 |
| | ||||
* | Use user object to send messages when possible. | KHobbits | 2013-08-15 | -8/+9 |
| | ||||
* | Gracefully handle botched plugin starts | KHobbits | 2013-08-13 | -98/+127 |
| | ||||
* | Fix mail sendall from console skipping first param | KHobbits | 2013-08-13 | -2/+2 |
| | ||||
* | fix config comment at heal-cooldown | Necrodoom | 2013-08-13 | -1/+1 |
| | ||||
* | Update Commandremove.java | Pocketkid2 | 2013-08-13 | -1/+1 |
| | | | | Fix class checking in /remove | |||
* | trim and replace spaces in chapter names to always work in commands | Necrodoom | 2013-08-13 | -1/+1 |
| | ||||
* | Teleport cleanup | KHobbits | 2013-08-13 | -16/+1 |
| | ||||
* | Fix NPE in /back when no previous location exists | GunfighterJ | 2013-08-13 | -0/+22 |
| | ||||
* | Restore safe location for /top | KHobbits | 2013-08-13 | -1/+2 |
| | ||||
* | Prevent inf loop when adding air to kits. | KHobbits | 2013-08-12 | -2/+10 |
| | | | | Should fix #4555 | |||
* | Fully support numerical worth yml data. | KHobbits | 2013-08-11 | -0/+12 |
| | ||||
* | When in fly+god mode or when in creative mode, don't use safe teleport ↵ | KHobbits | 2013-08-11 | -15/+41 |
| | | | | | | | location when teleporting to other players. Enable fly in unsafe circumstances. This only works when teleporting within worlds for permission reasons. | |||
* | Update plugin.yml and add some aliases (Evonuts is going to hate me) | KHobbits | 2013-08-11 | -16/+17 |
| | ||||
* | Allow toggling vanish for other players | KHobbits | 2013-08-11 | -54/+60 |
| | | | | Permission: essentials.vanish.others | |||
* | General cleanup. | KHobbits | 2013-08-11 | -41/+23 |
| | | | | Add optional TL param for tempban/mute time in notify message | |||
* | The /tpahere command now stores the location of 'here' rather than using the ↵ | KHobbits | 2013-08-11 | -34/+32 |
| | | | | | | current players location. Cleanup teleport logic - This also fixes exploiting /tpahere to get accesses to restricted areas. | |||
* | Update Mob.java | KHobbits | 2013-08-09 | -1/+1 |
| | ||||
* | display syntax if more than one argument to avoid confusion with command purpose | Necrodoom | 2013-08-05 | -5/+8 |
| | | | | more clearly, show syntax when people try to do /money give playername amount | |||
* | Update Bukkit for 1.6.2R0.1 beta | KHobbits | 2013-08-05 | -4/+40 |
| | | | | CB: 2838 Bukkit: 2252 | |||
* | Update Translations from crowdin | KHobbits | 2013-08-05 | -110/+653 |
| | ||||
* | Force space after group in /list | KHobbits | 2013-08-04 | -2/+2 |
| | ||||
* | Remove duplicate key | GunfighterJ | 2013-08-04 | -1/+0 |
| |