ElgarL
|
b7a70be5e5
|
Error in logic
|
2014-05-04 17:12:15 +01:00 |
|
ElgarL
|
e8e9d281bb
|
Prevent players who have never logged in before from taking over existing accounts.
|
2014-05-04 16:22:58 +01:00 |
|
ElgarL
|
d46d8d45fa
|
Fix clones forgetting sub groups.
|
2014-05-04 12:50:22 +01:00 |
|
ElgarL
|
89b759d7ac
|
Set a default mirror map if none is found in the config.
|
2014-05-04 12:50:21 +01:00 |
|
ElgarL
|
b2d8beb887
|
Fix overloadedWorldHolder so it correctly calls the new WorldHolder code when the user is not overloaded.
|
2014-05-04 12:50:20 +01:00 |
|
ElgarL
|
5271854e7e
|
Fixup javadocs
|
2014-05-04 12:50:18 +01:00 |
|
ElgarL
|
ae2f78b535
|
v2.1: - Update for CraftBukkit 1.7.8-R0.1(3050). - Add UUID support. Plugins can still query by player name but a UUID is faster and preferable.
|
2014-05-04 12:50:17 +01:00 |
|
ElgarL
|
226f921819
|
Do not override higher level permissions with negations.
|
2014-05-04 12:50:16 +01:00 |
|
Necrodoom
|
931de7bd66
|
Fix a /mangcheckp message
|
2014-05-04 12:50:15 +01:00 |
|
ElgarL
|
a75b04cb4b
|
Update mangcheckp to understand Exception nodes.
|
2014-05-04 12:50:14 +01:00 |
|
ElgarL
|
009f4fede9
|
Fix manucheckp to understand and report correctly on Exception nodes.
|
2014-05-04 12:50:13 +01:00 |
|
ElgarL
|
64acdbf99e
|
Allow Exceptions in any inherited group to override negation of permissions.
|
2014-05-04 12:50:12 +01:00 |
|
Necrodoom
|
e982d8c8f8
|
Cleanup plugin description
|
2014-05-04 12:50:11 +01:00 |
|
ElgarL
|
5129ad7d25
|
Prevent adding sub groups for ranks the granting player doesn't have access to.
|
2014-05-04 12:50:09 +01:00 |
|
ElgarL
|
80f5972c04
|
Allow Exception permission to override negations when in the same group.
|
2014-05-04 12:50:08 +01:00 |
|
ElgarL
|
389b59515d
|
Change to use LinkedHashSets to preserve ordering. Fixes an issue with populating bukkit perms in the wrong order. Fix wildcard negation in parent groups.
|
2014-05-04 12:50:07 +01:00 |
|
ElgarL
|
4f95d64dd3
|
Fix Cyclic mirroring test (silly me)
|
2014-05-04 12:50:06 +01:00 |
|
ElgarL
|
d89adcdecc
|
Tidy imports
|
2014-05-04 12:50:05 +01:00 |
|
Necrodoom
|
454ef4016f
|
Improve Javadocs, clean ' strip checks, update changelog.
|
2014-05-04 12:50:04 +01:00 |
|
Necrodoom
|
188c2548fb
|
add recursive permission adding/removing
also other minor fixes
|
2014-05-04 12:50:03 +01:00 |
|
ElgarL
|
28036b7d17
|
Check subgroup permissions with an equal priority so no one subgroup is higher ranked than another.
|
2014-05-04 12:50:02 +01:00 |
|
Necrodoom
|
fc59e9f48d
|
Fix messages
|
2014-03-09 19:17:26 +02:00 |
|
KHobbits
|
7470ee6854
|
Split util classes.
|
2013-06-08 22:31:19 +01:00 |
|
evonuts
|
c8cc8eeea7
|
Minor grammatical changes to config.yml
|
2013-04-19 12:13:09 +12:00 |
|
ElgarL
|
37e985615c
|
another string fix.
|
2013-03-28 16:08:59 +00:00 |
|
ElgarL
|
1b8edee8f8
|
More Necrodoom fixes.
|
2013-03-28 15:38:18 +00:00 |
|
ElgarL
|
a363fbf564
|
Fix loops.
|
2013-03-28 13:10:17 +00:00 |
|
Necrodoom
|
67a976d794
|
readd some checks
|
2013-03-10 14:42:03 +02:00 |
|
Necrodoom
|
c1706ea6fb
|
fix alias
|
2013-03-09 15:12:15 +02:00 |
|
Necrodoom
|
02bb4237a9
|
add mising isopoverride check
|
2013-03-03 18:35:05 +02:00 |
|
Necrodoom
|
64eaa571a9
|
add new commands, add alias to listgroups
|
2013-03-02 10:03:45 +02:00 |
|
Necrodoom
|
e0e383f0f8
|
Update GroupManagerPermissions.java
|
2013-03-02 09:56:38 +02:00 |
|
Necrodoom
|
239e149b8d
|
fix clear commands change mandemote and manpromote
dont make manpromote and mandemote act like manuadd when OP, 3 manuadd commands arent needed.
|
2013-03-02 09:50:31 +02:00 |
|
Necrodoom
|
ee1178e8be
|
messages fix, add /manuclearp and /mangclearp
|
2013-03-01 20:48:12 +02:00 |
|
ElgarL
|
f4733f218a
|
Merge pull request #361 from necrodoom/patch-66
add catches for the last 2 config settings
|
2013-02-26 08:49:40 -08:00 |
|
Necrodoom
|
d26ab2fd65
|
change commandblock message
|
2013-02-26 13:05:45 +02:00 |
|
Necrodoom
|
0f630389aa
|
fix a few groupmanager.java errors
|
2013-02-26 12:27:05 +02:00 |
|
Necrodoom
|
c727addd93
|
add catches for the last 2 config settings
|
2013-02-26 12:17:26 +02:00 |
|
ElgarL
|
ee2edec13d
|
Show the world a group change is made in when using notify.
|
2013-02-25 14:11:42 +00:00 |
|
ElgarL
|
09d5026467
|
Store worldSelection indexed on the senders name rather than the object
(fixes commandblocks using manselect).
|
2013-02-25 13:49:18 +00:00 |
|
ElgarL
|
083da08092
|
Only prevent adding nodes with '/manuaddp' and '/mangaddp' if they are
exact matches (not wildcards).
|
2013-02-25 12:47:23 +00:00 |
|
ElgarL
|
aceea11885
|
Warn when adding a node where an exception already exist.
|
2013-02-25 10:46:16 +00:00 |
|
ElgarL
|
aa58ebc63e
|
Don't allow adding a node with '/manuaddp' and '/mangaddp' which is
already negated.
|
2013-02-25 10:27:01 +00:00 |
|
ElgarL
|
a2dc90ec73
|
Fix setting of accessLevel on User level permission tests.
|
2013-02-25 10:11:44 +00:00 |
|
Necrodoom
|
7502a5c4c5
|
fix typo
|
2013-02-22 20:49:57 +02:00 |
|
Necrodoom
|
b334a29471
|
add "all_unnamed_worlds" info
|
2013-02-22 20:48:09 +02:00 |
|
ElgarL
|
966aca4495
|
Only one error this time Necrodoom :)
|
2013-02-22 17:21:14 +00:00 |
|
ElgarL
|
f79861e321
|
Merge pull request #353 from necrodoom/patch-61
various messages fixes - This better work!!!!!!
|
2013-02-22 09:19:56 -08:00 |
|
ElgarL
|
ffde29a307
|
Fix global mirroring of non main worlds.
|
2013-02-22 17:07:55 +00:00 |
|
Necrodoom
|
88410828c3
|
various messages fixes
|
2013-02-22 19:07:01 +02:00 |
|