Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | /spawnmob sheep:<colour> + /spawnmob sheep:baby = /spawnmob sheep:<colour>baby. | KHobbits | 2011-11-30 | -3/+8 |
| | | | | And as a nice extra, random: /spawnmob sheep:randombaby 10 | |||
* | Missing an Animal. | KHobbits | 2011-11-30 | -0/+1 |
| | ||||
* | New config option update-bed-at-daytime that allows players to always set ↵ | snowleo | 2011-11-30 | -0/+57 |
| | | | | their bed location | |||
* | Updated readme about format guidelines. | snowleo | 2011-11-30 | -1/+1 |
| | ||||
* | Removing old settings.zip | snowleo | 2011-11-30 | -0/+0 |
| | ||||
* | Fix /balancetop, cache was not cleared | snowleo | 2011-11-30 | -18/+30 |
| | ||||
* | Merge branch 'refs/heads/groupmanager' | snowleo | 2011-11-29 | -9/+10 |
|\ | ||||
| * | mirror world_the_end in default config.yml | snowleo | 2011-11-29 | -0/+1 |
| | | ||||
| * | globalgroups prefix 'g:' is now not case sensitive. | ElgarL | 2011-11-29 | -9/+9 |
| | | ||||
* | | Using this code until Bukkit fixes spawnCreature() | snowleo | 2011-11-29 | -2/+1 |
| | | ||||
* | | Output the redirected plugin too. | snowleo | 2011-11-29 | -18/+28 |
| | | ||||
* | | Allow joinList to understand Collections. | snowleo | 2011-11-29 | -4/+4 |
| | | ||||
* | | Merge branch 'master' of github.com:essentials/Essentials | KHobbits | 2011-11-29 | -1/+3 |
|\ \ | ||||
| * | | Fix NPE in getUser() | snowleo | 2011-11-29 | -1/+3 |
| | | | ||||
* | | | Adding some debug info to /essentials | KHobbits | 2011-11-29 | -11/+51 |
| | | | ||||
* | | | Settings Cleanup. | KHobbits | 2011-11-29 | -8/+5 |
|/ / | ||||
* | | GC: Never force reclaiming RAM on user logout, it will be done ↵ | KHobbits | 2011-11-29 | -32/+0 |
| | | | | | | | | | | | | automatically, when the time is right. ~ Should reduce player event lag a little bit ~ | |||
* | | Merge branch 'master' of github.com:essentials/Essentials | KHobbits | 2011-11-29 | -1/+8 |
|\ \ | ||||
| * | | 1TBS? Nope, Allman | snowleo | 2011-11-29 | -1/+8 |
| | | | | | | | | | | | | This reverts commit a36b755248f9029cfa2f02f9514ea445f0d253f5. | |||
* | | | Handle a null handler (GM) | KHobbits | 2011-11-29 | -0/+28 |
|/ / | ||||
* | | New format guidelines? | snowleo | 2011-11-29 | -8/+1 |
| | | ||||
* | | UserMap.getUser() will return null on failure. | snowleo | 2011-11-29 | -32/+16 |
| | | ||||
* | | Fix NPE when reading old player files | snowleo | 2011-11-29 | -10/+21 |
| | | ||||
* | | Fix another bug in /sell | snowleo | 2011-11-28 | -1/+1 |
| | | ||||
* | | Allow to set size of MagmaCubes in /spawnmob | snowleo | 2011-11-28 | -15/+15 |
| | | ||||
* | | Added info how to read the next page to /info /help /motd /rules | snowleo | 2011-11-28 | -11/+31 |
| | | ||||
* | | Fix bug in /sell command | snowleo | 2011-11-28 | -1/+2 |
| | | ||||
* | | Changes to /sell /give and /item | snowleo | 2011-11-28 | -18/+33 |
| | | | | | | | | | | | | | | | | | | Material.getMaxStackSize() will now be used in /give and /item The config option default-stack-size has been removed New config option oversized-stacksize and permission essentials.oversizedstacks Fixes bug giving out too many items on /give and /item when a stacksize > 64 is given. Fixes bug in /sell that ignores enchantments /sell now uses Material.getMaxStackSize() for /sell egg 2s (will sell 32 instead of 128 now) | |||
* | | Translation of /balancetop | snowleo | 2011-11-28 | -2/+9 |
| | | ||||
* | | Calculation of /balancetop is now async to prevent slowdown of the server | snowleo | 2011-11-28 | -34/+136 |
| | | ||||
* | | Ignore defaultstacksize from config, just use 64 | snowleo | 2011-11-28 | -7/+7 |
| | | ||||
* | | Merge branch 'master' of github.com:essentials/Essentials | KHobbits | 2011-11-28 | -1/+10 |
|\ \ | ||||
| * | | New option for EssProtect: Prevent villager death. | snowleo | 2011-11-28 | -0/+9 |
| | | | ||||
| * | | Forgot this again. :D | snowleo | 2011-11-28 | -1/+1 |
| | | | ||||
* | | | Adding extra mobs to essentials protect, changing some default settings. | KHobbits | 2011-11-28 | -4/+6 |
|/ / | ||||
* | | Someone said something about wanting Snowmen. | KHobbits | 2011-11-28 | -2/+4 |
| | | | | | | | | | | ... and MagmaCubes. Bukkit #1045 CraftBukkit #1522 | |||
* | | Fix empty argument in delhome. | KHobbits | 2011-11-28 | -12/+20 |
| | | ||||
* | | Fix broken trade/buy signs because of a wrong cast | snowleo | 2011-11-27 | -2/+16 |
| | | ||||
* | | Allow enchantments to be removed using /enchant enchantmentname 0 | snowleo | 2011-11-27 | -13/+28 |
| | | ||||
* | | New permissions: | snowleo | 2011-11-27 | -0/+17 |
| | | | | | | | | essentials.spawnmob.[mobname] and essentials.spawner.[mobname] | |||
* | | Catch exception instead of checking for null | snowleo | 2011-11-27 | -2/+6 |
| | | ||||
* | | Update Essentials/src/messages_fr.properties | snowleo | 2011-11-27 | -1/+1 |
| | | ||||
* | | Merge pull request #32 from leagris/patch-1 | snowleo | 2011-11-27 | -180/+180 |
|\ \ | | | | | | | Up to date, more accurate french translation. | |||
| * | | Up to date, more accurate french translation. | Léa Gris | 2011-11-27 | -180/+180 |
|/ / | ||||
* | | Allow /unbanip playername, not just ips | snowleo | 2011-11-27 | -1/+5 |
| | | ||||
* | | Don't add the internal bukkit names to the enchantment list, to make it shorter. | snowleo | 2011-11-27 | -1/+1 |
| | | ||||
* | | Revert to the old behavior of oversized stacks. We might remove or change ↵ | snowleo | 2011-11-27 | -5/+10 |
| | | | | | | | | this in the future. | |||
* | | Updated the enchantment names to match those of the game | snowleo | 2011-11-27 | -5/+14 |
| | | ||||
* | | Enchantments in CraftBukkit are still broken, but it works with Essentials :) | snowleo | 2011-11-27 | -10/+83 |
| | | ||||
* | | Fix Typo | snowleo | 2011-11-27 | -1/+1 |
| | |