Recent content by completeidiot

  • 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 community!

    Now, what are you waiting for? Join the community now!

  1. completeidiot

    luckperms prefix in scoreboard

    so. uh. i have placeholder api, skript-placeholders, skript and skbee all fully updated i have installed the luckperms extention thing with placeholder api code: on join: if {kills::%player's uuid%} is not set: set {kills::%player's uuid%} to 0 if {deaths::%player's uuid%} is...
  2. completeidiot

    k so this is probably really obvious but i just cant figure it out. (skript-gui syntax)

    so i checked the skript-gui documentation, and i cannot understand it at all so thats nice tell me if you need the full code but this is probably the only required one i think (?) the issue is that when i put "if clicked slot is <whatever number> it includes the inventory slots and not just the...
  3. completeidiot

    scoreboard issue

    fixed it nevermind, dont worry about responding
  4. completeidiot

    scoreboard issue

    also yes i have skbee, skript and skbee versions are correct
  5. completeidiot

    scoreboard issue

    its probably really obvious but ive tried like 50 variations and nothing has worked so yeah
  6. completeidiot

    scoreboard issue

    i was making a thing for a friend and found some errors, not sure whats wrong with the code code: on join: if {kills::%player's uuid%} is not set: set {kills::%player's uuid%} to 0 if {deaths::%player's uuid%} is not set: set {deaths::%player's uuid%} to 0 if...
  7. completeidiot

    i dont even know

    also skript and skbee version latest
  8. completeidiot

    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>...
  9. completeidiot

    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.
  10. completeidiot

    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...
  11. completeidiot

    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.
  12. completeidiot

    Solved pls I need a help

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

    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
  14. completeidiot

    (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
  15. completeidiot

    (SOLVED) clearing all blocks a player placed on death

    no loop that matches loop-block