summaryrefslogtreecommitdiffstats
path: root/Essentials
Commit message (Expand)AuthorAgeLines
* Clean up use of librariesmd_52012-10-19-304/+12
* Porting changes to 3.0: Volume 2 :: The Code Strikes BackIaccidentally2012-10-18-13/+19
* Add tabComplete support to Essentials commandssnowleo2012-10-18-52/+161
* Porting changes to 3.0: volume 1 :: lots of cleanupIaccidentally2012-10-18-9/+33
* Always teleport in sync threadsnowleo2012-10-16-2/+10
* Added exempt/offline permissions to fly, god, gamemode and socialspy command....snowleo2012-10-16-20/+92
* Remember kids, don't copy & paste while codingsnowleo2012-10-16-1/+1
* Allow unsafe enchantments in /item /give /enchant with permissions.snowleo2012-10-16-4/+29
* Fix /seen for offline userssnowleo2012-10-16-6/+2
* Add command option /ignore listsnowleo2012-10-16-3/+14
* Allow at least one home by default.snowleo2012-10-16-1/+1
* Cleanup of ranks and make it more resistant against exceptions from external ...snowleo2012-10-16-87/+221
* Add config option for /near default radiussnowleo2012-10-15-3/+19
* Correctly implement charges in /more allsnowleo2012-10-15-14/+48
* Add command option /more allsnowleo2012-10-15-23/+41
* Add more options to /balancetop and fix access to getPlayer() on offline usersnowleo2012-10-15-6/+41
* World permissions for /time commandsnowleo2012-10-15-1/+12
* Fix changeDisplayname and related codesnowleo2012-10-15-29/+61
* Fix chat coloursementalo2012-10-15-0/+1
* Remove [PLAYER_COMMAND] output, cleanupementalo2012-10-14-16/+13
* New permissions: essentials.give.enchanted essentials.item.enchantedsnowleo2012-10-14-2/+4
* Fix instanceof Playersnowleo2012-10-14-48/+48
* replace user.isHidden() with player.canSee()snowleo2012-10-14-281/+332
* Fix usermap player matchingementalo2012-10-11-4/+4
* Remove user assignment in anti build listeners.ementalo2012-10-11-0/+1
* Fix /godementalo2012-10-11-2/+6
* Anti Build 3.0 updateementalo2012-10-11-18/+100
* Esschat clean upementalo2012-10-10-1/+26
* Get Player objects of players, that are not in the game yet.snowleo2012-10-09-2/+28
* Updated items.csv and translationsementalo2012-10-09-1507/+2325
* Move social spy command definition to config file.ementalo2012-10-09-8/+36
* Fix time set permissionsementalo2012-10-09-1/+1
* Golden rule of commiting, don't make formatting worse in a cleanup commit.md_52012-10-09-4/+4
* cleanupIaccidentally2012-10-09-1/+8
* Null checks on join / quit variablesementalo2012-10-09-8/+25
* Adding join / quit messages in the config test #1697ementalo2012-10-08-2/+20
* Show write queue size on /gcsnowleo2012-10-08-3/+6
* Queued writing of the files to reduce disk iosnowleo2012-10-07-250/+241
* Add Essentials extra and KittyCannon as a demo.md_52012-10-07-39/+0
* Cleanupsnowleo2012-10-06-3/+4
* Organize Importssnowleo2012-10-06-27/+0
* Cleanupsnowleo2012-10-06-58/+1
* Less locks pleasesnowleo2012-10-06-1196/+514
* Getting rid of locks, part onesnowleo2012-10-06-168/+422
* Fix startup errorssnowleo2012-10-06-8/+26
* Make ItemStackDotStarPermission more generalsnowleo2012-10-03-47/+59
* Better .* Permission classessnowleo2012-10-03-377/+181
* New permission checks, now only registers the parent nodes and needs two chec...snowleo2012-10-03-52/+48
* Fix Spawns commandssnowleo2012-10-03-17/+14
* Check amount in /paysnowleo2012-10-03-288/+300