Staartvin / Autorank-2

Autorank is a Spigot/Bukkit plugin for automatically ranking players based on requirements
Other
56 stars 61 forks source link

Multiworld Ranks #3

Closed nickless07 closed 11 years ago

nickless07 commented 11 years ago

What are you expecting to happen:

Individual Ranking per World

What happens instead:

Global Rank

What steps will reproduce the problem?

  1. Using Autorank version 2.6 Beta
  2. Using PermissionsEx version 1.19.6
  3. Use per World Ranking

    Config.yml

http://pastebin.com/FG8wR1ja

Permissions.yml

http://pastebin.com/NnYNsjGq

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

Staartvin commented 11 years ago

You cannot use 2 rank change results as there is no way to tell which one Autorank should perform.

Armarr commented 11 years ago

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:

nickless07 commented 11 years ago

How to get world specific ranks? It Never does that. When i use 1 rank change it's messed up too. nickless07: group:

Staartvin commented 11 years ago

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)

Staartvin commented 11 years ago

By the looks, you have closed this issue. Does that mean you got it working?

nickless07 commented 11 years ago

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.

Staartvin commented 11 years ago

I'll test it myself and check for problems.