Stanislav Usenkov
|
c5afa4074f
|
I've searched that bug for a several hours!
|
9 years ago |
Stanislav Usenkov
|
46666548e9
|
Fixes.
|
9 years ago |
Stanislav Usenkov
|
68b27759ec
|
Minor changes in formatting output.
|
9 years ago |
Stanislav Usenkov
|
b9603064a7
|
"/rscp player <player>" now shows a lot of details.
|
9 years ago |
Stanislav Usenkov
|
d398d5060d
|
New config.yml option: settings.disable-insecure-commands (true by default).
When true all commands that can edit database contents will be disabled for all.
|
9 years ago |
Stanislav Usenkov
|
5848fb17d3
|
Split this bug file into two.
|
9 years ago |
Stanislav Usenkov
|
e0a75cb51d
|
WOW! Now "/rscp player <player> <-n(--by-name)|-u(--by-uuid)|-i(--by-ip)> ..." is identical to "/rscp user new <name|uuid|ip of a player> ..."!
|
9 years ago |
Stanislav Usenkov
|
e12552a117
|
Added test for clones interferation.
|
9 years ago |
Stanislav Usenkov
|
116935d6fa
|
Little fix of prev. commit.
|
9 years ago |
Stanislav Usenkov
|
8b83db5460
|
Some fixes for restore 1.4.7 compatibility.
|
9 years ago |
Stanislav Usenkov
|
a835e5f90e
|
Upgrade for use rscCommonsLibrary v2.2.2.
|
9 years ago |
Stanislav Usenkov
|
69ca1c1d70
|
Revert merging gh-pages into master!
|
9 years ago |
Stanislav Usenkov
|
5046e68c3f
|
Merge branch 'gh-pages' of https://github.com/SimSonic/rscPermissions
|
9 years ago |
Stanislav Usenkov
|
753d7a2128
|
Nothing.
|
9 years ago |
Stanislav Usenkov
|
7b19af494a
|
Move russian comments from RuBukkit page into config.yml.
|
9 years ago |
Stanislav Usenkov
|
cf16ff1f74
|
Version 0.10.7b for SpigotMC.
|
9 years ago |
Stanislav Usenkov
|
274f8d67bb
|
Help lines for new commands.
|
9 years ago |
Stanislav Usenkov
|
3254de32b9
|
Automatically correct parent name when we know him.
|
9 years ago |
Stanislav Usenkov
|
145d7e7719
|
Work continuation.
|
9 years ago |
Stanislav Usenkov
|
f0ee42beaf
|
More fixes.
|
9 years ago |
Stanislav Usenkov
|
a0a5551d5f
|
Fix that id should be long like it is in db.
|
9 years ago |
Stanislav Usenkov
|
212703f710
|
Reorganize Row classes.
|
9 years ago |
SimSonic
|
f45610a896
|
Commands add/remove parent/permission ... are ready ... I'm afraid to test it.
|
9 years ago |
SimSonic
|
83f33a7823
|
removeGroup and removePermission are done... (not tested).
|
9 years ago |
SimSonic
|
3d7dc9f87c
|
Force entity creation when editing it by inserting 'new' keyword between it's type and name:
/rscp group new NonExistingGroup ap plugin.section.permission
|
9 years ago |
SimSonic
|
eae749baae
|
Continue ...
|
9 years ago |
SimSonic
|
c7a97c29c9
|
A great renaming.
|
9 years ago |
SimSonic
|
e20d253ed8
|
Completely remove Residence support. WorldGuard now is the only RegionListProvider.
|
9 years ago |
Stanislav Usenkov
|
836cb76dff
|
Prepare to implement editing commands.
|
9 years ago |
Stanislav Usenkov
|
9f14271154
|
Fix of some possible NPEs.
|
9 years ago |
Stanislav Usenkov
|
15b2fdc7ef
|
Better ingame debug and comments in config.yml.
|
9 years ago |
Stanislav Usenkov
|
7448d2a29b
|
Help pages.
|
9 years ago |
Stanislav Usenkov
|
460de8eb37
|
Better information gathering about all entities. Cancel early serverId filtration.
|
9 years ago |
Stanislav Usenkov
|
cdb7a9288c
|
Better comparators for RowEntity, RowPermission and RowInheritance.
|
9 years ago |
Stanislav Usenkov
|
36747c6817
|
I really don't have any javadocs in source code. Will add and enable this later.
|
9 years ago |
Stanislav Usenkov
|
0e4eb67004
|
Better output with */rscp users* and */rscp groups*.
|
9 years ago |
Stanislav Usenkov
|
327ef3f7cb
|
Simplify splittedId generation.
|
9 years ago |
Stanislav Usenkov
|
644a35f548
|
Fix [entity] ... lp/lg subcommands.
|
9 years ago |
Stanislav Usenkov
|
1436e0f21a
|
Fix some possibility of NPE.
|
9 years ago |
Stanislav Usenkov
|
fcad5d4a99
|
Forget all resolved offline identifiers after fetch.
|
9 years ago |
Stanislav Usenkov
|
a468117db9
|
Fixed operation of slot-limits and other little improvements.
|
9 years ago |
Stanislav Usenkov
|
3471738734
|
Setup new official VaultAPI repository.
https://github.com/MilkBowl/VaultAPI/issues/24
|
9 years ago |
Stanislav Usenkov
|
8312a81608
|
End of day commit. This is big work.
NOW USING TEMPORARY repo for VaultAPI (https://github.com/MilkBowl/VaultAPI/issues/24).
|
9 years ago |
Stanislav Usenkov
|
f5e7b2236a
|
Little delay in priority to cpu work.
|
9 years ago |
Stanislav Usenkov
|
f9fe144a21
|
End of day commit.
|
9 years ago |
Stanislav Usenkov
|
41c116bba1
|
Slides moved into /docs
|
9 years ago |
Stanislav Usenkov
|
68f3b75763
|
Fix plugin.yml.
|
9 years ago |
Stanislav Usenkov
|
56140f22f9
|
Alias /p ...
|
9 years ago |
Stanislav Usenkov
|
f3465d89c3
|
Fix from library.
|
9 years ago |
Stanislav Usenkov
|
6892198196
|
Move permission sorting inside internal cache. New method Phrases::toPlayer(). Recolorize some console text. Other minor fixes.
|
9 years ago |