
Error with BungeeTabListPlus and Sorting Rule
Joapple opened this issue ยท 14 comments
Since i have it most described there, i'll link to the issue in bungeetablist plus. I thought the error was from there, but he can't seem to find why it is not working. Maybe you can find it? Thanks a lot of the help.
- Make sure you're using the latest version from the CI server on both Bungee / Spigot.
- Make sure your groups have weights assigned
You then need to sort by the weight placeholder.
It was set to bungee, but it used to work with vaultGroupInfo, i changed it to LUCKPERMS, still doesn't work..
After changing permissionSource to LP, the luckpermsGroupInfo placeholder should work. It wouldn't have worked before making that change.
Do i need to restart the bungee for the permission source to take effect? Because it doesn't work at all, even having permissioursource to LUCKPERMS
Not sure. Worth a try I suppose.
Also, just to clarify, your Bungee LP instance needs to be connected to the same DB as the Spigot ones.
Yeah it is connected to the same database, since i have plugins loaded in bungee and perms are in spigot groups, luckperms itself works perfect, just the order of the staff groups that aren't
Okay, loaded the version 3.0.56 to both bungee and spigot. The sorting rule playerOrder: "luckPermsGroupInfo,alphabetically" luckPermsGroupInfo doesn't work at all, i am gonna try to sort by vault, but this need to be fixed, i don't think it's a misconfiguration, all my groups has weight.
owner: 0
admin: 1
builder: 2
moderator: 3
apprentice: 4
helper: 5
but they only get sorted alphabetically, as my owner list on bottom , and i have a builder between 2 mod..
Sorry for my lack of english, but yeah reversed or not, it just doesn't work. Using Vault or the luckPermsGroupInfo or luckPermsGroupInfoReversed, none works. All my groups has their weight and i made sure my staff has their primarygroup set to the one i want to sort. Meaning all players has default + their donor group, but my staff in luckperms it's the primarygroup only for that reason..
Can you pastebin your BungeeTabListPlus config, I'll try it out myself.
Also, just confirm, you're using the latest BTLP version, right?
btlp: 2.7.3
lp: 3.0.56 (updated today)
http://www.joapple.ca/files/skyblock.yml (btlp file)
The placeholders you're using to pull ranks are coming from Bukkit via PlaceholderAPI, which makes me think it may be an issue with the BTLP <--> LP integration on the proxy.
Can you confirm that permissionSource: LUCKPERMS
is set in your config file?