LuckPerms

LuckPerms

41.4k Downloads

Error with BungeeTabListPlus and Sorting Rule

Joapple opened this issue ยท 14 comments

commented

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.

CodeCrafter47/BungeeTabListPlus#206

commented
  1. Make sure you're using the latest version from the CI server on both Bungee / Spigot.
  2. Make sure your groups have weights assigned

You then need to sort by the weight placeholder.

commented

It was set to bungee, but it used to work with vaultGroupInfo, i changed it to LUCKPERMS, still doesn't work..

commented

After changing permissionSource to LP, the luckpermsGroupInfo placeholder should work. It wouldn't have worked before making that change.

commented

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

commented

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.

commented

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

commented

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..

commented

You might need to use luckPermsGroupInfo in reverse.

commented

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..

commented

2017-03-25_16 02 59

commented

Can you pastebin your BungeeTabListPlus config, I'll try it out myself.

Also, just confirm, you're using the latest BTLP version, right?

commented

btlp: 2.7.3
lp: 3.0.56 (updated today)
http://www.joapple.ca/files/skyblock.yml (btlp file)

commented

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?

commented

In that case, I don't really know what else to suggest. There's no debug facility in BTLP in order to check the values being returned by the sorting rule, so I'm not sure what to suggest.