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

    Now, what are you waiting for? Join the community now!

  1. Marc

    Solved Making a Chat List

    Hi, Is there anyway I could make a chat list? Example: Im making a punishment system and I want staff to review how much warns a player has Command /checkwarns: Displays: Warn Issued by (Player) for (Reason) Warn Issued by (Player) for (Reason) thank you I got some help from another person...
  2. Marc

    Solved SkQuerys Gui Formatting

    Hello im creating this skript where if you right click on a block it gives you a menu, My friend told me instead of using cmd's I can use gui formatting, but I keep getting errors: Skript: on right click on stone: cancel event open chest with 6 rows named "&7Basic Computer" to player...
  3. Marc

    Solved Able to still open gui

    Whaddup my n-words, I tried skripting this particle system and when {%player%.togglep} is false it still allows you to open the gui skript: command /cosmetics: trigger: wait 2 ticks open chest with 1 row named "particles" to player format slot 0 of player with...
  4. Marc

    Solved Trading system

    Hello friends, is there any possible way I can make /trade [<player>] wait for {%player%.accept} to be true? Heres the code: command /tradeaccept [<player>]: trigger: if {%player%.request} is true: set {%player%.accept} to true send message "%player% has...
  5. Marc

    Solved variables

    If theres any possible way you could set a variable to true/false using a inventory click in a gui? No code, just wondering
  6. Marc

    Solved How do you reset a variable?

    Im trying to make a command that resets your 'clicks' Code: variables: {click} = 0 on right-click: if event-block is hay bale: add 1 to {click} send message "+1" to player command /click: trigger: message "Amount: %{click}%" command /resetclick...
  7. Marc

    Solved How do I make it so I can open the chest?

    Hey ive been trying to make a custom sellwand and I want to make it so that if it doesnt pick up that you have a sellwand in your hand it will open the chest? ( Im pretty new to skript please dont judge my methods ) its still in the making ofc on right click on chest: "%region at...