summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | New permission essentials.spawn.otherssnowleo2011-12-04-4/+4
| |
* | 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-2/+170
|\ \ | | | | | | Multiple commits from khyperia
| * | Added [enchant] signKhyperia2011-12-04-0/+139
| | | | | | | | | | | | Test #1177
| * | Added /spawn <player>Khyperia2011-12-03-2/+31
| |\ \ | | | | | | | | | | | | Test #607
* | | | Show command conflict in debug mode.KHobbits2011-12-03-6/+12
| | | |
* | | | Sort translation files properly.KHobbits2011-12-03-18/+18
| | | |
* | | | New Permission: essentials.world.<worldname>KHobbits2011-12-03-0/+21
| | | | | | | | | | | | | | | | | | | | ~ Unsure about the future of this feature, its recommended you don't rely on /world to switch worlds ~ Test #1178
* | | | New command /removeKHobbits2011-12-03-21/+41
| | | | | | | | | | | | | | | | Test #1193
* | | | New command: /feed New permission: essentials.feed.othersKHobbits2011-12-03-15/+30
| | | | | | | | | | | | | | | | Test #1191
* | | | New command: /moreKHobbits2011-12-03-3/+3
| | | | | | | | | | | | | | | | Test #1189
* | | | New Command /break, and new Permission: essentials.break.bedrockKHobbits2011-12-03-3/+3
| |/ / |/| | | | | | | | Test #1188
* | | Merge pull request #34 from khyperia/masterKHobbits2011-12-03-8/+461
|\| |
| * | Added per-world permissions for /worldKhyperia2011-12-03-7/+29
| | |
| * | 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-180/+986
| |\ | |/ |/|
* | Patching gamemode and god toggles to not match on ' 'KHobbits2011-12-02-2/+2
| |
* | items.csv update for crackedstonebrick (id98,2)KHobbits2011-12-02-4/+4
| |
* | Remove invalid dupe permission from permbukkit example.KHobbits2011-12-02-3/+1
| |
* | Make the chat formatting config file link to the wiki.KHobbits2011-12-02-10/+12
| |
* | Missing language files for last commitsnowleo2011-12-02-0/+7
| |
* | New config options repair-enchanted (default true) and permission ↵snowleo2011-12-02-0/+25
| | | | | | | | essentials.repair.enchanted
* | Allows to be teleported to bed location of offline players.snowleo2011-12-02-1/+55
| | | | | | | | Also adds missing return in /home command
* | 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-2/+8
| |
* | Added many new MOTD possibilities + getI18n() to Essentials.javaKhyperia2011-12-02-5/+34
| |
* | Added {DATE} and {TIME} to motdKhyperia2011-12-02-1/+8
| |
* | Missing command aliases.KHobbits2011-12-01-1/+1
| |
* | Missing aliasesKHobbits2011-12-01-1/+1
| |
* | 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-39/+32
| |
* | Command: /nearKHobbits2011-12-01-0/+68
| |
* | Fixing spawnmob errors to say the right thing.KHobbits2011-12-01-15/+43
| |
* | Merge branch 'master' of github.com:essentials/EssentialsKHobbits2011-12-01-2337/+593
|\ \ | | | | | | | | | | | | | | | Conflicts: Essentials/src/com/earth2me/essentials/EssentialsPlayerListener.java Essentials/src/com/earth2me/essentials/commands/Commandenchant.java
| * | minor changes to items.csvsnowleo2011-12-01-2/+2
| | |
| * | Updated items.csv by michaelwm from ecocitycraft.comsnowleo2011-12-01-2/+172
| | |
* | | 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
| | |
| | * Updating to latestKhyperia2011-11-30-2089/+14
| | |\ | | |/ | |/|
| * | Update of Smack to 3.2.1snowleo2011-12-01-3/+3
| | |
| * | We don't need them anymore.snowleo2011-12-01-1/+0
| | |
| * | This is obsolete too.snowleo2011-12-01-0/+0
| | |
| * | Cleanup of the library foldersnowleo2011-12-01-21/+11
| | | | | | | | | | | | Also: we don't use the mysql.jar/sqlite.jar anymore, since it is included in craftbukkit. I don't know why this reference in config.yml still exists.