Server help

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Fork

Member
Mar 10, 2025
1
0
0
Im trying to make a parkour civilization server and noobs (default rank) are meant to be pro when stepping on iron blocks. ONLY NOOBS. ONLY PROS be master when step on gold blocks, and so on. however, pros and higher ranks are receiving the event when stepping on iron blocks, and i dont know why. im using luckperms for ranks btw

on step on iron block:
if player has permission "group.default":
set player's food level to 10 # Set hunger to 10 bars
execute console command "lp user %player% parent set pro"
send "You have been promoted to Pro rank!" to player
set boots of player to iron boots

on step on gold block:
if player has permission "group.pro":
execute console command "lp user %player% parent set master"
send "You have been promoted to Master rank!" to player
set boots of player to golden boots

on step on diamond block:
if player has permission "group.master":
execute console command "lp user %player% parent set champion"
send "You have been promoted to Champion rank!" to player
set boots of player to diamond boots
 
Im trying to make a parkour civilization server and noobs (default rank) are meant to be pro when stepping on iron blocks. ONLY NOOBS. ONLY PROS be master when step on gold blocks, and so on. however, pros and higher ranks are receiving the event when stepping on iron blocks, and i dont know why. im using luckperms for ranks btw

on step on iron block:
if player has permission "group.default":
set player's food level to 10 # Set hunger to 10 bars
execute console command "lp user %player% parent set pro"
send "You have been promoted to Pro rank!" to player
set boots of player to iron boots

on step on gold block:
if player has permission "group.pro":
execute console command "lp user %player% parent set master"
send "You have been promoted to Master rank!" to player
set boots of player to golden boots

on step on diamond block:
if player has permission "group.master":
execute console command "lp user %player% parent set champion"
send "You have been promoted to Champion rank!" to player
set boots of player to diamond boots
Hi,

Can you try checking their group by "group of player" expression? You can try logging their group and get the "Default" group name by manually.

e.g:
Python:
command /test:
    trigger:
        send group of player