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. L

    Cant understand this event

    Im making a skript: options: pre: &7&l| &3&lN&b&lP &7&l| p: &7&l| &3&lNight&b&lPrison &7&l| on sign change: line 1 is "VS C" set line 1 to "&7&l| &3&lNight&b&lPrison &7&l|" set line 2 to "&4&lVAGT SHOP" set line 3 to "&cHer kan du købe" set line 4 to "&cDit vagt gear...
  2. L

    Player holding nothing

    So im trying to make a player on rightclick on a certain sign, with nothing in hand open a gui. but skript says holding a hand isnt an item id. what can i replace holding a hand with? Current code: options: p: &7&l| &3&lNight&b&lPrison &7&l| on rightclick on sign: line 1 is "{@p}"...
  3. L

    Permissions higher than OP

    I'm trying to create a skript but the permissions need to not be included in OP For an example command /owner: permission: rank.owner permission message: "&a&lYour not the owner are ya?" trigger: execute console command "/manuadd %player% owner" The permission...
  4. L

    Blacklisted Blocks

    I'm trying to create a script, that when /blacklist-on it will cancel the event of breaking certain blocks(for now just stone bricks) and when /blacklist-off this feature will be removed, until /blacklist-on is typed again. so basically a toggle blacklist, that cancels breaking of blacklisted...