Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Increased logger efficiency in Essentials. | Paul Buonopane | 2012-02-23 | -6/+1 |
| | | | | Signed-off-by: Paul Buonopane <techsoftadvanced@gmail.com> | |||
* | Removed unused imports in Essentials. | Paul Buonopane | 2012-02-23 | -0/+1 |
| | | | | Signed-off-by: Paul Buonopane <techsoftadvanced@gmail.com> | |||
* | Sign settings | snowleo | 2012-02-21 | -34/+125 |
| | ||||
* | Merge branch 'refs/heads/master' into 3.0 | snowleo | 2012-02-21 | -661/+1236 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore Essentials/src/com/earth2me/essentials/Essentials.java Essentials/src/com/earth2me/essentials/EssentialsTimer.java Essentials/src/com/earth2me/essentials/ISettings.java Essentials/src/com/earth2me/essentials/Jails.java Essentials/src/com/earth2me/essentials/OfflinePlayer.java Essentials/src/com/earth2me/essentials/Settings.java Essentials/src/com/earth2me/essentials/User.java Essentials/src/com/earth2me/essentials/UserData.java Essentials/src/com/earth2me/essentials/UserMap.java Essentials/src/com/earth2me/essentials/Util.java Essentials/src/com/earth2me/essentials/commands/Commandnear.java Essentials/src/com/earth2me/essentials/commands/Commandping.java Essentials/src/com/earth2me/essentials/commands/Commandspawner.java Essentials/src/com/earth2me/essentials/commands/Commandspawnmob.java Essentials/src/com/earth2me/essentials/commands/Commandsuicide.java Essentials/src/com/earth2me/essentials/commands/Commandtpaccept.java Essentials/src/com/earth2me/essentials/commands/Commandwarp.java Essentials/src/messages_en.properties Essentials2Compat/src/com/earth2me/essentials/EssentialsConf.java Essentials2Compat/src/com/earth2me/essentials/EssentialsUpgrade.java EssentialsChat/src/plugin.yml EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawnPlayerListener.java | |||
| * | Merge branch 'refs/heads/groupmanager' | snowleo | 2012-02-21 | -57/+32 |
| |\ | ||||
| | * | A command of '/manload' with no world arguments now performs a full | ElgarL | 2012-02-18 | -34/+23 |
| | | | | | | | | | reload of GM. | |||
| | * | comment name change | ElgarL | 2012-02-15 | -1/+1 |
| | | | ||||
| | * | Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEvent | ElgarL | 2012-02-15 | -15/+8 |
| | | | | | | | | | | | | | | | as it's all handled in PlayerChangedWorldEvent. This also means we no longer update permissions before we change worlds. | |||
| | * | Depreciate PlayerTeleportEvent as it's all handled in | ElgarL | 2012-02-14 | -10/+3 |
| | | | | | | | | | PlayerChangedWorldEvent. | |||
| * | | Updated Essentials to work with R5 | snowleo | 2012-02-21 | -192/+130 |
| | | | ||||
| * | | CB#1952 | snowleo | 2012-02-21 | -0/+0 |
| | | | | | | | | | | | | B#1330 | |||
| * | | Add bPerm2 support for chat prefixes. | KHobbits | 2012-02-18 | -4/+69 |
| | | | ||||
| * | | Little bit of extra info in the default /einfo file | KHobbits | 2012-02-18 | -0/+4 |
| | | | ||||
| * | | Re-allow colours in newb welcome messages. | KHobbits | 2012-02-18 | -1/+1 |
| | | | ||||
| * | | Adding full keyword support for newb join message. | KHobbits | 2012-02-18 | -30/+105 |
| | | | | | | | | | | | | Also adding {ADDRESS} and {USERNAME} as new keywords. | |||
| * | | Don't try to use old bPerms API if it is not available. | KHobbits | 2012-02-16 | -12/+22 |
| | | | ||||
| * | | Fixing being charged twice for /back. | KHobbits | 2012-02-16 | -0/+1 |
| | | | ||||
| * | | Its a good idea to actually register the listeners | md_5 | 2012-02-15 | -2/+1 |
| | | | ||||
| * | | Make Essentials Update use new Listener system, and fix a few general ↵ | md_5 | 2012-02-15 | -35/+20 |
| | | | | | | | | | | | | mistakes, including that of the config | |||
| * | | Fix formatting in the config.yml and plugin.yml files. Add a new author. | md_5 | 2012-02-15 | -20/+20 |
| | | | ||||
| * | | Add all the new R4 methods | md_5 | 2012-02-15 | -0/+56 |
| | | | ||||
| * | | Update to 1.1-R4 | md_5 | 2012-02-15 | -0/+36 |
| | | | ||||
| * | | Remove dropItems from the inventory work around | md_5 | 2012-02-15 | -39/+30 |
| | | | ||||
| * | | /spawnmob - Only list mobs you have permission to spawn. | KHobbits | 2012-02-14 | -2/+15 |
| | | | ||||
| * | | Don't return null, throw an exception | snowleo | 2012-02-14 | -4/+13 |
| | | | ||||
| * | | Merge pull request #49 from Iaccidentally/patch-2 | snowleo | 2012-02-14 | -1/+1 |
| |\ \ | | | | | | | | | fix typo in config.yml (another one) | |||
| | * | | fix typo in config.yml (another one) | Iaccidentally | 2012-02-14 | -1/+1 |
| | | | | ||||
| * | | | Merge pull request #48 from Iaccidentally/patch-1 | snowleo | 2012-02-14 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | fix typo in config.yml | |||
| | * | | fix typo in config.yml | Iaccidentally | 2012-02-14 | -1/+1 |
| |/ / | ||||
| * | | Less sanitizing for more performance | snowleo | 2012-02-13 | -10/+15 |
| | | | ||||
| * | | Caching regex return in user cleanup. | KHobbits | 2012-02-13 | -2/+8 |
| | | | | | | | | | | | | (Pushing this for testing purposes). | |||
| * | | Merge remote branch 'remotes/origin/groupmanager' | KHobbits | 2012-02-13 | -132/+300 |
| |\| | ||||
| | * | Change Service registration to register WorldsHolder instead of | ElgarL | 2012-02-11 | -2/+3 |
| | | | | | | | | | AnjoPermissionsHandler. This is the correct entry point for all data. | |||
| | * | Add some commenting | ElgarL | 2012-02-05 | -36/+12 |
| | | | ||||
| | * | Fix world mirroring so it correctly creates data files and data sources | ElgarL | 2012-02-05 | -77/+216 |
| | | | | | | | | | | | | | | | for partially mirrored worlds. Fixed world mirroring so it returns the correct data for the requested world | |||
| | * | Prevent getAllPlayersPermissions() processing a group more than once. | ElgarL | 2012-02-02 | -19/+27 |
| | | | | | | | | | Improves performance when using complex inheritance structures. | |||
| | * | fix setGroup to only block superperms update if update is false. | ElgarL | 2012-02-02 | -2/+2 |
| | | | ||||
| | * | Fix a bug with getWorldData return the main world data for all mirrors, | ElgarL | 2012-02-02 | -3/+15 |
| | | | | | | | | | instead of the worlds parent data. | |||
| | * | Catch all errors in badly formatted groups. | ElgarL | 2012-01-31 | -7/+9 |
| | | | ||||
| | * | Track the 'onPlayerChangeWorld' event as some teleports seem to not be | ElgarL | 2012-01-30 | -1/+8 |
| | | | | | | | | | triggering a world move. | |||
| | * | Auto sort permissions on load to speed up population of superperms. | ElgarL | 2012-01-30 | -31/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Negating a parent node after adding all nodes with * will now correctly remove all child nodes of that parent before populating superperms. eg. - '*' - -vanish.* - vanish.standard | |||
| | * | .project change for Eclipse Build tool | ElgarL | 2012-01-29 | -1/+1 |
| | | | ||||
| * | | Merge branch 'master' of github.com:essentials/Essentials | KHobbits | 2012-02-13 | -1/+28 |
| |\ \ | ||||
| | * | | Clean up the CommandException stack traces so they appear as if Essentials ↵ | md_5 | 2012-02-12 | -1/+28 |
| | | | | | | | | | | | | | | | | was never there. | |||
| * | | | Allow charges for different mob types in /spawner | KHobbits | 2012-02-13 | -1/+5 |
| | | | | ||||
| * | | | Add per warp command costs | KHobbits | 2012-02-13 | -12/+8 |
| |/ / | | | | | | | | | | Make warp other commands charge the commander, not the warped. | |||
| * | | Update trade signs properly, and visibly handle full signs. | KHobbits | 2012-02-11 | -7/+10 |
| | | | ||||
| * | | Merge pull request #46 from krinsdeath/master | KHobbits | 2012-02-11 | -1/+75 |
| |\ \ | | | | | | | | | Added Privileges to known Permissions plugins | |||
| | * | | Added PrivilegesHandler.java; | Jeff Wardian | 2012-02-11 | -1/+75 |
| | | | | | | | | | | | | | | | | | | | | | | | | Implemented privileges in PermissionsHandler.java; Fixed PrivilegesHandler.canBuild(); | |||
| * | | | Refactoring tpaccept perm check to include tpaall. | KHobbits | 2012-02-11 | -1/+3 |
| | | | |