summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Add IEssentialsSpawn class for API for Essentials Spawn with two methods, ↵Dabo Ross2014-03-09-1/+49
| | | | | | getSpawn(String) and setSpawn(String, Location). Implement IEssentialsSpawn in EssentialsSpawn.
* Update translations from CrowdinKHobbits2014-03-09-778/+1972
| | | | http://translate2.ess3.net/
* Add missing language pointersLuke Anderson (stuntguy3000)2014-03-09-13/+18
|
* Remove op and replace with permissionFearFree2014-03-09-2/+4
|
* Only enable teleport protection on plugin/command caused teleport events.KHobbits2014-03-09-3/+3
|
* You can now access the old balance during the UserBalanceUpdateEvent EventDykam2014-03-04-2/+10
|
* Cleaning up readme markdownKryptic Dot2014-03-04-6/+1
|
* Fixed some grammatic errors, changed some sentences.SkyBirdSoar2014-03-04-8/+8
|
* Finish SentenceZed Spencer-Milnes2014-03-04-1/+1
| | | | | | | | # Setting to false means EssentialsAntiBuild will never prevent you from using. -> # Setting to false means EssentialsAntiBuild will never prevent you from using items. Am I glad to make such a profoud change to the source code.
* Remove generated commentsLuke Anderson2014-03-04-29/+29
|
* Fix login death caused by built up fall damage using /fly.KHobbits2014-03-03-53/+54
|
* User loading cleanupKHobbits2014-03-03-16/+7
|
* Round to gc output to 2 dp.KHobbits2014-03-03-3/+3
|
* Constant user file casing.KHobbits2014-02-27-2/+7
|
* Fix warp sign costs.KHobbits2014-02-25-3/+5
|
* Fix safety tp check above world heightKHobbits2014-02-23-7/+13
| | | | Performance tweak to fly check
* Fix customtext copyKHobbits2014-02-19-5/+5
|
* Alternative implementation of unsafe enchant blocking for signs.KHobbits2014-02-19-16/+11
| | | | | Permission: essentials.signs.enchant.allowunsafe - required to add unsafe enchants using enchant signs. This reverts commit 3f2c2aadbbfbe806f25200d71b1cd30e1d4f7bee.
* Fix projectiles compiling.KHobbits2014-02-19-1/+2
|
* Update Bukkit to 1.7.3-R0.3 - Bukkit: 1903 CB: 3020KHobbits2014-02-19-20/+14
| | | | This also disables vanilla fallback, use new aliases file.
* Split unsafe enchantments in kits to a new config optionsnowleo2014-02-18-2/+14
|
* Merge branch '2.x' of github.com:essentials/Essentials into 2.xKHobbits2014-02-16-4/+4
|\
| * Update repository URLsChris Ward2014-02-15-4/+4
| |
* | Use the absolute radius value.KHobbits2014-02-16-0/+2
|/
* Allow sending customtext chapters as a parameter instead of reading commandLabelKHobbits2014-02-13-1/+15
|
* Fix Stripping/blocking of urls containing caps.KHobbits2014-02-12-1/+1
|
* Merge pull request #657 from evonuts/2.xIaccidentally2014-02-11-8/+8
|\ | | | | Fix spelling error (atleast) in translation files.
| * Fix spelling error (atleast) in translation files.evonuts2014-02-11-8/+8
|/
* Fix world argument to ignore radius, and allow for skipping radius param in ↵KHobbits2014-02-09-19/+26
| | | | syntax.
* Fix ghost items with /recipeKHobbits2014-02-09-5/+36
|
* Reorder ID 376Necrodoom2014-02-09-4/+6
|
* Code cleanup and remove remote skull edit.KHobbits2014-02-08-83/+178
|
* Add /skull commandLuke Anderson (stuntguy3000)2014-02-08-0/+93
|
* [Fix] fireball-fire=true now prevents fire spread from fireballscoegho2014-02-08-0/+6
|
* Restore 2 aliasesNecrodoom2014-02-08-0/+2
|
* Fix duplicates, a few more aliases addition/removeNecrodoom2014-02-08-32/+3
|
* Reformat pomKHobbits2014-02-08-48/+77
|
* Add bow as a skeleton keywordKHobbits2014-02-06-0/+1
|
* Modifier order consistencyIaccidentally2014-02-04-38/+38
|
* Readme tweak.KHobbits2014-02-04-1/+1
|
* Add support for vanilla item names from api.KHobbits2014-02-02-22/+42
|
* Fixed argument count for meta parsing.KHobbits2014-02-02-1/+6
|
* Allow the Essentials module to compile again.KHobbits2014-02-02-2/+9
|
* Raise minimum CB version to 2922 or 1.7.2-R0.1KHobbits2014-02-02-1/+1
| | | | This should prevent issued caused by UUID mismatch.
* Track UUID for future use.KHobbits2014-02-02-1/+10
|
* Restore teleporting to middle of block, when flying and unsafe is enabled.KHobbits2014-02-02-3/+13
|
* [Breaking] Add exception when players have exceeded their account limit.KHobbits2014-02-02-83/+151
| | | | This might effect some plugins which hook Essentials for economy without using the API
* Make sure we leave any vehicles before teleporting.KHobbits2014-02-02-0/+8
|
* [FIX] Print a proper error when using tpaccept with no requesterIaccidentally2014-02-01-4/+12
|
* Allow the use of non-development Bukkit builds at runtimeChris Ward2014-01-30-1/+1
| | | | Unsafe code is surrounded by sufficient handling