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

    TuskeGUI skript

    Tuske: 1.8.3 Skriptdev-36 Mc version 1.8.9 paper function Server(p: player): set {_u} to uuid of {_p} close {_p}'s inventory play sound "note.pling" with volume 1 and pitch 1 at {_p} for {_p} open chest with 5 rows named "&6&lServer &7&l- &aPRISON" to {_p} format gui slot...
  2. M

    Solved Multi line doesn't work

    Hello. In my script i have made a kit menu but i need to make multi lines, but it doesn't work :emoji_frowning: command /kit: trigger: wait 2 ticks open chest with 6 rows named "&3&l: &bKit&f&l Menu &3&l:" to player wait 2 ticks format slot 47 of player...
  3. M

    Function does not exist

    Hey, I can't find out what the problem is? When I reloaded the script it says in the chat "The function "enchant" does not exist" Can someone tell me why? Here is the code I use on rightclick: if player is holding a diamond sword: enchant(player, "123") function...
  4. M

    ID & Cancel event-block

    Hey, I have got help to make so people can't set a green glass next to a cobblestone wall, but when they do will it make the money machine I have coded it to. (First section) How can I fix it so it can't set the glass block and don't make the money machine? :3 (And how can I make a ID or...
  5. M

    Cancel event-block - Skript

    Hey, I have to try to make a code so you can't place a cobblestone wall at a cobblestone wall. So when you place a cobblestone wall next to a cobblestone wall, will it cancel and do nothing Thank you :) on place of cobblestone wall: set {_check} to middlecheck(location of event-block)...