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

    Mining Minions

    This Skript contains mining minions which have chest linking and upgradeable speeds. These Minions have moving arms and are actually really cool. These minions can link up to chests that are within 5 blocks of the minion. Chest Linking will make it so whenever the minion mines the block in...
  2. D

    Error with skript-mirror

    Hello so I'm on minehut and I've been using the same skript-mirror jar for quite some time version 2.0.0 SNAPSHOT And randomly today I reloaded one of my scripts and it spit out "A function named ___GUI is already defined in ___.sk" I reloaded the same skript that the gui is called in and it...
  3. D

    Script Vouchers!

    Harrison Hall submitted a new resource: Vouchers! - Create vouchers and edit their commands and items in a gui Read more about this resource...
  4. D

    player's held item variable

    Hello, I'm making a pickaxe enchantment skript and was wondering if I could set {explosive.%player%.%player's held tool%} to instead of being item based because currently if they had 100 explosive on 1 pickaxe and got another diamond pickaxe and put explosive on that pickaxe instead of giving...
  5. D

    skdragon is just so bad

    Ok so I'm trying to make a ray gun with skdragon so it shoots RAINBOW let me repeat that again RAINBOW particles but it just is such a bad plugin because rainbowMode does not work and its actually pissing me off so much. drawLine particle redstone, center player, target location of target...
  6. D

    Luckyblock Skript | Edit items via GUI

    This skript is a luckyblock skript that can have 1000s of pages of random items, and all you have to do is break 1 and get a random item from the set items from the gui! Commands: /luckyblocks <give> <player> <amount> /luckyblockitems <page number> And it is only 2KB Also only the...
  7. D

    Solved Give player item

    Hello I'm trying to give a player a certain amount of items but the amount of items as a variable and I can't seem to get it working! What I have so far: give {_p} "%{_amount}%" sponge named "&6Luckyblock" nevermind i was being stupid give {_amount} of sponge named "&6Luckyblock" to {_p}
  8. D

    Solved push entity infront of player

    how do you push the last spawned entity infront of player at speed 1 with using set {facing} to player's facing
  9. D

    Chest

    How do I give a player a prefilled chest not modify a placed chest but have items in a chest then give the chest to a player
  10. D

    reach

    I'm trying to recreate "reach" but is there a way to naturally hit someone from far away i know there is naturally break block but what about hit
  11. D

    Stacking

    Is there a way to detect when someone stacks an item over 2 and then cancel the event with skript 2.1.2
  12. D

    eye of ender

    Any way to spawn a end portal frame with an eye in it
  13. D

    Spawn entity

    anyway to spawn an armor stand with skript 2.1.2?
  14. D

    Help

    Hello I would like to create a command called /item but with custom items such as maybe a grappiling hook but i want it to be /item grappiling_hook but i want it to be /item GRAPPILING_HOOK so its case sensitive any way to do this
  15. D

    Pastebin

    Hello I would like to have a skript that uploads things like chat messages to a pastebin but automated any way of doing this
  16. D

    help

    I'm trying to check if a player filled a bucket with lava then cancel the event so it doesnt remove the lava but set the players item to a lava bucket on bucket fill: cancel event
  17. D

    Remove all

    Im trying to remove all blocks without removing certain blocks like diamond blocks and emerald blocks from a variable If you find the solution please tell me thank you
  18. D

    enchant

    I am trying to have a system where you click on a item in a gui and it enchants ur item adding 1 efficency level each time on command: if full command is "ench eff": cancel event add 1 to {eff.%player%::%player's held item%} set {item.%player%} to player's held item...
  19. D

    Question

    Can you make an explosion that gives all exploded blocks to a player
  20. D

    Solved help me

    How can I use essentials placeholders inside of a send command Ex. send "{BALANCE}" would send the players essentials balance