summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
| * | | 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
| * | | 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 sw...snowleo2011-08-28-21/+18
| * | | 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
| * | | 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
| * | | 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
| * | | Cleanup & output result of backup commandsnowleo2011-08-27-48/+94
| * | | Protect detector/powered railssnowleo2011-08-27-1/+6
* | | | Merge branch 'master' of github.com:essentials/Essentialsokamosy2011-08-27-250/+446
|\| | |
| * | | 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
| * | | 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
* | | | fixed home commands syntax to match multi-homeokamosy2011-08-27-3/+3
* | | | Merge branch 'master' of github.com:essentials/Essentialsokamosy2011-08-26-67/+150
|\| | |
| * | | 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
| |/ / /
| * | | Make home throw an exception if the world doesn't exist.KHobbits2011-08-24-20/+56
| * | | Skip default home if it's invalid.KHobbits2011-08-24-3/+4
| * | | Fixing NPE on Entity Listener (Powertool).KHobbits2011-08-24-5/+9