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

    Discord Thread Drag & Drop Inventory Event

    I have this skript I just made here, vb on inventory click: if event-inventoryaction is swap with cursor: if cursor slot of player is nether star named "&6&lDash I": if event-slot is sword: cancel event set {Sword} to event-slot set cursor slot of player to...
  2. N

    Solved (Help) Right Click Event runs twice when clicking on an entity

    Script Version 2.5.3 Script Author: YourSpeedDealer Minecraft Version: 1.16.5 Full Code: on right click: if name of player's tool contains "&bM4A1": if {gun::reloading::%player%} is true: stop if {kyle::%player%} is not true: set {_ammunition} to...
  3. N

    Solved (Help) Unique NBT's between two items that share the same name and NBT

    Skript Version: 2.5.3 Skript Author: YourSpeedDealer Minecraft Version: 1.16.5 Full Code: command /m4a1: trigger: set {_M4A1} to 1 leather horse armor named "&bM4A1" add "{maxDurabilityM4:31}" to nbt of {_M4A1} set {ammo} to tag "maxDurabilityM4" of nbt of {_M4A1}...
  4. N

    Trouble making gui, duplicate items.

    Script Version: 2.5.3 Script Author: Nutrition35 Minecraft Version: 1.16.5 Full Code: on right click on enchantment table: cancel event if player's held item is sword: wait 1 tick set {Enchitem::%player%} to player's held item remove {Enchitem::%player%} from...
  5. N

    Scoreboard works fine for me, friend that joins doesn't have it.

    Script Version: 2.5.3 Script Author: Nutrition35? I assume author of the Skript itself Minecraft Version: 1.15.2 Full Code: Code: every 1 seconds: loop all players: if loop-player is in world "Prison": wipe loop-player's sidebar set name of sidebar of loop-player to...