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

    Discord Thread Drag & Drop Inventory Event

    also added a 1 tick wait in between actions to see if that would change anything, it doesnt. 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-item is sword: if the 2nd line of...
  3. N

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

    Hey thank you for your help making this Skript again. Unfortunately, cancelling doesn't change anything.
  4. 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...
  5. N

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

    Thank you very much. This functions as it's supposed to.
  6. N

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

    I appreciate your macro amounts of effort toward my problem. However, giving myself the gun plays the dispenser noise with both /getgun commands. Also, I left out a bit of code since I didn't think it would be necessary, but now I do think it is. Here is entire code now as it is. My issue is no...
  7. N

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

    Either one if it works. I want ammo that works specifically to one Gun. Not if I switch between two of the same guns it uses the same variable.
  8. 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}...
  9. 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...
  10. 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...