summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Prevent that hidden players broadcast afk messagessnowleo2011-09-02-28/+62
| | | | Prevent that moving players triggers unafk too early, they can now move within a radius of 3 blocks from the position where they went afk.
* fix failed edit on githubKHobbits2011-09-02-1/+1
|
* Edited Essentials/src/com/earth2me/essentials/perm/Permissions2Handler.java ↵KHobbits2011-09-02-1/+1
| | | | via GitHub
* Restore tempban functionalitysnowleo2011-09-01-1/+1
|
* items.csv changes by andrewkmsnowleo2011-09-01-1/+57
|
* Prevent afk message after login, also don't show afk message on logout.snowleo2011-09-01-12/+12
|
* Sample permissions for PermissionsBukkit, PermissionsEx and bPermissionssnowleo2011-09-01-0/+405
|
* Copy&Paste Bugs are always stupidsnowleo2011-09-01-1/+1
|
* Cleanupsnowleo2011-08-31-1/+1
|
* Cleaner checkPermissions()snowleo2011-08-31-48/+49
|
* Using base instead of our wrapped player for permission check.snowleo2011-08-31-8/+15
|
* Minor rewrite of Permissions package, all the stuff is now in one place.snowleo2011-08-30-145/+349
|
* Missing nochargeexception in /home and /worldsnowleo2011-08-30-1/+3
|
* Adding throw to prevent double charge.KHobbits2011-08-30-10/+11
|
* NoChargeException for teleport commandssnowleo2011-08-30-0/+15
|
* /help now supports multiple permissions for a command in plugin.ymlsnowleo2011-08-30-29/+63
| | | | Also minor cleanup
* First update check is done 10 minutes after server start.snowleo2011-08-30-1/+1
|
* Catch NPE in /powertool, also cleanupsnowleo2011-08-30-8/+11
|
* Fix compatibility issues with Citizenssnowleo2011-08-28-10/+1
|
* Cleanupsnowleo2011-08-28-101/+64
|
* If PermissionsBukkit or bPermissions is detected, we don't need the config ↵snowleo2011-08-28-21/+18
| | | | switch.
* Updates to Plugin listenersnowleo2011-08-28-6/+29
|
* Adding support for two more permission systems.snowleo2011-08-28-10/+199
|
* Revert "Testing yaml annotations"snowleo2011-08-28-1691/+7
| | | | This reverts commit fba4dd2d9a9a347a83b557432fdc4da32ab3ccaa.
* Another build fixsnowleo2011-08-28-1/+1
|
* Allow the build server to build again.snowleo2011-08-28-3/+4
|
* Disabling broken testsnowleo2011-08-28-5/+5
|
* Testing yaml annotationssnowleo2011-08-28-7/+1690
|
* Oops, these too.snowleo2011-08-27-4/+0
|
* Forgot this onesnowleo2011-08-27-1/+0
|
* Correctly charge for the use of commands.snowleo2011-08-27-347/+40
| | | | We now first test, if the user could pay it, do the stuff and then charge him. If the command throws an exception, the user will not be charged.
* Fixes to auto afksnowleo2011-08-27-4/+5
|
* Display which permission system is used.snowleo2011-08-27-9/+35
|
* Less use of Craftbukkit code, so less things will break on MC update.snowleo2011-08-27-89/+82
| | | | Added try/catch around the tnt and creeper protection code. The event will now always canceled, even if our fake explosion code fails.
* Cleanup & output result of backup commandsnowleo2011-08-27-48/+94
|
* Protect detector/powered railssnowleo2011-08-27-1/+6
|
* Protect detector/powered railssnowleo2011-08-27-12/+20
|
* Prevent that wrong ids are used in /kitsnowleo2011-08-27-1/+2
|
* Disable /nick if change-displayname is disabledsnowleo2011-08-27-66/+88
| | | | Some translations
* Another fix for /repairsnowleo2011-08-27-21/+17
|
* Cleanup of repair command and allow different charges for each item.snowleo2011-08-27-34/+57
|
* Prevent kick for floating while afk & frozensnowleo2011-08-27-1/+8
|
* Fixes for afksnowleo2011-08-27-7/+16
|
* Cleanup of EssentialsConf and delete empty files or files that are corrupt.snowleo2011-08-27-55/+93
|
* Auto-AFK, AFK-Kick and freeze afk playerssnowleo2011-08-27-85/+176
|
* Powertool fix.KHobbits2011-08-27-2/+3
|
* Merge branch 'master' of github.com:essentials/Essentials into essmasterKHobbits2011-08-26-27/+51
|\
| * PVP protection for arrows and other projectiles. Needs cleanup.snowleo2011-08-26-25/+21
| |
| * Correctly catch signs ignitionsnowleo2011-08-25-2/+30
| |
* | Adding essentials.delhome.others to allow people to delete other peoples homes.KHobbits2011-08-26-8/+14
|/