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

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

help me run this skript as op

Discussion in 'Requests' started by Cee, Feb 7, 2021.

Tags:
  1. Cee

    Cee Member

    Joined:
    Feb 7, 2021
    Messages:
    1
    Likes Received:
    0
    help im trying to make a server but i cant get this skript to run without having to be opped
    heres the skript

    command /gamemenu:
    aliases: /m
    trigger:
    wait 1 tick
    open chest with 1 rows named "&e&lGame Menu" to player
    wait 1 tick
    format slot 0 of player with grass block named "&a&lParkour" with lore "&aEasy" and "&eNormal" and "&4Hard" to close then run [execute player command "/world parkour"]
    format slot 1 of player with red bed named "&c&lBed&7&lWars" with lore "&aSolos" and "&bTeams" to close then run [execute player command "/world bedwars"]
    format slot 2 of player with diamond sword named "&9&lPVP" to close then run [execute player command "/world pvp"]
    format slot 3 of player with diamond block named "&6&lClutch" with lore "&aEasy" and "&eNormal" and "&4Hard" to close then run [execute player command "/world clutch"]
     
  2. Jakkeren

    Supporter

    Joined:
    Mar 23, 2017
    Messages:
    63
    Likes Received:
    3
    Any errors?
     
  3. TehCheetah

    TehCheetah Member

    Joined:
    Feb 7, 2021
    Messages:
    49
    Likes Received:
    1
    Please send over any errors -- If any at all!

    Also, please use the CODE tags! If you don't know how, please click here

     
  4. couger44

    Supporter

    Joined:
    Feb 19, 2017
    Messages:
    714
    Likes Received:
    31
    A question, you cant run the /gamemenu command or /world commands?
     
  5. WhiteWolf

    WhiteWolf Member

    Joined:
    May 2, 2020
    Messages:
    32
    Likes Received:
    2
    Any errors on reload? (/sk reload)
    If not, I can only assume that the server program you host with makes /world an operator command. You can use the "teleport player" syntax instead, like shown below.
    Code (Text):
    1. # SYNTAX FOR SPAWN POINTS
    2. teleport player to the spawn point of "world"
    3. # SYNTAX FOR SPECIFIC COORDINATES
    4. teleport player to location 0, 100, 0 in world "world"
     

Share This Page

Loading...