Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Exempt named mobs by default from /remove | KHobbits | 2014-05-18 | -10/+26 |
| | | | | | Named mobs can be removed using /remove named Killing all mobs now requires /remove all,tamed,named | |||
* | Tweak to player login event. | KHobbits | 2014-05-18 | -8/+14 |
| | ||||
* | Update worth.yml to be more descriptive. | KHobbits | 2014-05-17 | -3/+22 |
| | ||||
* | Update /condense syntax hint. | KHobbits | 2014-05-17 | -4/+4 |
| | ||||
* | Optimize PlayerLoginEvent | @ArkhamNetwork | 2014-05-17 | -31/+24 |
| | ||||
* | Move the teleport timer to an async task. | @ArkhamNetwork | 2014-05-17 | -42/+65 |
| | ||||
* | Prevent near empty userdata file creation. | KHobbits | 2014-05-17 | -1/+0 |
| | ||||
* | Stop using old string player lookup. | KHobbits | 2014-05-17 | -8/+9 |
| | ||||
* | Prevent reading and writing the usermap at the same time. | KHobbits | 2014-05-17 | -32/+46 |
| | ||||
* | Add user messages. | Faris Rehman | 2014-05-16 | -21/+77 |
| | ||||
* | First draft of /condense | KHobbits | 2014-05-16 | -0/+215 |
| | ||||
* | If Bukkit doesn't know who a player is, but we do, substitute the last known ↵ | KHobbits | 2014-05-10 | -0/+15 |
| | | | | nickname when ban checking. | |||
* | Update English TL keys. | KHobbits | 2014-05-10 | -14/+16 |
| | ||||
* | Update translations from crowdin (http://translate2.ess3.net/) | KHobbits | 2014-05-10 | -2072/+2114 |
| | ||||
* | Improve messages/formatting | Luke Anderson (stuntguy3000) | 2014-05-10 | -11/+12 |
| | ||||
* | Grammatical changes to config.yml | Burke D | 2014-05-10 | -25/+27 |
| | ||||
* | Updated Items.csv: Added nemofish and fishnemo. | clou44 | 2014-05-10 | -0/+12 |
| | | | | Added shorter aliases for salmon, pufferfish, and clownfish. | |||
* | Only dispose users who are offline at point of disposal. | KHobbits | 2014-05-10 | -59/+64 |
| | | | | This should cater for quick reconnects on lagged servers. | |||
* | Initialize TL Bundle on plugin start. | KHobbits | 2014-05-06 | -2/+2 |
| | ||||
* | Remove '-' from valid account names again. | KHobbits | 2014-05-05 | -10/+11 |
| | | | | This could cause issues with NPC's converted to UUID before this version. | |||
* | Reload locale even if it is set to null. | KHobbits | 2014-05-05 | -15/+14 |
| | ||||
* | Better handle TL failover. | KHobbits | 2014-05-05 | -9/+39 |
| | ||||
* | Update teleport timer to handle UUID rather than player names. | KHobbits | 2014-05-05 | -3/+4 |
| | ||||
* | Better handle corrupted chunks. | KHobbits | 2014-05-04 | -4/+14 |
| | ||||
* | Error in logic | ElgarL | 2014-05-04 | -1/+1 |
| | ||||
* | Prevent players who have never logged in before from taking over existing ↵ | ElgarL | 2014-05-04 | -2/+3 |
| | | | | accounts. | |||
* | Allow disabling userfile cache on uuid convert. | KHobbits | 2014-05-04 | -26/+34 |
| | | | | Add "ignore-userfiles-cache: true" to "upgrades-done.yml" to disable cache, forcing uuid lookup requests. | |||
* | Fix clones forgetting sub groups. | ElgarL | 2014-05-04 | -1/+16 |
| | ||||
* | Set a default mirror map if none is found in the config. | ElgarL | 2014-05-04 | -2/+6 |
| | ||||
* | Fix overloadedWorldHolder so it correctly calls the new WorldHolder code ↵ | ElgarL | 2014-05-04 | -23/+17 |
| | | | | when the user is not overloaded. | |||
* | Fixup javadocs | ElgarL | 2014-05-04 | -2/+2 |
| | ||||
* | v2.1: - Update for CraftBukkit 1.7.8-R0.1(3050). - Add UUID support. Plugins ↵ | ElgarL | 2014-05-04 | -135/+284 |
| | | | | can still query by player name but a UUID is faster and preferable. | |||
* | Do not override higher level permissions with negations. | ElgarL | 2014-05-04 | -3/+11 |
| | ||||
* | Fix a /mangcheckp message | Necrodoom | 2014-05-04 | -1/+1 |
| | ||||
* | Update mangcheckp to understand Exception nodes. | ElgarL | 2014-05-04 | -0/+2 |
| | ||||
* | Fix manucheckp to understand and report correctly on Exception nodes. | ElgarL | 2014-05-04 | -11/+32 |
| | ||||
* | Allow Exceptions in any inherited group to override negation of permissions. | ElgarL | 2014-05-04 | -11/+50 |
| | ||||
* | Cleanup plugin description | Necrodoom | 2014-05-04 | -42/+42 |
| | ||||
* | Prevent adding sub groups for ranks the granting player doesn't have access to. | ElgarL | 2014-05-04 | -1/+10 |
| | ||||
* | Allow Exception permission to override negations when in the same group. | ElgarL | 2014-05-04 | -0/+4 |
| | ||||
* | Change to use LinkedHashSets to preserve ordering. Fixes an issue with ↵ | ElgarL | 2014-05-04 | -8/+45 |
| | | | | populating bukkit perms in the wrong order. Fix wildcard negation in parent groups. | |||
* | Fix Cyclic mirroring test (silly me) | ElgarL | 2014-05-04 | -2/+2 |
| | ||||
* | Tidy imports | ElgarL | 2014-05-04 | -2/+0 |
| | ||||
* | Improve Javadocs, clean ' strip checks, update changelog. | Necrodoom | 2014-05-04 | -42/+16 |
| | ||||
* | add recursive permission adding/removing | Necrodoom | 2014-05-04 | -159/+172 |
| | | | | also other minor fixes | |||
* | Check subgroup permissions with an equal priority so no one subgroup is ↵ | ElgarL | 2014-05-04 | -3/+17 |
| | | | | higher ranked than another. | |||
* | Fix attempting to spawn invalid items. | KHobbits | 2014-04-30 | -1/+68 |
| | ||||
* | Skip npc's when doing cleanup. | KHobbits | 2014-04-29 | -0/+5 |
| | ||||
* | Better handle a write locked usermap.csv | KHobbits | 2014-04-29 | -3/+15 |
| | ||||
* | Run user dispose on another thread. | KHobbits | 2014-04-28 | -0/+12 |
| |