summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials
Commit message (Expand)AuthorAgeLines
* More work done on config codesnowleo2011-12-06-70/+454
* Using the correct type of Set in UserMap.snowleo2011-12-06-3/+3
* Check if the item can be enchanted.snowleo2011-12-05-3/+12
* Added {VERSION} to motdKhyperia2011-12-05-0/+4
* Readded because of popular demand: default-stack-size for /give and /item, va...snowleo2011-12-04-5/+37
* Ignore teleport cooldown on /tjailsnowleo2011-12-04-3/+6
* Fix some rare cases, where adding an item to inventory could result in an inf...snowleo2011-12-04-5/+9
* Allow oversized stacks in kits.snowleo2011-12-04-1/+9
* Enchantements are now stored in one classsnowleo2011-12-04-129/+116
* Added null check to /breaksnowleo2011-12-04-1/+5
* Less use of sqrtsnowleo2011-12-04-3/+9
* Merge pull request #35 from khyperia/mastersnowleo2011-12-04-0/+139
|\
| * Added [enchant] signKhyperia2011-12-04-0/+139
* | Show command conflict in debug mode.KHobbits2011-12-03-6/+12
* | New command /removeKHobbits2011-12-03-20/+40
* | New command: /feed New permission: essentials.feed.othersKHobbits2011-12-03-13/+28
* | New command: /moreKHobbits2011-12-03-3/+3
* | New Command /break, and new Permission: essentials.break.bedrockKHobbits2011-12-03-3/+3
|/
* Added per-world permissions for /worldKhyperia2011-12-03-7/+25
* Merge commitKhyperia2011-12-03-1/+2
|\
| * Small cleanup to checkActivityKHobbits2011-12-03-1/+2
* | Fixed accedental typoKhyperia2011-12-02-1/+1
* | Added some commands from request 946Khyperia2011-12-02-128/+697
|\|
| * Patching gamemode and god toggles to not match on ' 'KHobbits2011-12-02-2/+2
| * New config options repair-enchanted (default true) and permission essentials....snowleo2011-12-02-0/+20
| * Allows to be teleported to bed location of offline players.snowleo2011-12-02-1/+55
| * Null checksnowleo2011-12-02-1/+5
| * Moved block to item conversion to Util classsnowleo2011-12-02-65/+84
| * Added new tags to info.txtsnowleo2011-12-02-1/+1
| * Added many new MOTD possibilities + getI18n() to Essentials.javaKhyperia2011-12-02-5/+34
| * Added {DATE} and {TIME} to motdKhyperia2011-12-02-1/+8
| * CB#1538 b#1050KHobbits2011-12-01-1/+19
| * Show how far away each player is.KHobbits2011-12-01-2/+2
| * Fixing near output.KHobbits2011-12-01-2/+2
| * Better distance checking.KHobbits2011-12-01-12/+8
| * Command: /nearKHobbits2011-12-01-0/+68
| * Fixing spawnmob errors to say the right thing.KHobbits2011-12-01-5/+5
| * Merge branch 'master' of github.com:essentials/EssentialsKHobbits2011-12-01-126/+79
| |\
| * | Command CleanupKHobbits2011-12-01-56/+34
* | | Added many new MOTD possibilities + getI18n() to Essentials.javaKhyperia2011-12-01-5/+34
* | | Added {DATE} and {TIME} to motdKhyperia2011-11-30-1/+8
| |/ |/|
* | CB#1534 B#1048snowleo2011-11-30-4/+4
* | Allow EssentialsProtect to go into emergency mode, if Essentials core is not ...snowleo2011-11-30-3/+2
* | If Essentials core fails to read one of the configs now, it will disable itse...snowleo2011-11-30-32/+69
* | Removed EnchantmentFix, because it's fixed in CB#1526snowleo2011-11-30-91/+7
|/
* /spawnmob sheep:<colour> + /spawnmob sheep:baby = /spawnmob sheep:<colour>baby.KHobbits2011-11-30-3/+8
* Missing an Animal.KHobbits2011-11-30-0/+1
* New config option update-bed-at-daytime that allows players to always set the...snowleo2011-11-30-0/+54
* Fix /balancetop, cache was not clearedsnowleo2011-11-30-11/+23
* Using this code until Bukkit fixes spawnCreature()snowleo2011-11-29-2/+1