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

    Variables list update

    Hi everyone! I need YOUR help! For ex. i use this to save player's inventory: command /saveinv: trigger: set {saved:%player%::*} to all items in player's inventory And then I open the saved inventory: on rightclick on entity: cancel event if {save:%event-entity%::*}...
  2. P

    Custom command argument?

    Hi guys! Please, help me to write a simple command to trigger on GUI-click. on rightclick on a hay block with golden axe: open chest with 1 row named "&cMaterials" to player wait 1 tick format slot 0 of player with oak planks named "Wood" with lore "lol" to close then run "?????" I...