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

    Remove "variable" from inventory

    command /smelter [<text>] [<text>]: permission: restrictPlacing.command description: Automaticly smelts items from your inventory usage: /smelter <arguments> executable by: players aliases: /autosmelter, /as trigger: if arg 1 is "whitelist": if arg 2...
  2. 4

    Armor stand issues

    So i want to create an item with, when i click it, it will summon a healing orb I couldnt find any good tutorials on how to do this. Here is my code: on rightclick with player head: if name of event-item is "&2&lRadiant": set {_test} to skull of player with custom nbt...
  3. 4

    MetaData issues...

    I am new to skript, but i wanted to add custom enchants to my server, The only problem is that my code dont work, here it is: on skript load: register a new custom enchantment with id name "Speed" set {_speedenchant} to "Speed" parsed as custom enchantment set max level of...
  4. 4

    Adding certain item to enchantment table

    Hello, im quite new to skript, and programming and i have a question about skript. How can i add certain items that vanilla minecraft doesn't allow to be enchanted, to a vanilla enchantment table? (Kind of how hypixel skyblock) And how can i add custom enchants to my server, and bring them into...