Recent content by 3dpixelartman

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

    No errors skript wont work

    on death of player: if attacker is a player: if player's max health is more than 1: if the max health of attacker >= 30: send "&c&lYou been killed by %attacker% and lost a heart" to victim subtract 1 from max health of player...
  2. 3

    Need helping fixing my quest skript

    I know that part. I was going to set a custom msg per coal but never got to it. Would that fix the problem with my skript?
  3. 3

    Need helping fixing my quest skript

    Hi. I need help with my quest skript. It gives no errors in the console but will act like it is completed whenever i right click him even before it starts the quest. My code: on right click on zombie: if name of event-entity is "Lazy Miner": if {queststart::%player%} is false...
  4. 3

    need help fixing my skript

    thanks! I will try it out
  5. 3

    need help with my skript

    on right click with stick: if {man::%player%} is above 6: if name of tool of player is "&c&lWand Of Escape": chance of 95%: apply speed 2 to player for 8 seconds apply jump boost 2 to player for 8 seconds apply invisibility...
  6. 3

    need help with my skript

    on right click with stick: if {man::%player%} is above 6: if name of tool of player is "&c&lWand Of Escape": chance of 95%: apply speed 2 to player for 8 seconds apply jump boost 2 to player for 8 seconds apply invisibility...
  7. 3

    need help fixing my skript

    on right click with stick: if {mana.%player%} is above 6: if name of tool of player is "&c&lWand Of Escape": chance of 50%: apply speed 2 to player for 8 seconds apply jump boost 2 to player for 8 seconds apply invisibility 1 to player for 8...
  8. 3

    need help fixing my skript

    on right click with stick: if {mana.%player%} is above 6: if name of tool of player is "&c&lWand Of Escape": chance of 50%: apply speed 2 to player for 8 seconds apply jump boost 2 to player for 8 seconds apply invisibility 1 to player for 8...
  9. 3

    need cooldowns added to my skript

    options: blacklist: command block and bedrock and repeating command block and debug stick and player head and wither skeleton skull and barrier and nether star prefix: &dMinidupe command /dupe [<number>]: trigger: if {@blacklist} contains type of tool: send...
  10. 3

    can anyone add a cooldown to my skript

    options: blacklist: command block and bedrock and repeating command block and debug stick and player head and wither skeleton skull and barrier and nether star prefix: &dMinidupe command /dupe [<number>]: trigger: if {@blacklist} contains type of tool: send...
  11. 3

    need help adding cooldowns for rank perms

    Hi I need help adding cooldowns for 3 perms dupe.5 (5s cooldown) dupe.2 (2s cooldown) dupe.0 (no cooldown) can anyone help me options: blacklist: command block and bedrock and repeating command block and debug stick and player head and wither skeleton skull prefix: &dSERVERNAMEHERE...
  12. 3

    Need help adding cooldowns

    Need help adding cooldowns without perms: 5s cooldown With dupe.2.5 2.5s cooldown and with dupe.0 no cooldown Can anyone help me add all 3 cooldowns into the code options: blacklist: command block and bedrock and repeating command block and debug stick and player head and wither skeleton...
  13. 3

    Solved help with custom zombie drop and unbreakable

    wait put the heck if the attacker is a player, check if the victim is a zombie, cancel drops, drops unbreakable diamond of sharpness 3 at victim in the code? How do I add it?