summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* add 1.5 new slab blocksNecrodoom2013-02-19-15/+219
|
* update items.csv to minecraft 1.5Necrodoom2013-02-19-6/+310
| | | dont pull till 1.5 bukkit devbuild
* Merge pull request #341 from necrodoom/patch-59Chris Ward2013-02-19-10/+10
|\ | | | | fix rest of "posion" aliases
| * fix rest of "posion" aliasesNecrodoom2013-02-19-10/+10
|/
* Fixes Necrodoom's code Needs more exceptionGunfighterJ2013-02-18-2/+2
|
* make sure player isnt dead before healingNecrodoom2013-02-18-1/+19
|
* Fix socialspy command list.KHobbits2013-02-17-1/+1
|
* Clarify command disabling.KHobbits2013-02-17-2/+5
|
* fix auto afk descriptionNecrodoom2013-02-17-1/+1
|
* Merge pull request #334 from necrodoom/patch-54KHobbits2013-02-17-0/+18
|\ | | | | add skull alias to head item
| * add skull alias to head itemNecrodoom2013-02-17-0/+18
|/
* why do we even remove the items?snowleo2013-02-17-2/+1
| | | | derp
* Revert the last 2 commits and actually fix the right one.snowleo2013-02-17-4/+4
|
* Fix all removeItem()snowleo2013-02-17-2/+2
| | | | This could fix some broken logging of selling items
* Items can't be reused after the have been used in removeItemsnowleo2013-02-17-1/+1
|
* Fix a couple of cosmetic errors in /seenKHobbits2013-02-17-16/+25
|
* Fixed colour coding.Skylexia2013-02-16-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed colour coding. Fixed colour coding. Fixed colour coding. Fixed colour coding. Fixed colour coding. Fixed colour coding. Fixed colour coding. Fixed colour coding. Fixed colour coding. Fixed colour coding. Fixed colour coding. Fixed colour coding. totalWorthAll totalWorthBlocks
* Merge pull request #333 from GunfighterJ/patch-12KHobbits2013-02-16-0/+5
|\ | | | | Adds optional argument to clear both inventory and armor with /clear
| * Adds optional argument to clear inventory and armor with /clearGunfighterJ2013-02-15-0/+5
|/
* Merge pull request #331 from kukelekuuk00/2.9KHobbits2013-02-14-0/+64
|\ | | | | Add methods to UserData and IUser for accessing and writing of data from other plugins.
| * Add a method to write to the userdata to UserData.java and IUser.java.kukelekuuk002013-02-13-0/+64
|/
* Merge branch '2.9' of https://github.com/essentials/Essentials.git into 2.9Iaccidentally2013-02-12-5/+55
|\
| * Fix /give|/item descriptions for itemmeta.KHobbits2013-02-12-2/+2
| |
| * Merge branch '2.9' of github.com:essentials/Essentials into patch-41KHobbits2013-02-12-1/+1
| |\
| * | remove color from bedNullNecrodoom2013-02-12-1/+1
| | |
| * | fix typo in messagesKHobbits2013-02-12-2/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add new messages to messages.properties add new messages to messages_en.properties add new messages to messages_cs.properties add new messages to messages_da.properties add new messages to messages_de.properties add new messages to messages_es.properties add new messages to messages_fi.properties add new messages to messages_fr.properties add new messages to messages_it.properties add new messages to messages_nl.properties add new messages to messages_pl.properties add new messages to messages_pt.properties add new messages to messages_se.properties remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull
| * | change bed spawn set messageNecrodoom2013-02-12-1/+1
| | |
| * | try improve bed spawn handleNecrodoom2013-02-12-2/+13
| | | | | | | | | | | | dont act as if bed doesnt exist if its missing
* | | Clean up protect :: transient is not needed :: remove unnecessary returns :: ↵Iaccidentally2013-02-12-1786/+1771
| |/ |/| | | | | @Override all the things!
* | Fix build :: This is what happens when you don't use an IDE Iaccidentally2013-02-12-1/+1
|/
* fix typoNecrodoom2013-02-12-1/+1
|
* add inventoryclearall messageKHobbits2013-02-12-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | update messages.properties update messages_en.properties update messages_da.properties update messages_de.properties update messages_en.properties update messages_es.properties update messages_fi.properties update messages_fr.properties update messages_it.properties update messages_nl.properties update messages_pl.properties update messages_pt.properties update messages_se.properties
* Update Essentials/src/config.ymlSkylexia2013-02-12-67/+67
|
* Update Essentials/src/plugin.ymlSkylexia2013-02-12-60/+60
|
* Minor entity optimization.KHobbits2013-02-11-3/+6
|
* Attempt to optimize Essentials login event.KHobbits2013-02-11-23/+28
|
* Merge pull request #325 from Skylexia/patch-2KHobbits2013-02-11-26/+27
|\ | | | | Fixed all "poison" typos; add ppotato alias.
| * Update Essentials/src/items.csvSkylexia2013-02-11-26/+27
|/
* Merge pull request #324 from Skylexia/patch-1KHobbits2013-02-11-2/+2
|\ | | | | Update Essentials/src/items.csv
| * Update Essentials/src/items.csvSkylexia2013-02-11-2/+2
|/
* Merge pull request #322 from necrodoom/patch-50KHobbits2013-02-11-1/+28
|\ | | | | add dye aliases to match bukkit
| * add dye aliases to match bukkitNecrodoom2013-02-11-1/+28
|/
* Merge pull request #321 from GunfighterJ/patch-10KHobbits2013-02-11-12/+15
|\ | | | | Fix array index out of bounds on /firework fire
| * Fix array index out of bounds on /firework fireGunfighterJ2013-02-11-12/+15
|/
* Merge pull request #317 from necrodoom/patch-47Chris Ward2013-02-10-0/+2
|\ | | | | update AFK documation
| * update AFK documationNecrodoom2013-02-10-0/+2
|/
* Fix compilation, unreachable code.Chris Ward2013-02-10-2/+0
|
* Merge pull request #316 from necrodoom/patch-46Chris Ward2013-02-10-2/+2
|\ | | | | throw exception on banexempt
| * throw exception on banexemptNecrodoom2013-02-10-2/+2
|/ | | match rest of moderator commands
* Fix kit messages when giving kit to another player.KHobbits2013-02-10-2/+30
|