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

    Creating stackedspawners

    Hello everyone, so i am trying to create a stackedspawners skript but it hasn't been goining pretty good. I'll show you the code and some images in-game, i get no errors upon loading. on place of mob spawner: if name of player's tool is "&eBlaze &fSpawner": loop all blocks in radius...
  2. W

    Loop all itmes in block

    I want it to sell all the dirt in the chest every 10 seconds and give the money to the placer of the chest ({voidchest.owner.%location of block%}) can anyone help me do this? I would appreciate it so very much on place of chest: if name of player's tool is "&bVoid Chest": if lore of...
  3. W

    Format player balance in scoreboard

    Hello there, so i was wondering if i could format the balance in the scoreboard since my economy on my server is a bit high and it will easily go into the millions i was wondering how i could format it. every 5 seconds in "main": loop all players: if {scoreboard.player.%uuid of...
  4. W

    If a chat message are letters

    It works, thank you so very much for helping me out!
  5. W

    If a chat message are letters

    It doesn't work, now if i type something in for example "Josh" it also doesn't work, i'll send my code hope you understand it. Once i type for example "Josh" it also runs everything under the else if message regex matches "[a-zA-Z]": set...
  6. W

    If a chat message are letters

    No beacuse i also want that they cannot type other things like -&é"'§§è!
  7. W

    If a chat message are letters

    Hello there, how can i check if a chat message are letters and not numbers, So for example: If the chat message is: Cheese. It sends the message but if the chat message is: 12345. It cancels the message and sends to the player that they only can use letters Is this possible? Can anyone help?
  8. W

    Solved Difference between (not working)

    Still need help, changed the thread to make it a bit more clear. I have found the solution.
  9. W

    Solved Difference between (not working)

    Could anyone help me with this problem? Its just completely not working and i don't know what i am doining wrong... Here's my code. if arg-1 is "claim": if {server.waited.%uuid of player%} is set: if {server.waited.%uuid of player%} is more than 24 hours...
  10. W

    Solved if variable is greater than argument - not working

    It works! I'm sorry for being a bit stupid, Haven't slept in a while.
  11. W

    Solved if variable is greater than argument - not working

    if arg-1 is "send": if arg-2 is set: if (arg-3 parsed as num) is set: if {token.balance.%uuid of player%} is greater than arg-3: message "{@prefix} {@token_send}" to player message...
  12. W

    Solved if variable is greater than argument - not working

    What do you mean? I don't understand
  13. W

    Solved if variable is greater than argument - not working

    changed it, it still doesn't matter. arg-3 is a just a normal [<text>] Updated code: if arg-1 is "send": if arg-2 is set: if (arg-3 parsed as num) is set: if {token.balance.%uuid of player%} is greater than arg-3...
  14. W

    Solved if variable is greater than argument - not working

    So basicily when i go ingame and try to send some tokens to a friend of mine and i have enough balance it still says i don't... Anyone got a solution? if arg-1 is "send": if arg-2 is set: if arg-3 is set: if (arg-3 parsed...
  15. W

    Speed 1 is the same than speed 4

    So basicly when i give myself a pickaxe with speed 1 it is completly as fast as a speed 4 pickaxe does anyone has a solution for this? every 2 seconds in "main": loop all players: if lore of loop-player's tool contains "&7Haste I": apply potion of haste of tier 1 to...