Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add more items to Fireball command. Add delay option to /spawner | GunfighterJ | 2013-01-10 | -1/+23 |
| | ||||
* | Merge pull request #247 from necrodoom/patch-18 | Chris Ward | 2013-01-09 | -32/+172 |
|\ | | | | | rewrite ID 43:6, 44:6, 113, 114 | |||
| * | rewrite ID 43:6, 44:6, 113, 114 | Necrodoom | 2013-01-09 | -32/+172 |
|/ | ||||
* | Expand plugin.yml fireball aliases. | KHobbits | 2013-01-09 | -2/+2 |
| | ||||
* | Fire a few extra entities from /fireball | KHobbits | 2013-01-09 | -7/+25 |
| | ||||
* | Add a couple of extra entities to spawnmob | KHobbits | 2013-01-09 | -8/+21 |
| | ||||
* | Cleanup | KHobbits | 2013-01-08 | -8/+2 |
| | ||||
* | Pull and clean up book enchant pullreq. | KHobbits | 2013-01-08 | -39/+20 |
| | | | | Removed 1 enchant per book limit, anvils seem to handle multiple enchants fine, even if the result can only be one enchant. | |||
* | Add missing import for EnchantmentStorageMeta | Chasing Code | 2013-01-08 | -0/+1 |
| | ||||
* | Store enchanments in Enchanted Books | Chasing Code | 2013-01-08 | -8/+49 |
| | | | Change enchant command to store the enchantment instead of applying it when used on an Enchanted Book. If an enchantment is already present, replace it (only one allowed on Enchanted Books). | |||
* | Update Swedish translation with new messages. | oggehej | 2013-01-08 | -48/+48 |
| | ||||
* | Store regex, use util method instead of another regex. Store variable | Chris Ward | 2013-01-08 | -6/+9 |
| | ||||
* | Fix multiple enchantments in kits | Chris Ward | 2013-01-08 | -1/+1 |
| | ||||
* | Merge pull request #242 from necrodoom/patch-17 | Chris Ward | 2013-01-07 | -1/+6 |
|\ | | | | | update ID 127 | |||
| * | update ID 127 | Necrodoom | 2013-01-07 | -1/+6 |
|/ | ||||
* | Unnecessary RegEx is unnecessary. | Chris Ward | 2013-01-08 | -13/+12 |
| | ||||
* | Enchantment and item spawning cleanup | KHobbits | 2013-01-06 | -169/+143 |
| | | | | Should make it a little easier to add itemmeta. | |||
* | Tell user that /mail sendall succeeded when used in console. | KHobbits | 2013-01-06 | -0/+2 |
| | ||||
* | update IDs 368, 381, 399, 402 | Necrodoom | 2013-01-05 | -0/+8 |
| | ||||
* | Throw an error if user doesn't have permission to use kit sign. | KHobbits | 2013-01-05 | -1/+5 |
| | ||||
* | More user feedback on enchant sign. | KHobbits | 2013-01-05 | -1/+20 |
| | ||||
* | Allow unsafe enchants to be placed by [enchant] signs if enabled in the ↵ | KHobbits | 2013-01-05 | -3/+25 |
| | | | | config file. | |||
* | Couple of extra enchant aliases | KHobbits | 2013-01-05 | -0/+4 |
| | ||||
* | Merge branch 'release' into 2.9 | KHobbits | 2013-01-04 | -6/+8 |
|\ | ||||
| * | Fix sign break bug | KHobbits | 2013-01-04 | -6/+8 |
| | | ||||
* | | Might be worth catching other occurances of the event too. | md_5 | 2013-01-04 | -3/+3 |
| | | ||||
* | | ArrayList, I choose you! (Fixes CraftBook erroring when the killall command ↵ | md_5 | 2013-01-04 | -2/+4 |
| | | | | | | | | is used and custom drops are enabled in that plugin) | |||
* | | Fix nl translation | Alexander Schepp | 2013-01-03 | -2/+2 |
| | | ||||
* | | Update AntiBuild to use HangingBreakByEntityEvent instead of deprecated ↵ | Iaccidentally | 2013-01-02 | -2/+2 |
| | | | | | | | | PaintingBreakByEntityEvent | |||
* | | Merge branch '2.9' of https://github.com/essentials/Essentials into 2.9 | Iaccidentally | 2013-01-02 | -167/+443 |
|\| | ||||
| * | Merge pull request #236 from gravypod/patch-1 | KHobbits | 2013-01-01 | -5/+6 |
| |\ | | | | | | | Store ingredient map and recipe shape | |||
| | * | Store ingredient map and recipe shape | gravypod | 2012-12-31 | -5/+6 |
| | | | ||||
| * | | New permission: essentials.fly.safelogin - Players with this command will ↵ | KHobbits | 2013-01-01 | -0/+19 |
| | | | | | | | | | | | | automatically switch to fly mode if they login whilst floating in the air. | |||
| * | | New perm: essentials.vanish.effect - People with this effect will get the ↵ | KHobbits | 2013-01-01 | -3/+13 |
| | | | | | | | | | | | | potion effect applied while vanished. | |||
| * | | Cleanup cleanup. | KHobbits | 2013-01-01 | -24/+2 |
| | | | ||||
| * | | More cleanup | KHobbits | 2013-01-01 | -8/+36 |
| | | | ||||
| * | | Cleanup | KHobbits | 2013-01-01 | -8/+42 |
| |/ | ||||
| * | Fix recipe NPE/failed display in game | Chris Ward | 2013-01-01 | -5/+12 |
| | | ||||
| * | Don't unregister all listeners. | KHobbits | 2012-12-31 | -12/+12 |
| | | ||||
| * | Unregister unused events. | KHobbits | 2012-12-31 | -43/+92 |
| | | ||||
| * | Use bukkit api for chat user list | KHobbits | 2012-12-31 | -5/+1 |
| | | ||||
| * | Allow unbanning players who do not have valid userdata | KHobbits | 2012-12-31 | -2/+10 |
| | | ||||
| * | Implement event toggle. | KHobbits | 2012-12-30 | -9/+21 |
| | | ||||
| * | Reorganize entity listener | KHobbits | 2012-12-30 | -26/+22 |
| | | ||||
| * | Use the right formatter in XMPP | Alexander Schepp | 2012-12-30 | -1/+3 |
| | | ||||
| * | Hide a few more duplicate enchantments from /enchant | KHobbits | 2012-12-29 | -3/+3 |
| | | ||||
| * | Set default tpa timeout to 2 minutes. | KHobbits | 2012-12-29 | -2/+2 |
| | | ||||
| * | Allow unsafe enchantments in /item /give /kit and /enchant | KHobbits | 2012-12-29 | -20/+67 |
| | | | | | | | | Needs enabled in config file manually. | |||
| * | Make /enchant only show valid enchantments for the item. | KHobbits | 2012-12-29 | -1/+1 |
| | | ||||
| * | Add aliases for new thorns enchantment. | KHobbits | 2012-12-29 | -1/+7 |
| | |