summaryrefslogtreecommitdiffstats
path: root/Essentials
Commit message (Expand)AuthorAgeLines
* Fix long prefix breaking setPlayerListName(), because they are too long.snowleo2011-11-20-13/+18
* Fix Bukkit version patternsnowleo2011-11-20-2/+4
* Added option to /fireball command: /fireball smallsnowleo2011-11-20-2/+8
* Added new mobssnowleo2011-11-20-18/+20
* Added new methods to Fake classessnowleo2011-11-20-0/+13
* Added the new items to items.csvsnowleo2011-11-20-1/+36
* CB# 1467 B#1022snowleo2011-11-20-2/+2
* Warn in the console if group prefixes are too long.KHobbits2011-11-18-1/+15
* Continuing code cleanupKHobbits2011-11-18-229/+223
* Merge branch 'master' of github.com:essentials/Essentials into essmasterKHobbits2011-11-18-9/+12
|\
| * Null checkssnowleo2011-11-18-9/+12
* | More code cleanup.KHobbits2011-11-18-7/+4
|/
* Code cleanup continues...KHobbits2011-11-18-13/+406
* Code cleanup continued.KHobbits2011-11-18-383/+186
* New I18n code, not used yetsnowleo2011-11-18-0/+167
* Little more command cleanup.KHobbits2011-11-18-53/+54
* Updating gamemode to allow essentials.gamemode.other.KHobbits2011-11-18-16/+31
* Merge branch 'master' of github.com:essentials/Essentials into essmasterKHobbits2011-11-18-38/+50
|\
| * Updated UserMap to newest Guava-APIsnowleo2011-11-18-30/+38
| * Remove useless importsnowleo2011-11-18-1/+0
| * Update ExecuteTimer to use ns instead of ms for calculations, output is still...snowleo2011-11-18-7/+12
* | Command cleanupKHobbits2011-11-18-162/+165
|/
* Java 1.5 clients will never reach that point, so we can remove it.snowleo2011-11-18-5/+0
* motd and rules are now configured in the files motd.txt and rules.txt, values...snowleo2011-11-18-321/+525
* Better solution for the alternative commandssnowleo2011-11-18-61/+133
* Check for other plugin aliases and run them instead.snowleo2011-11-18-1/+41
* The data value of leaves changed by 4snowleo2011-11-17-94/+94
* Sudo: This would break horrible for offline players and the original player o...snowleo2011-11-16-4/+6
* Sudo CommandKHobbits2011-11-16-0/+43
* Gamemode sign, standard sign permissions.KHobbits2011-11-16-1/+37
* New permission: essentials.repair.armorKHobbits2011-11-15-2/+5
* Updating banip to support offline players.KHobbits2011-11-15-1/+5
* Cleanup of the /tree commandssnowleo2011-11-15-15/+24
* null the Essentials object in static EcoApi, so it doesn't leak on /reload.snowleo2011-11-15-0/+1
* Prevent that players are teleported to offline players using /tpa and players...snowleo2011-11-15-9/+12
* Prevent client crash on 'Free air'KHobbits2011-11-14-0/+7
* Extra translation keys.KHobbits2011-11-05-7/+7
* Adding op/god mode to whois.KHobbits2011-11-04-2518/+2561
* Only pull/push data on valid player data.KHobbits2011-11-04-2/+2
* Force displayname update on /list.KHobbits2011-11-04-2/+4
* Clear all powertools - /powertool c:KHobbits2011-11-04-3/+3
* Removing Reloadall CommandKHobbits2011-11-04-70/+45
* Start logging players last login address.KHobbits2011-11-04-1/+24
* Merge branch 'master' of github.com:essentials/Essentials into essmasterKHobbits2011-11-04-1/+17
|\
| * Temporary debug mode using /essentials debugsnowleo2011-11-04-1/+17
* | Extra command alias's.KHobbits2011-11-04-6/+14
|/
* Merge branch 'master' of github.com:essentials/Essentials into essmasterKHobbits2011-11-04-10/+20
|\
| * Fix bug in sign state loopsnowleo2011-11-04-10/+20
* | Alias for 'Everyone' on warp signs.KHobbits2011-11-04-1/+1
|/
* Adding game mode command for quick toggling (/gm /creative /gamemode)KHobbits2011-11-03-30/+92