Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix broken charge for shout and question | snowleo | 2011-12-09 | -45/+59 |
| | ||||
* | Allow timeout of /tpa /tpahere requests | ementalo | 2011-12-08 | -0/+52 |
| | | | | | Adds new config setting tpa-accept-cancellation Test #781 | |||
* | Merge branch 'master' of github.com:essentials/Essentials | KHobbits | 2011-12-08 | -20/+17 |
|\ | ||||
| * | Merge branch 'refs/heads/groupmanager' | snowleo | 2011-12-08 | -20/+17 |
| |\ | ||||
| | * | Fix manload to properly clone user variables. | ElgarL | 2011-12-08 | -20/+17 |
| | | | ||||
* | | | First Refactor of Kits | KHobbits | 2011-12-08 | -119/+210 |
|/ / | | | | | | | New sign: [Kit] / <kit name> / [group] / [charge] | |||
* | | Merge branch 'master' of github.com:essentials/Essentials | KHobbits | 2011-12-08 | -8/+27 |
|\ \ | ||||
| * | | Fix for Towny using an old method. | snowleo | 2011-12-08 | -0/+5 |
| | | | ||||
| * | | Prevent blockdamage by enderdragon (default true) in EssentialsProtect ↵ | snowleo | 2011-12-08 | -8/+22 |
| | | | | | | | | | | | | CB#1566 B#1058 | |||
* | | | Adjusting /spawn to not trigger respawn event. | KHobbits | 2011-12-08 | -6/+15 |
|/ / | ||||
* | | Fix Jails not loaded after server start. | snowleo | 2011-12-07 | -0/+1 |
| | | ||||
* | | /home sends the player to bed again before it tries to respawn. | snowleo | 2011-12-07 | -0/+8 |
| | | ||||
* | | Allow to set the Respawn priority in config. | snowleo | 2011-12-07 | -4/+40 |
| | | ||||
* | | Fix Enchant sign, the user has to hold the item in hand now. A * or "any" in ↵ | snowleo | 2011-12-07 | -32/+49 |
| | | | | | | | | the second line allows to enchant all possible items. | |||
* | | Use of our Inventory code in enchant sign to be reliable. | snowleo | 2011-12-07 | -11/+9 |
| | | ||||
* | | New config option disable-item-pickup-while-afk, defaults to true. | snowleo | 2011-12-07 | -6/+33 |
| | | ||||
* | | Banned moved from /whois to /seen | snowleo | 2011-12-07 | -1/+4 |
| | | ||||
* | | SnakeYaml now ignores additional mapping values in files, so it throws less ↵ | snowleo | 2011-12-07 | -0/+134 |
| | | | | | | | | errors. | |||
* | | Fix I18n file not loading from Essentials folder, when the locale is not ↵ | snowleo | 2011-12-07 | -1/+1 |
| | | | | | | | | defined in config. | |||
* | | Fix /mail sendall, fixes #1209 | snowleo | 2011-12-07 | -12/+14 |
| | | ||||
* | | /balancetop now has pages instead of max argument | snowleo | 2011-12-07 | -42/+61 |
| | | | | | | | | Test #1210 | |||
* | | Null check in new player teleport, fixes #1212 | snowleo | 2011-12-07 | -1/+5 |
| | | ||||
* | | Missing translation for last commit | snowleo | 2011-12-07 | -3/+10 |
| | | ||||
* | | Support for experience as trading goods on signs. This will not work until ↵ | snowleo | 2011-12-07 | -25/+114 |
| | | | | | | | | experience is fixed in Bukkit. | |||
* | | Updated /near and /getpos command, added new argument playername | snowleo | 2011-12-07 | -23/+109 |
| | | | | | | | | Test #1214 | |||
* | | New feature: IsBanned to /whois | Khyperia | 2011-12-07 | -0/+8 |
| | | ||||
* | | Added new player argument: /spawnmob <mob> [amount] [player] | Khyperia | 2011-12-07 | -6/+12 |
| | | | | | | | | Test: #821 | |||
* | | Merge branch 'master' of github.com:essentials/Essentials | ementalo | 2011-12-07 | -3/+122 |
|\ \ | ||||
| * | | New feature: /mail sendall <message> | Khyperia | 2011-12-07 | -0/+36 |
| | | | | | | | | | | | | Test: #649 | |||
| * | | Renamed /find to /itemdb | Khyperia | 2011-12-07 | -6/+18 |
| | | | ||||
| * | | New command: /find <item> | Khyperia | 2011-12-07 | -3/+74 |
| | | | | | | | | | | | | | | | | | | Test #278 Test #293 Test #348 | |||
* | | | Catch TeleportClause.COMMAND in the teleport listener. | ementalo | 2011-12-07 | -49/+69 |
|/ / | | | | | | | Changed Teleport methods to pass a TeleportClause param | |||
* | | Fix serious bug in Dev2.7.137 - Dev2.7.144: if spawn.yml is not present, the ↵ | snowleo | 2011-12-07 | -20/+19 |
| | | | | | | | | server will run into a deadlock. | |||
* | | Adding ability to save /back location from teleport events outside essentilals | ementalo | 2011-12-06 | -4/+43 |
| | | | | | | | | | | | | New config setting to turn this on "register-back-in-listener" Test #1200 CB#1560 / B#1055 | |||
* | | Fixing color in announce-format | snowleo | 2011-12-06 | -1/+1 |
| | | ||||
* | | This is no longer needed | snowleo | 2011-12-06 | -103/+0 |
| | | ||||
* | | More cleanup | snowleo | 2011-12-06 | -548/+19 |
| | | ||||
* | | Added /jail /ejail alias to plugin.yml | snowleo | 2011-12-06 | -2/+2 |
| | | ||||
* | | Updated Jails to use the new config classes | snowleo | 2011-12-06 | -207/+380 |
| | | ||||
* | | cleanup | snowleo | 2011-12-06 | -1/+1 |
| | | ||||
* | | New Interfaces in api package (WIP) | snowleo | 2011-12-06 | -8/+256 |
| | | ||||
* | | UserBase is abstract | snowleo | 2011-12-06 | -1/+1 |
| | | ||||
* | | Refactoring to create less redundant code | snowleo | 2011-12-06 | -160/+315 |
| | | ||||
* | | Prevent some rare cases of NPE and Deadlocks, better error handling on yaml load | snowleo | 2011-12-06 | -104/+144 |
| | | ||||
* | | Updated EssentialsSpawn to use the new config code | snowleo | 2011-12-06 | -79/+406 |
| | | | | | | | | /spawn and /home now call the PlayerRespawnEvent to make it more compatible with other plugins. | |||
* | | More work done on config code | snowleo | 2011-12-06 | -75/+459 |
| | | ||||
* | | Using the correct type of Set in UserMap. | snowleo | 2011-12-06 | -3/+3 |
| | | ||||
* | | Check if the item can be enchanted. | snowleo | 2011-12-05 | -3/+12 |
| | | ||||
* | | Added {VERSION} to motd | Khyperia | 2011-12-05 | -0/+4 |
| | | | | | | | | Test #1198 | |||
* | | utf8 encoding | snowleo | 2011-12-04 | -52/+52 |
| | |