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

    WowSk

    Wownero Calculator In Minecraft This simple Skript helps you to keep track of Wownero's value in-game! Just run command /wow2usd or /usd2wow to get a quick conversion between these currencies values, and percentage change since last check! Values auto-refresh every 1 minute. If you like this...
  2. X

    Script [Deleted] WowSk

    _XxfedexX_ updated WowSk with a new update entry: Non-obfuscated code. Read the rest of this update entry...
  3. X

    Script WowSk - Non-obfuscated code.

    Finally non-obfuscated code!
  4. X

    Script [Deleted] WowSk

    _XxfedexX_ submitted a new resource: WowSk - Wownero-USD in-game converter & more! Read more about this resource...
  5. X

    Script WowSk 0.1.1

    Wownero Calculator In Minecraft This simple Skript helps you to keep track of Wownero's value in-game! Just run command /wow2usd or /usd2wow to get a quick conversion between these currencies values, and percentage change since last check! Values auto-refresh every 1 minute. If you like this...
  6. X

    Solved I need a /report skript

    No you havent accepted my request.
  7. X

    Solved I need a /report skript

    Dear FrostPVP, i'm contatting you on discord (im fede in discord).
  8. X

    More than 64 of an item in gui?

    If it is solved, please mark as solved!
  9. X

    My Skript is receiving many errors

    Fixed? If yes, please Mark as Solved!
  10. X

    Skript Not Working

    Try doing /skript reload scripts , if that isn't working that is surely a bug
  11. X

    If region has more than x blocks

    Try this: loop all blocks in the region {_region}: set {_a} to {_a} + 1 if {_a} > {_amount.of.blocks}: #Do stuff here stop loop Hope this helps!
  12. X

    Parse XML????

    I got a XML from an API, and i'd love to know how to parse XMLs in Skript. I searched https://docs.skunity.com/syntax/search/xml , but I found nothing. Any help?????
  13. X

    Solved %uuid of player% on cracked servers

    The only difference between a cracked and a premium server is that a cracked server doesn't check player's password. UUID should work fine. EDIT: Please mark as solved!
  14. X

    Getting the player's uuid in a function

    That is weird...
  15. X

    hi i need help

    You have to: 1 go to where you want the block to teleport 2: execute command /setwarp 3: Stand EXACTLY ON THE MIDDLE of the block to be rightclick to go to warp 4: Execute command /setwarpblock 5: Test it by rightclicking the warp block If it is working, it should teleport you to the warp position.
  16. X

    Armor stand move

    Try on right click on armor stand: if clicked entity's passenger isn't set: make player ride clicked entity every 1 tick: loop all players: loop-player is riding armor stand: make loop-player ride {_a} set loop-player's vehicle yaw to...
  17. X

    Help with break block

    It works fine, what you mean? You can't place or destroy blocks?
  18. X

    Help with break block

    Did you meant on break: loop all blocks in radius 5 around {deadspawn}: if loop-block is stone: #Or block you want to select cancel event else: send "no" to player ? Hope this is the right solution for you!
  19. X

    hallo i need help in something!

    Try vector(loop-block's x position, loop-block's y position + 1, loop-block's z position) I hope this is a good solution for you!
  20. X

    hi i need help

    I tested it, it works. Just run command /setwarp at warp's position, and run /setwarpblock while standing on the block. On right click: if event-block is {warp.block}: #might be 'block of gold', you can change if u want teleport player to {warp.warp} command /setwarp...