Recent content by BoxMiners

  • 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

    how do i remove it then?
  2. 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...
  3. B

    Solved Something weird occured

    Thank you so much it worked
  4. B

    Solved Something weird occured

    Yeah it is i tried removing the "if name" then it worked
  5. B

    Solved Something weird occured

    its so weird it still doesnt work, idk why its so weird idk why it still doesnt work
  6. B

    Solved Something weird occured

    it worked when i removed the "if name of entity is" so its for sure something with that, i just can't figure out what it is
  7. 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...
  8. B

    Skript commands not working

    command /test: trigger: send "hi"
  9. 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...
  10. B

    Veinminer

    It works, thank you
  11. B

    Around of block a player execute the command

    set {chestvarible} to <coordinates of chest> loop all players in radius 4 of {chestvarible}: make loop-player execute command "vipbanya"
  12. 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...
  13. 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...
  14. B

    add message to varible

    Thank You!
  15. 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%}...