Recent content by 4IDp8

  • 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

    okay
  2. 4

    Remove "variable" from inventory

    My wierd way to randomize what item to remove, do you know a better way to do it?
  3. 4

    Remove "variable" from inventory

    I just cant figure out how to remove items that is part of a variable, at a specific slot in inventory
  4. 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...
  5. 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...
  6. 4

    MetaData issues...

    Sorry, i am bad at programming, what does that mean?
  7. 4

    MetaData issues...

    https://imgur.com/a/SD1nEY4 @MusicManSK Something is wrong, check the imgur link
  8. 4

    MetaData issues...

    I ment, how do i apply the speed enchant to boots, and how to i make it appear in an enchantment table? The code dont work btw, i get no speed when i put my boots on (The capitalation is right)
  9. 4

    MetaData issues...

    How do i apply the enchant? @MusicManSK
  10. 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...
  11. 4

    Adding certain item to enchantment table

    Does it work with 1.16?
  12. 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...