LuckPerms

LuckPerms

41.4k Downloads

groups and weights what is the correct usage

Ironic8b498 opened this issue ยท 7 comments

commented

I currently have 60 groups on my bungee network, these are my tracks, other then the track name being staff, griefer or hacker. the rest are tracks meant for just one server, the tracks with server names do not get used on more then the server it was made for. My issue is to make Uchat work right with so many groups in the players meta, where sometimes needing to call a group with lower weight. How I have done on my spigot/bukkit servers is Dchat allows me to use perms to assign the correct rank. Well sponge is so limited to what chat plugin I can use. Any suggestion on how to make this work would be great.

Export track: sky

/lp track sky append bedrock Weight = 400
/lp track sky append dirt Weight = 600
/lp track sky append lava Weight = 800
/lp track sky append iron Weight = 900
/lp track sky append gold Weight = 1000
/lp track sky append diamond Weight = 1100
/lp track sky append grass Weight = 1200

Export track: mini

/lp track mini append spectator Weight = 1100
/lp track mini append gamer Weight = 1200

Export track: survival

/lp track survival append recruit Weight = 400
/lp track survival append 0 Weight = 600
/lp track survival append 1 Weight = 800
/lp track survival append 2 Weight = 900
/lp track survival append 3 Weight = 1000
/lp track survival append 4 Weight = 1100
/lp track survival append vip Weight = 1200

Export track: staff

/lp track staff append guard Weight = 1300
/lp track staff append admin Weight = 1400
/lp track staff append owner Weight = 1420

Export track: griefer

/lp track griefer append igrief Weight = 500
/lp track griefer append dolor Weight = 700

Export track: creative

/lp track creative append adventure Weight = 1100
/lp track creative append creative Weight = 1200

Export track: mmo

/lp track mmo append pleb Weight = 400
/lp track mmo append peasant Weight = 600
/lp track mmo append minion Weight = 800
/lp track mmo append meme Weight = 900
/lp track mmo append raider Weight = 1000
/lp track mmo append guild Weight = 1100
/lp track mmo append god Weight = 1200

Export track: hacker

/lp track hacker append ihack Weight = 500
/lp track hacker append corte Weight = 700

Export track: lobby

Export track: walkin

/lp track walkin append pikemen Weight = 400
/lp track walkin append armsmen Weight = 600
/lp track walkin append knight Weight = 800
/lp track walkin append earl Weight = 900
/lp track walkin append duke Weight = 1000
/lp track walkin append lord Weight = 1100
/lp track walkin append king Weight = 1200

Export track: forge

/lp track forge append warrior Weight = 400
/lp track forge append spartan Weight = 600
/lp track forge append demigod Weight = 800
/lp track forge append olympian Weight = 900
/lp track forge append legend Weight = 1000
/lp track forge append kronos Weight = 1100

Export track: faction

/lp track faction append initiate Weight = 400
/lp track faction append mystic Weight = 600
/lp track faction append titan Weight = 800
/lp track faction append ender Weight = 900
/lp track faction append ultra Weight = 1000
/lp track faction append hero Weight = 1100
/lp track faction append mvp Weight = 1200

Export track: vanilla

/lp track vanilla append villager Weight = 400
/lp track vanilla append citizen Weight = 600
/lp track vanilla append traveler Weight = 800
/lp track vanilla append farmer Weight = 900
/lp track vanilla append miner Weight = 1000
/lp track vanilla append hunter Weight = 1100
/lp track vanilla append pro Weight = 1200

commented

Tracks do not control inheritance.

You need to add "parents" to groups to make them inherit from other groups.

https://github.com/lucko/LuckPerms/wiki/Command-Usage#lp-usergroup-usergroup-parent-add

commented

I have the inherit set right, just can't get my chat plugin to work right, I added the weights above like I said one track is used for one server, and in the same track they inherit in order. issue is matching weights and higher weights for the chat plug to decide what prefix to display. I tried the custom-tag via perms works good for non op players, but op players gets all 6 custom tags and the prefix

commented

Which chat plugin are you using?

How do you have it configured / setup?

Does the correct prefix show when you run /lp user <user> info?

commented

sorry took so long to reply, I'm using UltimateChat-1.8.3-b97-Universal, I have the default-tag-builder="ch-tags,prefix,custom-tag,custom-tag1,custom-tag2,custom-tag3,custom-tag4,custom-tag5,custom-tag6,nickname,suffix,message" works fine for players, just for me being OP it don't work. yes the prefix displays correct when i check players info. https://www.dropbox.com/s/7aarb7fgui4r7i4/owner%20info.png?dl=0

commented

Sounds like a configuration issue with your chat plugin then.

commented

that's why I stopped checking this, since I felt I had Luckperm set right. but the dev of UChat has not been to helpful

commented

Perhaps try with a different plugin?