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

    Idk why this doesnt work

    if {speedattr::%player%} < 51: if player has Smithing Template named "&7Attribute Plate:&r &bSpeed": remove 1 Smithing Template named "&7Attribute Plate:&r &bSpeed" add 0.001 to {speedattr::%player%} execute Does someone know why this doesnt work, i've been...
  2. B

    Solved Something weird occured

    i was skripting smth when you rightclick on an npc it opens a gui. I copy pasted a skript from another npc that worked onto this, but it doesnt work anymore, does anyone know why? on rightclick on entity: if name of entity is "&6Ability Merchant": open chest with 4 rows named "&6Abilty...
  3. B

    Help with postions of blocks

    on right click on sign: if block's location is 186, 5, -19, world "shop": if player's held item contains "axe" or "Shovel" or "Axe": if {money.%player%} is less than 20000: send "{@shop} {@notenough}" stop else...
  4. B

    Veinminer

    options: pfv: &8[&a&lVein&e&lMiner&8] on rightclick with acacia sapling: if name of player's held item is "&cVeinMiner Activator": cancel event send "{@pfv}&a Activated &eVeinminer" set {veinminer::%player%} to true wait 7 seconds delete...
  5. B

    Baltop skript

    I've been trying for a while to make a /baltop skript, but i couldnt find anything. And i didnt know how to make it myself, i found one, but when i should switch the varible from {balance.%player%} to {money.%player%} it suddenly didnt work, if anyone have a skript for it, they want to share...
  6. B

    add message to varible

    on chat: if {amount.%player%} is set: add to {amountt::%player%::*} delete {amount.%player%} on inventory click: if inventory name of player's current inventory is "&2&lKEYS": if clicked slot is 1: cancel event if 2499 *{amounttt.%player%}...
  7. B

    Solved Need help with varible and name :)

    on rightclick with written book: if name of player's held item contains "+" or "VIP": set {_rank} to name of player's held item split at "l" wait 1 tick make console execute command "lp user %player% parent set %{_rank}%" It says Line 3: {_rank} can only be set to...
  8. B

    Solved Problem with duels :D

    command /duel [<offline player>]: cooldown: 1 second trigger: if arg 1 is not set: send "&cNot a valid player" else if arg 1 is set: if arg 1 = player: send "&cYou can't duel yourself!" else: send "&c%player% &awants to duel you &8| &7/request accept &c%player% &7to...
  9. B

    Solved Help me :D

    command /duel [<offline player>]: cooldown: 1 minute trigger: if arg 1 is not set: send "&cNot a valid player" else if arg 1 is set: send "&a%player% wants to duel you | /request accept %player% to accept" to arg 1 send "&aSuccessfully send a request to %arg-1%" set...
  10. B

    Plz help :D

    every 1 second: loop all players in radius 10 of {rushtest}: if {rushtest.%loop-player%} is set: spawn a zombie at location -57, 4, -59 in world "doors1" wait 2 ticks loop all entities in radius 10 of {rushtest}: loop 10 times: teleport loop-entity 4 meters south wait 4...
  11. B

    Entity coordinates problem

    command /testrush: trigger: set {rushtest.%player%} to true send "&aTEST" set {rushtest} to location -48, 4, -19 every 1 second: loop all players in radius 10 of {rushtest}: if {rushtest.%loop-player%} is set: spawn a zombie at location -57, 4, -59 in world "doors1" set {_x} to...
  12. B

    Solved I was trying to make autocompress and i ran into a problem

    command /autocompress: permission: mvp++ permission message: &cError! You don't have permission to that command! trigger: if {acomp.%player%} is not set: set {acomp.%player%} to true send "&aToggled your autocompress" else if {acomp.%player%}...
  13. B

    Add loop value

    i was making an admin tools skript, then i ran into a weird problem. I really need help :D if anyone have a solution please write it on inventory click: if inventory name of player's current inventory is "&cAdmin Tools": if clicked slot is 0: cancel event else if clicked slot is 22...
  14. B

    Solved problems with loop player

    every 3 seconds: loop all players: if {cookie.%loop-player%} is set: wipe loop-player's sidebar set name of sidebar of loop-player to "&a&lCookies" set score "&6----------------------" in sidebar of loop-player to 8 set score "&6|" in sidebar of loop-player to 7 set score "&6|...
  15. B

    Add lore to a varible

    on damage: attacker is player: if name of attacker's held item contains "Staff" or "staff": set {_wpdamage} to lore of attacker's held item split at "||" Errors: idk how to fix and i have tried some things diffrent things but it still dont work. Anyone know how to fix?
  16. B

    I need help :)

    command /npc [<text>] [<entity>]: usage: &c/npc <prefix> <mob> permission: npc.admin permission message: &cError! You don't have access to that command! trigger: if arg 1 is not set: send "&cError! You need a prefix!" if arg 1 is set: if arg 2 is not set: send "&cError! You...