summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | 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
| | |
| | * Fixed a bug when pushing superperms in the wrong order.ElgarL2012-01-28-85/+63
| | |
| | * Properly fix inherited negated nodes.ElgarL2012-01-27-4/+5
| | |
| | * do not allow inherited permissions to negate higher perms.ElgarL2012-01-27-3/+8
| | |
| * | Only list bed home if it is set.KHobbits2012-01-28-3/+10
| | |
| * | Allow space as well as : in /delhomeKHobbits2012-01-28-5/+14
| | |
| * | Stop users from using /sethome bedKHobbits2012-01-28-0/+6
| | |
| * | If bed home is set, give priority when spawning.KHobbits2012-01-28-8/+8
| | |
| * | Check bed still exist, for bed homes.KHobbits2012-01-28-3/+10
| | |
| * | Switch website URL's to point at wiki.KHobbits2012-01-28-6/+6
| | |
| * | Merge branch 'master' of github.com:essentials/EssentialsKHobbits2012-01-26-111/+119
| |\ \
| | * | Minor fix to french translationsnowleo2012-01-26-1/+1
| | | |
| | * | i18n added to command nukeLéa Gris2012-01-26-5/+13
| | | |
| | * | Updated translations to Essentials Dev2.7.191Léa Gris2012-01-26-107/+107
| | | |
| * | | Revert emergency listener to old styleKHobbits2012-01-26-2/+92
| |/ / | | | | | | | | | Stops peoples world world burning down if they throw in 2.8, on a 1.0 server.
| * | Set min bukkit to 1818 - RBKHobbits2012-01-26-1/+1
| | |
| * | Merge remote branch 'remotes/origin/groupmanager'KHobbits2012-01-26-16/+38
| |\|
| | * Fixed an infinite loop error when using '/manudel' on a logged inElgarL2012-01-25-3/+13
| | | | | | | | | | | | player. It caused setDefaultGroup to trigger a bukkit update when no GM User existed yet.
| | * Trap errors in fetching the mirrors map.ElgarL2012-01-25-4/+8
| | |
| | * Check for a null player object in the PlayerTeleportEvent.ElgarL2012-01-25-2/+3
| | |
| | * Fixed subgroups (I broke earlier).ElgarL2012-01-25-10/+17
| | |
| * | CB #1818paul.aston2012-01-25-0/+0
| | | | | | | | | | | | RB #1200
| * | Merge pull request #43 from essentials/groupmanagerPaul A.2012-01-24-31/+33
| |\| | | | | | | Fix trying to modify an unmodifiable collection breaking superperms.
| | * Fix trying to modify an unmodifiable collection breaking superperms.ElgarL2012-01-25-31/+33
| | |