Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | update permissions to include new nodes | necrodoom | 2012-08-07 | -1/+3 |
| | ||||
* | Fix CB. | KHobbits | 2012-08-07 | -0/+7 |
| | ||||
* | Updating CB: | KHobbits | 2012-08-07 | -1/+1 |
| | | | | CB: 2317 Bukkit 1521 | |||
* | Merge branch 'refs/heads/groupmanager' into 2.9 | snowleo | 2012-08-06 | -3/+4 |
|\ | ||||
| * | Fix GlobalGroups not loading permission nodes. | ElgarL | 2012-08-06 | -3/+4 |
| | | ||||
* | | Just don't use nio, this might be slower. | snowleo | 2012-08-06 | -19/+4 |
| | | ||||
* | | update gc for all worlds (thanks to Yofel) | Iaccidentally | 2012-08-06 | -1/+12 |
| | | ||||
* | | Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9 | KHobbits | 2012-08-06 | -125/+194 |
|\| | ||||
| * | Ignore stupid plugins which add empty permission nodes. | ElgarL | 2012-08-06 | -17/+22 |
| | | ||||
| * | Fix mirroring now we are not using any Bukkit methods. | ElgarL | 2012-08-03 | -16/+24 |
| | | ||||
| * | Stop using the YamlConfiguration in bukkit for our config handling. We | ElgarL | 2012-08-03 | -25/+73 |
| | | | | | | can now support periods in world names. | |||
| * | Fix a cases sensitivity bug in world loading. | ElgarL | 2012-08-03 | -2/+3 |
| | | ||||
| * | Fix a typo because Necrodoom is anal. | ElgarL | 2012-07-13 | -1/+1 |
| | | ||||
| * | Change to our own Yaml parsing for globalgroups instead of using the | ElgarL | 2012-07-13 | -8/+17 |
| | | | | | | YAMLConfiguration class in bukkit. | |||
| * | If a permission is found return the correct node for mangcheckp (not | ElgarL | 2012-07-10 | -0/+1 |
| | | | | | | null). | |||
| * | Merge branch 'groupmanager' of | ElgarL | 2012-07-10 | -3/+3 |
| |\ | | | | | | | | | | | | | | | | | | | https://ElgarL@github.com/essentials/Essentials.git into groupmanager Conflicts: EssentialsGroupManager/src/org/anjocaido/groupmanager/permissions/BukkitPermissions.java | |||
| | * | Merge pull request #96 from mbax/groupmanager | md-5 | 2012-07-10 | -12/+1 |
| | |\ | | | | | | | | | Fix critical flaw in permissions removal with regards to fake players and Tekkit. | |||
| | | * | Fix critical flaw in permissions removal. | Matt Baxter | 2012-07-10 | -12/+1 |
| | |/ | | | | | | | Potential for removing the removal entirely but this can be figured out later. | |||
| * / | Stop force removing attachments and let Bukkit handle it's own mess. | ElgarL | 2012-07-10 | -51/+28 |
| |/ | ||||
| * | Throw a better error than 'null' when someone removes all groups from a | ElgarL | 2012-07-06 | -1/+6 |
| | | | | | | yml. | |||
| * | Ignore any sub folders in the Worlds folder which start with a period | ElgarL | 2012-07-04 | -2/+3 |
| | | | | | | (fix for storing data in svn respoitories). | |||
| * | Fix loading users with only numerals in their names to be seen as | ElgarL | 2012-06-24 | -3/+10 |
| | | | | | | strings. | |||
| * | Only output a Data update message if something has changed. | ElgarL | 2012-06-22 | -4/+11 |
| | | ||||
* | | Don't bomb if userMap isn't initialized. | KHobbits | 2012-08-06 | -10/+17 |
| | | ||||
* | | New Sign: Info | KHobbits | 2012-08-06 | -6/+62 |
| | | | | | | | | Syntax: [info] / [chapter] / [page number] / [cost] | |||
* | | New Sign: Repair | KHobbits | 2012-08-06 | -0/+59 |
| | | | | | | | | Syntax: [repair] / <hand|all> / [cost] | |||
* | | New command: /workbench (aliases /wb and /wbench) | KHobbits | 2012-08-06 | -0/+24 |
| | | | | | | | | Permission: essentials.workbench | |||
* | | Default value for [gamemode] sign | KHobbits | 2012-08-06 | -6/+16 |
| | | | | | | | | New syntax: [gamemode] / <mode> / [price] | |||
* | | I should read javadoc properly. | snowleo | 2012-08-06 | -10/+1 |
| | | ||||
* | | Move FileChannel inside the loop | snowleo | 2012-08-05 | -1/+2 |
| | | ||||
* | | Throw exception after 5 attempts | snowleo | 2012-08-05 | -4/+8 |
| | | ||||
* | | Try to fix interrupt problem. | snowleo | 2012-08-05 | -1/+25 |
| | | ||||
* | | Fix /gamemode 2 playername | Alexander Schepp | 2012-08-04 | -1/+1 |
| | | ||||
* | | i'm in ur config, fixxn ur grammer | Iaccidentally | 2012-08-04 | -7/+7 |
| | | ||||
* | | I am a grammar nazi. | Iaccidentally | 2012-08-04 | -1/+1 |
| | | ||||
* | | More thread safety | snowleo | 2012-08-04 | -5/+11 |
| | | ||||
* | | Thread safety for XMPP | snowleo | 2012-08-04 | -6/+11 |
| | | ||||
* | | CB #2289 Bukkit #1512 | ementalo | 2012-08-04 | -32/+32 |
| | | | | | | | | Change PlayerChatEvent to AsyncPlayerChatEvent | |||
* | | Make chat handling more thread safe (and also faster) | snowleo | 2012-08-03 | -41/+128 |
| | | ||||
* | | Synchronized chatStore | snowleo | 2012-08-03 | -1/+2 |
| | | ||||
* | | Ignore case on /gm command | snowleo | 2012-08-03 | -2/+2 |
| | | ||||
* | | Code cleanup | snowleo | 2012-08-03 | -17/+17 |
| | | ||||
* | | Ignore case on gamemode signs and code cleanup | snowleo | 2012-08-03 | -18/+17 |
| | | ||||
* | | Less loops please | snowleo | 2012-08-03 | -9/+3 |
| | | ||||
* | | Another fix for /exp | snowleo | 2012-08-03 | -3/+14 |
| | | ||||
* | | New exp calculations. | snowleo | 2012-08-03 | -8/+17 |
| | | ||||
* | | Fix broken output of /itemdb | snowleo | 2012-08-03 | -1/+1 |
| | | ||||
* | | Netbeans 7.2 changes | snowleo | 2012-08-03 | -550/+4022 |
| | | ||||
* | | Merge branch '2.9' of https://github.com/essentials/Essentials | Iaccidentally | 2012-08-02 | -287/+300 |
|\ \ | ||||
| * | | Switching the syntax of gamemode /gm mode player and adding mode aliases | ementalo | 2012-08-02 | -287/+300 |
| | | | | | | | | | | | | | | | Fixing translation keys Fix plugin.yml gamemode syntax |