Multiworld Ranks
nickless07 opened this issue ยท 7 comments
What are you expecting to happen:
Individual Ranking per World
What happens instead:
Global Rank
What steps will reproduce the problem?
- Using Autorank version 2.6 Beta
- Using PermissionsEx version 1.19.6
- Use per World Ranking
Config.yml
Permissions.yml
Installed Plugins:
NoCheatPlus, WorldEdit, Vault, PermissionsEx, LogBlock, LWC, WorldGuard, boosCooldowns, dynmap, ModReq, iAnimalProtect, MineBackup, ChestShop, ProtocolLib, Modifyworld, Stats, CleanroomGenerator, Essentials, EssentialsSpawn, TagAPI, LandLock, ReMap, PlotMe, DynmapPlotMe, Autorank, LiveChat, Multiverse-Core, CommandSigns, Multiverse-Inventories
Error log:
No error.
Additional information:
Pleasy provide a way to remove the rang change lines from AdvancedConfig.yml
Manual remove will cause errors:
http://pastebin.com/R952HRNP
You cannot use 2 rank change results as there is no way to tell which one Autorank should perform.
Although it'd be nice if the config supported the list notation of YAML, an oversight on my part. Then it would support multiple results.
something like
results:
- rank change: Besucher;Gast;stadt
- rank change: Bauer;Buerger;free
How to get world specific ranks? It Never does that. When i use 1 rank change it's messed up too.
nickless07:
group:
- Gast
worlds:
free: {}
stadt: {}
My expedted output was:
nickless07:
worlds:
stadt:
group:
- Gast
free: {}
If i use only this one line
rank change: Besucher;Gast;stadt
or
rank change: Besucher;Gast
it gives the same output
Why would you need two rank changes? Autorank would never be able to know what rank change to use.
BTW, the current setup is more practical for the advanced usage. The problem of multiple requirements/results can be fixed by adding a unique number to the name. (See the super-advanced config tutorial section)
No, switched to another Plugin, worked on this setup for one week now, just to figure out that per world ranking is broken.
I just wanted to get Rank A in World A an Rank B in World B.
Testet with rank change line (single line and multiple lines don't work either). Always get global rank up.
Tested with different ranks and reuirements.
Tested without rank change line (for command promoting) results in error (http://pastebin.com/R952HRNP)
All setup results in errors oder global ranks.
Try by yourself a per World ranking using PEX.
For Testing try the following:
http://pastebin.com/B7nmqdMt
Results in Global rank, but should be per world rank.
Use manual commands:
pex user group set RankA2 WorldA
pex user group set RankB2 WorldB
Result in per world Rank.