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

    Clicked Slot

    is that your whole skript?
  2. J

    tempban player's with skript

    how do i tempban ppl with skript? ik how to kick and ban how do I set a time
  3. J

    Duplicate Player Inventory

    command /invdupe: trigger: set slot 0 of player's inventory to {1} set slot 1 of player's inventory to {2} set slot 2 of player's inventory to {3} ETC. command /inventory: trigger: open virtual chest with 1 row named "inv" to player format gui...
  4. J

    help detect lore

    on damage: attacker's held item is set: if line 1 of lore of attacker's tool is "&aNo": send "Worked" to attacker if line 2 of lore of attacker's tool is "xxx" command /hi: trigger: give player stone named "&4OK" with lore "&aNo"
  5. J

    Clicked Slot

    send your whole skript please.
  6. J

    Can't understand this condition/effect

    command /storeblocks: trigger: open chest with 3 rows named "&bStore - Blocks" to player format slot 11 of player with wood named "&6Wood" to close: make player execute command "/storbuywood" format slot 12 of player with endstone named "&eEndStone" to close...