gamemode group change

  • 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!

surpasser

Member
Oct 30, 2020
2
0
1
23
Hello!
I am looking for a script that would change a player's group automatically , to default if he is in game mode survival

- i use the group manager, so the command is ' /manuadd %player% default '
- version 1.16
that's all..
i tried my self making it but i have 0 experience with skript..

Thank you!
 
Last edited:
Code:
on join:
    if player is in gamemode survival:
        execute console command "manuadd %player% default"
 
Last edited: