summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | New Permission: essentials.sudo.exemptKHobbits2012-02-09-1/+7
| | | | | | | | | | | | If a user has this perm, they cannot be controlled.
| * | Optional argument to /ping [message]- Message to be echo'd.KHobbits2012-02-09-3/+12
| | | | | | | | | | | | Possible use in scripts, checking for lag, /sudo, etc.
| * | Fixing silly typo - Fixes shout costs.KHobbits2012-02-09-1/+1
| | |
| * | Make it so ops can build, even if they don't have the matching permission.KHobbits2012-02-02-0/+4
| | |
| * | Force minimum CB version to 1846, don't want people on #1840 due to big bugs.KHobbits2012-02-02-1/+1
| | |
| * | Fixing repair to not repair items with datavalues, unless they actually have ↵KHobbits2012-02-02-1/+1
| | | | | | | | | | | | a durability.
| * | Craftbukkit #1846 Bukkit #1211KHobbits2012-02-02-0/+0
| | |
| * | Recover from broken config files, but keep a backup of the old one for ↵KHobbits2012-02-02-3/+4
| | | | | | | | | | | | purpose of data recovery.
| * | Extend valid characters to be a little less strict.KHobbits2012-02-02-1/+1
| | |
| * | Sanitize mail for untoward characters.KHobbits2012-02-02-10/+25
| | | | | | | | | | | | Prevent a user error from terminating essentials timer task.
| * | More info, and less severe warning on jail error.KHobbits2012-01-31-10/+31
| | |
| * | Update jails to new event system.KHobbits2012-01-31-21/+22
| | |
| * | Remove invalid item spawn blacklist warning during startup.KHobbits2012-01-29-0/+4
| | |
| * | Prevent /home bed, if the bed was later destroyed.KHobbits2012-01-29-1/+1
| | |
| * | Fixing Kill/suicide in creative mode.KHobbits2012-01-29-1/+3
| |/
| * New craftbukkitKHobbits2012-01-29-0/+12
| | | | | | | | CB 1840, B 1208
| * Merge remote branch 'remotes/origin/groupmanager'KHobbits2012-01-29-26/+37
| |\
| | * updating .gitignoreElgarL2012-01-29-1/+3
| | |
| | * Fix players retaining permissions when demoted.ElgarL2012-01-29-25/+34
| | |
| * | Fix boolean fail in /r offline checking.KHobbits2012-01-29-1/+1
| | |
| * | Optional second argument to /tpaccept, it will only accept the request if ↵KHobbits2012-01-29-1/+6
| | | | | | | | | | | | the sender matched that string.
| * | Added kit note.KHobbits2012-01-29-0/+1
| | | | | | | | | | | | Fixes #1276
| * | Kill people the proper way.KHobbits2012-01-29-4/+6
| | | | | | | | | | | | Test #1410
| * | Switch /near priority to check for int first.KHobbits2012-01-29-25/+20
| | | | | | | | | | | | Test #1269
| * | Make sure player is online when sending a /reply.KHobbits2012-01-29-1/+1
| | |
| * | Merge remote branch 'remotes/origin/groupmanager'KHobbits2012-01-29-1/+1
| |\|
| | * silly formatting change to test gitbotElgarL2012-01-28-1/+1
| | |
| * | Prevent disabled sign creation (if any of essentials signs are enabled)KHobbits2012-01-29-2/+4
| | |
| * | Fix sign list format.KHobbits2012-01-29-2/+3
| | |
| * | Disable all signs by default.KHobbits2012-01-29-5/+7
| | |
| * | Added options to enable each sign typeKHobbits2012-01-29-32/+83
| | |
* | | We don't need to get OfflinePlayer again.snowleo2012-02-13-1/+1
| | |
* | | Its a good idea to remove imports when you remove a classmd_52012-02-13-1/+0
| | |
* | | No need for that CraftBukkit hack anymoremd_52012-02-13-59/+1
| | |
* | | Organize Importssnowleo2012-02-06-14/+0
| | |
* | | Cleanupsnowleo2012-02-06-3/+1
| | |
* | | New Groups code, supports groups.yml file, gm and vault, new economy api.snowleo2012-02-06-275/+789
| | |
* | | copy&paste failsnowleo2012-02-05-11/+7
| | |
* | | New permissions for signssnowleo2012-02-05-16/+70
| | |
* | | Finally fix testssnowleo2012-02-05-12/+230
| | |
* | | Fixing the Testcasessnowleo2012-02-05-21/+24
| | |
* | | Modified BetterLocation, and new Permission-Systemsnowleo2012-02-05-709/+873
| | |
* | | More general cleanup.KHobbits2012-01-28-3/+2
| | |
* | | Random CleanupKHobbits2012-01-28-13/+19
| | |
* | | Clean more imports.KHobbits2012-01-28-2/+0
| | |
* | | Organize ImportsKHobbits2012-01-28-21/+15
| | |
* | | Fix missing import.KHobbits2012-01-28-0/+1
| | |
* | | Merge branch 'master' into 3.0KHobbits2012-01-28-353/+428
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Essentials/src/com/earth2me/essentials/commands/Commanddelhome.java Essentials/src/com/earth2me/essentials/commands/Commandhome.java Essentials/src/com/earth2me/essentials/commands/Commandsethome.java Essentials/src/messages_fr.properties EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawnPlayerListener.java
| * | Merge remote branch 'remotes/origin/groupmanager'KHobbits2012-01-28-88/+73
| |\|
| | * fix for an iterator error if there is only one element in the array.ElgarL2012-01-28-2/+3
| | |