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

    I need help with scripting custom items

    Hi, if I understand correctly, you're trying to apply enchantments to something like a sword. if player's tool is a sword: set {_sword} to player's tool enchant sword with sharpness 5 # // with all sorts of things give {_sword} to player
  2. HiqqhFive

    I need help with scripting custom items

    Hey, @thewellknownmemer, as I understand it, you're trying to create a new item directly in the game. This isn't possible. You can modify your gameplay by using modpacks. For this, you'll need Forge and mods. Alternatively, you can register existing items as new recipes. Here's the syntax and...
  3. HiqqhFive

    Script Support-Ticket System - Update #7

    • Fixed Problems with (Total) Onlinetime-Counter
  4. HiqqhFive

    Support-Ticket System

    HiqqhFive updated Support-Ticket System with a new update entry: Update #7 Read the rest of this update entry...
  5. HiqqhFive

    Script Support-Ticket System - Update #6

    • Added /ssl forward - Forward a Ticket-Chat • Added /ssl mystats - Statistics • Added Onlinetime-Counter (Daily / Total) • Added Ticketcounter
  6. HiqqhFive

    Support-Ticket System

    HiqqhFive updated Support-Ticket System with a new update entry: Update #6 Read the rest of this update entry...
  7. HiqqhFive

    Script Team-System - Update #3

    • Added UUID-Support
  8. HiqqhFive

    Script Team-System

    HiqqhFive updated Team-System with a new update entry: Update #3 Read the rest of this update entry...
  9. HiqqhFive

    Script skBans - Update #1

    • Added UUID-Support for Variables
  10. HiqqhFive

    Script skBans

    HiqqhFive updated skBans with a new update entry: Update #1 Read the rest of this update entry...
  11. HiqqhFive

    Script skLogins

    HiqqhFive updated skLogins with a new update entry: Update #1 Read the rest of this update entry...
  12. HiqqhFive

    Script skLogins - Update #1

    Update #1 • Added UUID-Support
  13. HiqqhFive

    Support-Ticket System

    HiqqhFive updated Support-Ticket System with a new update entry: Update #5 Read the rest of this update entry...
  14. HiqqhFive

    Script Support-Ticket System - Update #5

    Update #5 • Added UUID-Support • Added Logging from Messages
  15. HiqqhFive

    Script skRewards - Update #1

    • Added UUID-Support
  16. HiqqhFive

    Script skRewards

    HiqqhFive updated skRewards with a new update entry: Update #1 Read the rest of this update entry...
  17. HiqqhFive

    i need help with defining a kill count and with maybe adding an announcement

    on death: add 1 to {kills::%attacker's uuid%} if {_kills} is between 0 and 9: execute console command "lp user %attacker% parent set novice" else if {_kills} is between 10 and 49: execute console command "lp user %attacker% parent set recruit" else if {_kills} is between 50 and...
  18. HiqqhFive

    I need help, Custom Commands set to ranks.

    Hey, if i understood right, you have only give the Player the access to the random TP Command. The Player don't have to use the /skript command. And you have to open the Skript with Notepad++ or check the Site, where you have downloaded it, to see the permissions. Inside the Script you will find...
  19. HiqqhFive

    Script skLogins 1.0.010

    skLogins for Skript 2.13.0-pre1 A Script like AuthMe to prevent anyone from logging into your account ingame. DEPENDENCIES - Skript (at least 2.13.0-pre1) - skQuery HOW TO INSTALL 1. Install Skript on your Bukkit/Spigot/Paper server 2. goto "plugins\Skript\scripts" 3. Upload the requested...
  20. HiqqhFive

    Script skLogins

    HiqqhFive submitted a new resource: skLogins - A Skript where you can make your Account ingame safer Read more about this resource...