Recent content by CringeBoy

  • 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

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

    not working

    What do I have to debug?
  4. 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...
  5. 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
  6. CringeBoy

    Guaranteed drop with chance

    I asked for a way to make it so u get 1 of the items with chance guaranteed so there won't be a chance of getting nothing, not something that I've already got
  7. 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::*}...
  8. 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
  9. CringeBoy

    Solved Cooldown

    I already fixed the code, I marked the thread solved but he still posted his thing
  10. 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.
  11. 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...
  12. 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...
  13. 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...
  14. CringeBoy

    Lock Door on place

    I still can open doors from the top half, is it because I am on 1.12.2? Also yes, the addmember command works. I need an addon or something?
  15. CringeBoy

    Lock Door on place

    It still says that this isn't your door and also players can open/break the door from the top half of the door