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

    i dont even know

    also skript and skbee version latest
  2. C

    i dont even know

    so im trying to make a damage reduction script, heres the code: on join: if {res::%player's uuid%} is not set: set {res::%player's uuid%} to 0 on damage: if {res::%victim's uuid%} is greater than 0: reduce damage by {res::%victim's uuid%} command setres [<player>] <integer>...
  3. C

    hide all flags of an item

    those are my plugins they are fully updated dont mind the skript name i just did random characters also it worked perfectly fine until i added the "with all flags hidden" part of it and im trying to remove the attributes, enchants, and everything but the name and lore of the item.
  4. C

    is inventory full?

    ok so try this it probably wont work command test: trigger: if slots (integers between 0 and 35) of player's inventory are not air: send "&cYour inventory is full" to player else: send "&aYour inventory isn't full" to player lmk if it works or not...
  5. C

    Can i get help please

    ok so if you use attacker's item it is unreliable. you can change it to attacker's tool or you can do and make the fire aspect weapon named something different.
  6. C

    Solved pls I need a help

    newer versions fix skript problems also thats how to make 1.8 pvp if you wanted that
  7. C

    Solved pls I need a help

    why are you on 1.8.8 if you on 1.16+ just do /attribute @a minecraft:attack_speed base set 2147483647 in a repeating command block with operator command show off idk what its called but ya
  8. C

    (SOLVED) clearing all blocks a player placed on death

    ty also i had to remove the thing that spawns the paper but yea its the same thing just diff variable and block above
  9. C

    (SOLVED) clearing all blocks a player placed on death

    no loop that matches loop-block
  10. C

    (SOLVED) clearing all blocks a player placed on death

    in respawn event you can see it at the very top of the code (well kinda you dont have to scroll down)
  11. C

    (SOLVED) clearing all blocks a player placed on death

    on join: set join message to "&7[&a+&7] &8%player%" execute console command "/kill %player%" set {genprice::%player's uuid%} to 1 set {multiprice::%player's uuid%} to 200 set {rgb::%player's uuid%} to true set {multiplier::%player's uuid%} to 1 on leave: set leave...
  12. C

    (SOLVED) clearing all blocks a player placed on death

    how would i set the block to light gray stained glass i tried set {placed::%player's uuid%::*} to light gray stained glass and set all blocks of {placed::%player's uuid%::*} to light gray stained glass and no errors but it doesnt remove the block or set it to light gray stained glass
  13. C

    SkBee Scoreboard Issue

    like litterally the same colour codes just zenix pit
  14. C

    SkBee Scoreboard Issue

    thats the exact same as the hypixel pit but the zenix pit... anw cant fix it
  15. C

    (SOLVED) clearing all blocks a player placed on death

    so i just need a skript that can set all of the green concrete a player placed to light gray stained glass on death not everyone's concrete, just the person who died's placed concrete you do not need the full skript as there is no errors and i just need a skript that can make all the green...
  16. C

    (SOLVED) so uhh help.

    its placed blocks not blocks in inventory
  17. C

    Custom damage skript no work

    try changing {thing::%uuid of victim%} to {thing::%victim's uuid%}