Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | The correct ant variable from TeamCity | snowleo | 2011-09-18 | -3/+3 |
| | ||||
* | Using ant properties | snowleo | 2011-09-18 | -3/+3 |
| | ||||
* | One build file for all configurations | snowleo | 2011-09-18 | -0/+30 |
| | ||||
* | Removed PermissionsCommands from BuildAll | snowleo | 2011-09-18 | -29/+4 |
| | ||||
* | Automatic updates for future versions of items.csv | snowleo | 2011-09-18 | -99/+324 |
| | | | | We also update all 1.7.3 versions of items.csv | |||
* | New animals for spawner and spawnmob | snowleo | 2011-09-17 | -6/+10 |
| | ||||
* | GroupManager 1.1 | snowleo | 2011-09-17 | -612/+1378 |
|\ | | | | | | | | | | | | | | | Merge branch 'groupmanager' Conflicts: EssentialsGroupManager/src/plugin.yml EssentialsGroupManager/src/users.yml | |||
| * | Read from group not user for setting superperms | ElgarL | 2011-09-16 | -2/+2 |
| | | ||||
| * | Quickfix: Slightly changing syntax to stop conflict - This needs to be ↵ | KHobbits | 2011-09-15 | -58/+58 |
| | | | | | | | | properly addressed | |||
| * | Doh, jumped a version | ElgarL | 2011-09-06 | -1/+1 |
| | | ||||
| * | Final tidy up of superperms for GM 1.2 | ElgarL | 2011-09-06 | -1/+0 |
| | | ||||
| * | removed unneeded include | ElgarL | 2011-09-06 | -2/+1 |
| | | ||||
| * | - Fixed BukkitPerms population. Wasn't correctly setting superperms. | ElgarL | 2011-09-06 | -8/+36 |
| | | ||||
| * | Push to Build dev version | ElgarL | 2011-09-04 | -2/+2 |
| | | ||||
| * | - Fix for an infinite loop bug with the new Bukkit Perms during a new | ElgarL | 2011-09-03 | -7/+16 |
| | | | | | | user creation. | |||
| * | - Fix for Users.yml containing only 'users:' causing a crash. | ElgarL | 2011-09-03 | -4/+11 |
| | | | | | | | | - GroupManager will now generate a fresh Users and Groups yml if either file is empty. | |||
| * | Minor change to GM's config.yml to make it slightly easier to understand | ElgarL | 2011-09-03 | -1/+2 |
| | | | | | | mirroring | |||
| * | - Invalid groups assigned to players in users.yml will no longer cause | ElgarL | 2011-09-03 | -8/+11 |
| | | | | | | a crash. GM will now set them to the default group instead. | |||
| * | Damn typos | ElgarL | 2011-09-03 | -34/+34 |
| | | ||||
| * | correct typo on setDefaulttWorldHandler | ElgarL | 2011-09-03 | -34/+34 |
| | | ||||
| * | - GroupManager will now attempt to select the default world when using | Steve | 2011-09-03 | -101/+96 |
| | | | | | | commands instead of failing and telling you to use '/manselect <world>'. | |||
| * | - Fixed users being able to use 'manuadd' to add users to higher groups | ElgarL | 2011-09-03 | -31/+56 |
| | | | | | | | | | | | | than their own. - Added SuperPerms support so GM will update adn provide the permissions to plugins which only support Bukkit Perms. - Added more helpful output to errors on argument lengths. | |||
| * | Bukkit Superperms support | ElgarL | 2011-09-02 | -72/+344 |
| | | ||||
| * | added PermissionHandler.class and .project/.classpath so this will build | Steve | 2011-08-31 | -0/+25 |
| | | | | | | in eclipse | |||
| * | Test commit to see if push works | Steve | 2011-08-29 | -1/+1 |
| | | | | | | Updated plugin.yml to alpha-6 for GM | |||
| * | Merge branch 'master' into groupmanager | snowleo | 2011-08-14 | -46/+111 |
| |\ | ||||
| * | | GroupManager update to Permissions 3.1.6 API done by ElgarL | snowleo | 2011-08-14 | -410/+810 |
| | | | ||||
| * | | Update Permissions3.jar in lib folder to 3.1.6 | snowleo | 2011-08-14 | -0/+0 |
| | | | ||||
* | | | New items.csv by andrewkm | snowleo | 2011-09-17 | -1/+138 |
| | | | ||||
* | | | New methods in player and server interface. | snowleo | 2011-09-17 | -0/+182 |
| | | | ||||
* | | | CB#1137 | snowleo | 2011-09-17 | -0/+0 |
| | | | | | | | | | | | | B#837 | |||
* | | | Merge branch 'bukkitupdate' | snowleo | 2011-09-15 | -197/+141 |
|\ \ \ | ||||
| * | | | Updates for banning | snowleo | 2011-09-07 | -197/+141 |
| | | | | | | | | | | | | | | | | | | | | | | | | Removing the ban workaround We might remove the ban commands completely. | |||
| * | | | CB#1089 | snowleo | 2011-09-07 | -0/+0 |
| | | | | | | | | | | | | | | | | B#823 | |||
* | | | | Fix getSafePosition once again. | snowleo | 2011-09-11 | -6/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | This time: Fix the rare case where the double number is slightly below the actual number (like 1.9999999998) Also: Fix the case, when the player teleports somewhere in a 2 block high space and on the floor is something like rails. | |||
* | | | | added a clearall option to powertools | okamosy | 2011-09-10 | -1/+22 |
| | | | | ||||
* | | | | Merge branch 'master' of github.com:essentials/Essentials | okamosy | 2011-09-10 | -750/+1431 |
|\ \ \ \ | ||||
| * | | | | Move 'spawnifnospawn' check to home decision tree. | KHobbits | 2011-09-09 | -8/+5 |
| |/ / / | ||||
| * | | | Using the correct player object for dispatching the command on powertool use. | snowleo | 2011-09-05 | -1/+1 |
| | | | | ||||
| * | | | Fix afk not disabled after command use | snowleo | 2011-09-05 | -1/+0 |
| | | | | ||||
| * | | | Ignore more local branches | snowleo | 2011-09-04 | -1/+4 |
| | | | | ||||
| * | | | Cross world move check | snowleo | 2011-09-02 | -1/+2 |
| | | | | ||||
| * | | | Throwing an error on /sethome if you cant set multiple homes. | KHobbits | 2011-09-02 | -0/+3 |
| | | | | ||||
| * | | | Disabling update check for now, we have to find a better solution. | snowleo | 2011-09-02 | -7/+1 |
| | | | | ||||
| * | | | Prevent that hidden players broadcast afk messages | snowleo | 2011-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 github | KHobbits | 2011-09-02 | -1/+1 |
| | | | | ||||
| * | | | Edited Essentials/src/com/earth2me/essentials/perm/Permissions2Handler.java ↵ | KHobbits | 2011-09-02 | -1/+1 |
| | | | | | | | | | | | | | | | | via GitHub | |||
| * | | | Restore tempban functionality | snowleo | 2011-09-01 | -1/+1 |
| | | | | ||||
| * | | | items.csv changes by andrewkm | snowleo | 2011-09-01 | -1/+57 |
| | | | | ||||
| * | | | Prevent afk message after login, also don't show afk message on logout. | snowleo | 2011-09-01 | -12/+12 |
| | | | |