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

    Solved glass color not changing

    on right click on cobblestone stair: set {_furnace} to a new chest inventory with 3 row with name "&6Furnace" set slots (integers from 0 to 26) of {_furnace} to {Furnc::*} open {_furnace} to player on inventory click: if event-inventory's name contains "&6Furnace": set...
  2. CringeBoy

    not working

    Can someone help me ? on inventory click: if event-inventory's name contains "&6Furnace": if event-slot is green stained glass pane named "&a&lTurn On": set slot 10 of player's inventory to red stained glass pane named "&c&lTurn Off" cancel event the green...
  3. CringeBoy

    Solved Lore durability

    Can someone help me with a lore durability system? As example an iron axe that has durability 200. Show 200/200 and for every block broken to remove 1 durability 199/200 And also break it when the durability is 0/200
  4. CringeBoy

    Guaranteed drop with chance

    on right click: if event-block is ender portal frame: open virtual chest inventory with size 1 named "Crate" to player chance of 14%: add 2 gray dye to {_ccrate::*} chance of 14%: add 1 cactus green to {_ccrate::*} chance of 14%: add 3 rose red to {_ccrate::*}...
  5. CringeBoy

    show glass on player direction

    Can someone tell me how I can make it so if someone has paper in his hand to show glass in the direction that he is facing, like 1-2 blocks away from him to show the glass, but the glass has to move if the player changes the direction and stuff
  6. CringeBoy

    Corpse on disconnect

    I need something like the plugin corpsereborn but on disconnect. I need to spawn a body when you disconnect. You can loot the body when the player is disconnected and also if you kill him when he will join he is dead.
  7. CringeBoy

    Solved Cooldown

    on right click: if player is holding a quartz named "&fBandage": play sound "meds.bandage" with volume 1 to player wait 90 ticks add 0.5 to player's health remove 1 quartz named "&fBandage" from the player Can someone help me to add cooldown between right...
  8. CringeBoy

    Claim

    How can I make a claim if u place a sponge? Like if u place a sponge to make a claim and no one will be able to place any block in the claim , only the person that placed the sponge. Also have a command to add / remove players from the claim. The only blocks that everyone can place are wood...
  9. CringeBoy

    Save items in gui

    on right click on birch wood stair: open virtual chest inventory with size 4 named "&6Test" to player on inventory close: if name of event-inventory is "&6Test": loop 36 times: set {Inventory::%player's uuid%::%loop-number%} to slot loop-number of player's inventory How can I make...
  10. CringeBoy

    GUI not saving items

    on right click on birch wood stair: open virtual chest inventory with size 4 named "&6Test" to player on inventory close: if name of event-inventory is "&6Test": loop 36 times: set {Inventory::%player's uuid%::%loop-number%} to slot loop-number of player's current inventory It was...
  11. CringeBoy

    Build distance

    How can I make it so players can't build some certain blocks away of another player blocks
  12. CringeBoy

    Solved gui custom loot and chance

    So if you right click on a block to open a gui and have a chance to drop what items you choose and also have a drop chance of that item
  13. CringeBoy

    Lock Door on place

    Can I get some help with a door lock skript? Like if you place a door to automatically lock it so you are the only person that can open the door. Then have commands to add player to the door and also remove him from the door.
  14. CringeBoy

    Code Lock

    How can I make it so if you right click with a rabbit hide on a birch door to lock the door and open a gui where there are 9 light gray stained glass like 1 2 3 4 5 6 7 8 9 And you have to choose a code up to 4 numbers, and then if...
  15. CringeBoy

    Solved Recycler

    on right click: if clicked block is hopper: cancel event wait 1 ticks open chest with 3 rows named "&aRecycler" to player This is my currently code. Can someone tell me how I can make something like: If you put inside the gui of the hopper that i've created, a orange dye and you...
  16. CringeBoy

    Solved Only the person that places a block can break that block

    How I can make it so only the person that places a block can break it, like if you place it no one can break it.
  17. CringeBoy

    Solved Satchel (Raiding Item)

    on place of wood button: block at event-location wait 150 tick create an explosion of force 1 loop blocks in radius 2 around event-location: add 1 to {explosiondurability::%loop-block%} if loop-block is plank: if {explosiondurability::%loop-block%} is more than or equal to...
  18. CringeBoy

    Solved Beancan Grenade

    on projectile hit: event-projectile is egg wait 150 tick create an explosion of force 1 This is my currently code of "Beancan Grenade" which is supposed to raid with. Can someone help me with making a block's durability of egg's explosion? Like you can break a plank with 13 beancans, or a...
  19. CringeBoy

    Command on block right click

    Can someone help me with making a skript where if u press right click on oak wood stair it will execute a command ? I currently have this and its not working: on right click: if clicked block is oak wood stair: make player execute command "/ecraft" #any code here
  20. CringeBoy

    Solved Inventory Crafting

    As you can see, I have crafting and team in the inventory crafting. Can someone help me with making it to execute a command on click ? Like when u press click on the slot of "crafting" to execute a command, same on "team"