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

    How to set minecraft vehicle speed

    You can try changing velocity of boat/minecart depending on a multiplier.
  2. The0Felon

    Solved [Skript] Severe Error

    I don't use 2.10+ so i can't help. Check out this: https://skripthub.net/docs/?id=12823
  3. The0Felon

    Solved [Skript] Severe Error

    on load: create a new gui with id "tesgui" with virtual chest inventory with 1 row named "TESGUI": format gui slot 0 with diamond sword with all flags hidden
  4. The0Felon

    Solved [Skript] Severe Error

    Full code?
  5. The0Felon

    Solved [Skript] Severe Error

    on load: set {tes_sword} to diamond sword delete item flags of {tes_sword}
  6. The0Felon

    NEEDS HELP FIXING CODE - LEADERBOARD

    Hi, You can loop every player by: loop all offline players: You can use execute console command "command" to make console run a command.
  7. The0Felon

    Solved [Skript] Severe Error

    Maybe you can use this: delete item flags of player's tool Set a variable to your item first. And delete item flags of %item%. https://skripthub.net/docs/?id=11073
  8. The0Felon

    Need fishing help

    Skript version?
  9. The0Felon

    Prevent shift-clicking into GUIs

    No it won't work for it. on inventory click: if "%event-inventory%" contains "%name of player%": cancel event Try this but i am not sure about it to work.
  10. The0Felon

    Restore map

    teleport loop-player to location(-4.5, -55.5, 1.5, world "game") Use locations like that.
  11. The0Felon

    Prevent shift-clicking into GUIs

    I don't understand what you mean by "main inventory". It works for inventories you opened to player by code. Explain more.
  12. The0Felon

    Prevent shift-clicking into GUIs

    Look carefully, it's "current inventory" not "event-inventory". Just try it.
  13. The0Felon

    Prevent shift-clicking into GUIs

    on inventory click: if name of current inventory of player is "invname": cancel event
  14. The0Felon

    Restore map

    Copy the world. Delete the gameplay world. Clone the copy world.
  15. The0Felon

    Skript & Simplesclans

    Read my message again please :) You can get simpleclan clan prefix by placeholders. And you need skript-placeholders addon for it. Download it and use this: set {_clanPrefix} to the placeholder "simpleclans_clan_color_tag" from player send "%{_clanPrefix}%" to players
  16. The0Felon

    Solved [Skript] Severe Error

    Sry i have never used skript-gui.
  17. The0Felon

    Solved [Skript] Severe Error

    You don't need addon for it: command /testgui: trigger: open chest with 6 rows named "gui name" to player set slot 5 of current inventory of player to stick code like that will work for you.
  18. The0Felon

    Skript & Simplesclans

    You can't use placeholders like that. You must use an addon or sk-reflect etc. Addon is the easiest way. Download: Skript-Placeholders Then use this to get placeholder value: Placeholder Value Example: command /ping <player>: trigger: set {_ping} to the placeholder "player_ping"...
  19. The0Felon

    Solved [Skript] Severe Error

    I think skellet doesn't support 2.10+ Skript has a big change about it: Don't use skellet. Why do you want to use it?
  20. The0Felon

    Remove start of named items

    what? I'm not sure but is this what you want: command /netheritesword: trigger: set {_netheriteSword} to netherite sword parsed as a itemtype give 1 of {_netheriteSword} named "aa" to players command /netheritesword: trigger: set {_netheriteSword} to...