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

    cancel stone breaking animation ?

    I don't think that's possible, unless you use this (this lags a lot, and doesn't work 100% of the time) I don't recommend using this, but you can set the gamemode of players to adventure and give them items to only break *block* (NBT tags) on any move: if targeted block is stone...
  2. Efnilite

    Solved Tuske GUI - Save item

    No problem :D
  3. Efnilite

    Solved "On consume" event not working

    Should work: on consume: wait 5 ticks if player's tool is a glass bottle: remove player's tool from player's inventory
  4. Efnilite

    Client side Entity

    Then use the gamerules (Only other way i could think of) /gamerule doTileDrops false
  5. Efnilite

    Solved Tuske GUI - Save item

    This should work (skipping the first item as being set as a part of the inventory, and saving every slot as list so you can clear it) command /test: trigger: open virtual chest inventory named "test" with size 3 to player set {_slot} to 1 loop 26 times...
  6. Efnilite

    Client side Entity

    Your best bet is to still use this (although it doesn't look the prettiest) on break: cancel event set block to air
  7. Efnilite

    WolvSk Format Anvil GUI

    That sets the slot, but I couldn't find a way to close the inventory.. (to close, close the inventory of player, close anvil gui, etc.) command /uninviti: trigger: open an anvil gui named "Name2" to player with default text "USERNAME TO UNTRUST" format slot 1 of player with...
  8. Efnilite

    Multiple "or"s

    What you should do is not use 'or arg 1 is' every time you test for an argument if arg 1 is "creative" or "c" or "1": set player's gamemode to creative Full code: command /gamemode <gamemode>: trigger: if arg 1 is "survival" or "s" or "0": set player's gamemode to...
  9. Efnilite

    Script Skript Apply (Apply+)

    Efnilite submitted a new resource: Skript Apply (Apply+) - Don't feel like setting up a website just for letting people apply? Do it in game with this! Read more about this resource...
  10. Efnilite

    Script Skript Apply (Apply+) 2.1

    Don't feel like setting up a website just for applications? Then use this! With this skript, you can make people apply, and you can view applications based on a menu. View all applications that aren't resolved Per-player question menu Interactive chat system Features - 100% customizable...
  11. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - UPDATE 20

    - Fixed on region enter tp - Fixed if party leader did command in execlist, the party wouldn't execute it
  12. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - UPDATE 19

    - Removed (very annoying) update checker
  13. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - UPDATE 18

    - Added (very annoying) update checker - Made 60% in to functions (idk why) - Added nice pixel art in the beginning (idk why) - Fixed party world tp so that only when the leader changes the party gets tp'd - Added clear confirm message for /partyadmin clear Please add me on Discord if you want...
  14. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - UPDATE 17

    - (actually) Added Bungeecord chat support
  15. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - THE HOME UPDATE

    - ADDED /p sethome -- Set your party home! - ADDED /p home -- Teleport to your party home if it is set by the leader - Fixed on quit not leaving party
  16. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - UPDATE 15

    - ADDED /p mute -- Mute your party chat - Cleaned up /pchat - Added /party chat (instead of /partychat)
  17. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - BUILD 14

    - Updated screenshots on main page - Fixed double join message - Fixed players not able to join party invites
  18. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - The Unlucky Update

    - Added /p promote > promote players to party leader - Fixed invisible party menu players - Fixed 3 message bugs - Thanks for over 280 downloads on both Spigot and SkUnity! <3
  19. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - Bugfix

    - Fixed party invite accept message
  20. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - Skungee Update

    - Added Skungee support - Fixed a few bugs