Solved Nether and End Rank Required Skript

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

Status
Not open for further replies.

EvilSlayer

Member
Dec 23, 2020
21
1
3
21
skript nether and end rank required. How I did this? Sorry for my bad english.
Luckperms - Rankup 3.10
Example: enterend.permission
Example: enternether.permission​
[doublepost=1609356243,1609339174][/doublepost]up
 
skript nether and end rank required. How I did this? Sorry for my bad english.
Luckperms - Rankup 3.10
Example: enterend.permission
Example: enternether.permission​
[doublepost=1609356243,1609339174][/doublepost]up
You can simply push a player out of an area if they don't have that permission.
 
Hey i hope that will work for u.


Code:
on player world change:
    player's world = "Nether":
        player have permission "world.nether":
            send "Welcome"
        else:
            teleport player to {spawn}
          
command /setspawn:
    permission: world.admin
    trigger:
        set {spawn} to player's location
        send "success"

Happy new year!
 
Hey i hope that will work for u.


Code:
on player world change:
    player's world = "Nether":
        player have permission "world.nether":
            send "Welcome"
        else:
            teleport player to {spawn}
         
command /setspawn:
    permission: world.admin
    trigger:
        set {spawn} to player's location
        send "success"

Happy new year!
This very bad because If I need teleport spawn I too can make this skript and I found argument for teleport-cause solved.
 
Status
Not open for further replies.