summaryrefslogtreecommitdiffstats
path: root/Essentials
Commit message (Collapse)AuthorAgeLines
* Update Essentials/src/plugin.ymlIaccidentally2012-09-15-1/+1
| | | updating SKYNET
* Missing tl key.KHobbits2012-09-15-0/+13
|
* Add server uptime to /gcKHobbits2012-09-15-1/+6
|
* Add missing TL keyKHobbits2012-09-15-1/+14
| | | | Fixes #1363
* Allow bans on players who have never connected.KHobbits2012-09-15-4/+13
|
* Reduce the enchantment list some more.KHobbits2012-09-15-26/+26
|
* Fix Essentials /sethome to more strictly obey home limits.KHobbits2012-09-15-55/+48
|
* /ess reset <player> - Clears stored data about a user.KHobbits2012-09-14-2/+25
|
* Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-09-14-1/+0
|\
| * Update Essentials/nbproject/project.propertiesKHobbits2012-09-14-1/+0
| | | | | | Accidentally added unneeded line...
* | Fixed jail extend message - xGhOsTkiLLeRxKHobbits2012-09-14-13/+13
|/
* Don't create empty user filesKHobbits2012-09-14-12/+24
|
* Couple extra /info aliases.KHobbits2012-09-11-1/+1
|
* Less strict matching on /realnameKHobbits2012-09-11-6/+3
|
* Make /realname throw an error if no matches were foundKHobbits2012-09-11-0/+6
|
* Patch flight disable, to not effect creative mode.KHobbits2012-09-10-1/+4
| | | | Full world change config still needs coding.
* Fixing map/ironore bug.KHobbits2012-09-10-16/+16
|
* Little bit extra sanity checking.KHobbits2012-09-09-5/+9
|
* Move auto afk permission to 'essentials.afk.auto'KHobbits2012-09-09-1/+1
|
* Fixing locale typo.KHobbits2012-09-09-2/+2
|
* Fix Missing TL keyKHobbits2012-09-09-7/+17
|
* Change default op colourKHobbits2012-09-09-2/+2
|
* More message cleanupKHobbits2012-09-09-78/+78
|
* Manual merge necrodoom enchant changes.KHobbits2012-09-09-10/+10
|
* Two sets of enchantment aliases.KHobbits2012-09-09-24/+29
|
* More message cleanupKHobbits2012-09-09-97/+175
|
* Missing TL keysKHobbits2012-09-09-7/+8
|
* Few more message tweaks.KHobbits2012-09-09-15/+15
|
* Message cleanup.KHobbits2012-09-09-859/+807
|
* Update some of the example permissions files for the perm changes.KHobbits2012-09-08-1/+1
|
* Move the per world permissions:KHobbits2012-09-08-28/+28
| | | | essentials.world.worldname is moved to essentials.worlds.worldname
* Log to console the effects of /sudoKHobbits2012-09-08-4/+16
|
* Remove dead setting.KHobbits2012-09-08-8/+0
| | | | Fixes #2465
* Move the per kit and warp permissions:KHobbits2012-09-08-5/+5
| | | | | essentials.kit.kitname is moved to essentials.kits.kitname essentials.warp.warpname is moved to essentials.warps.warpname
* Look out for nulls.KHobbits2012-09-08-2/+14
|
* Make /itemdb command list the 15 shortest item.csv names for said item.KHobbits2012-09-08-8/+119
| | | | This will be useful when making eco signs.
* Fix /itemdb showing 'uses left' on none held items.KHobbits2012-09-08-1/+3
|
* Fix compile error.KHobbits2012-09-08-0/+1
|
* Async EssentialsSpawn join event, like the others.KHobbits2012-09-08-87/+42
|
* New Permission: essentials.god.pvpKHobbits2012-09-08-0/+5
| | | | Unless you have this permission you will be unable to attack other players while in god mode.
* Potential fix for teleporting issue.KHobbits2012-09-08-11/+11
|
* Switch default antibuild status to false. Antibuild toggling shouldn't be ↵KHobbits2012-09-08-3/+3
| | | | an issue with it as a stand alone plugin.
* Fix ConcurrentModification bugssnowleo2012-09-07-2/+261
| | | | This will probably slow down any access to config
* Update Essentials/src/com/earth2me/essentials/commands/Commandburn.javaIaccidentally2012-09-04-1/+1
| | | typo fix
* Catch null eco symbol.KHobbits2012-09-02-2/+2
|
* More error on 'Permissions system error' in debug mode.KHobbits2012-09-02-1/+9
|
* Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-09-02-0/+21
|\
| * Merge pull request #136 from necrodoom/patch-3KHobbits2012-09-02-0/+21
| |\ | | | | | | update enchants with 3-1 letter aliases
| | * update enchants with 3-1 letter aliasesNecrodoom2012-09-01-0/+21
| | |
* | | Update /kit delay to use updated yaml code.KHobbits2012-09-02-10/+29
|/ /