Search results

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

  1. A

    Solved Save Inventory

    command /gmc [<player>]: permission: admin.gmc permisison message: &cNo permission trigger: if arg-1 is not set: set player's gamemode to creative equip player with chain leggings equip player with chain helmet equip player...
  2. A

    Silent Vanish Help

    on join: if player has permission "join.silent": set join message to "" else if player does not have permission "join.silent": set join message to "&b%player% &ajoined" loop all players: if loop-player has permission "join.alert": message...
  3. A

    Block Placement

    https://gyazo.com/f7043c389b22e14bae7789d1e40ade50 I want to make it so players can't build in the world Build.. How do you make the command, so when they execute it. They are allowed to build in the world. Then when they execute it again, they disable it.
  4. A

    Need Help on Server Status

    I don't know how to make it so, when you execute a command like: command /serverstatus: it'll show all the server and their status (if they're offline or online) Thank you.
  5. A

    Solved Need help with sending specific players a message

    :o I'm so stupid. Thank you very much.
  6. A

    Solved Need help with sending specific players a message

    So I'm trying to create this command https://pastebin.com/0C8mVv3u The problem I'm having with is at the end. I don't know how to send the message specifically at %arg-1% Can anyone help me? Thank you :D