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 community!

    Now, what are you waiting for? Join the community now!

  1. sluhtie

    Is it possible to cancle the death event and send the player to spawn?

    Check in an on damage event if the final damage is equal or bigger than the player's health, if so cancel event and teleport the player. (perhaps u want to heal him aswell)
  2. sluhtie

    Execute commands not working

    If youre using a permissions system, you can just set the permission bukkit.command.plugins to false. This would remove the permission from the default group to view the plugins. I suggest you do the same with bukkit.command.help and bukkit.command.version Using luck perms this would look the...
  3. sluhtie

    Discord Thread How could I make this command so you can run "/pay {name} 1b" instead of "/pay {name} 1000000000"

    Yes gtk Used bot palace now Posted by: sluhtie from the skUnity Discord.
  4. sluhtie

    Discord Thread How could I make this command so you can run "/pay {name} 1b" instead of "/pay {name} 1000000000"

    Hello How can I help I habe been pinged? Posted by: sluhtie from the skUnity Discord.
  5. sluhtie

    Discord Thread How could I make this command so you can run "/pay {name} 1b" instead of "/pay {name} 1000000000"

    .format !format Posted by: sluhtie from the skUnity Discord.
  6. sluhtie

    Discord Thread chunk-based region outlines

    rot Posted by: sluhtie from the skUnity Discord.
  7. sluhtie

    Discord Thread chunk-based region outlines

    naja eins von beiden egal die die halt dazwischen sind Posted by: sluhtie from the skUnity Discord.
  8. sluhtie

    Discord Thread chunk-based region outlines

    aber was wenn der andere chunk ist vb set {_1} to {_chunk}.getWorld().getChunkAt({_chunk}.getX() + 1, {_z}) set {_2} to {_chunk}.getWorld().getChunkAt({_chunk}.getX(), {_z} + 1) <@186204654638465024 Posted by: sluhtie from the skUnity Discord.
  9. sluhtie

    Discord Thread chunk-based region outlines

    Damn I love you, this works actually... damn Posted by: sluhtie from the skUnity Discord.
  10. sluhtie

    Discord Thread chunk-based region outlines

    toll das du den letzt ausgelassen hast dankedir haha Posted by: sluhtie from the skUnity Discord.
  11. sluhtie

    Discord Thread chunk-based region outlines

    Mh how would I get the chunks between two adjacent chunks? Posted by: sluhtie from the skUnity Discord.
  12. sluhtie

    Discord Thread chunk-based region outlines

    vb if size of getAllChunks({_nbt}) > 0: loop getAllChunks({_nbt}): add chunksNextToChunk(loop-value) to {_x::*} {_x::*} does not contain player's chunk: send "{@error} The chunk must be next to an already...
  13. sluhtie

    Discord Thread chunk-based region outlines

    vb set {_x} to chunk x of {_chunk} set {_z} to chunk z of {_chunk} set {_w} to {_chunk}.getWorld() add {_w}.getChunkAt({_x} + 1, {_z}) to {_chunks::*} add {_w}.getChunkAt({_x} - 1, {_z}) to {_chunks::*} add {_w}.getChunkAt({_x}, {_z} + 1) to {_chunks::*} add...
  14. sluhtie

    Discord Thread chunk-based region outlines

    bro tecspace ich habe kein plan wie ich die zahlen da eitragen soll Posted by: sluhtie from the skUnity Discord.
  15. sluhtie

    Discord Thread chunk-based region outlines

    correct Posted by: sluhtie from the skUnity Discord.
  16. sluhtie

    Discord Thread chunk-based region outlines

    wait I didn't use vectors Posted by: sluhtie from the skUnity Discord.
  17. sluhtie

    Discord Thread chunk-based region outlines

    ah I see mh I do know how to get the direct neighboars, but whats the vectors for the vertical neighbors? Posted by: sluhtie from the skUnity Discord.
  18. sluhtie

    Discord Thread chunk-based region outlines

    I don't quite get the last one Posted by: sluhtie from the skUnity Discord.
  19. sluhtie

    Discord Thread chunk-based region outlines

    ze Posted by: sluhtie from the skUnity Discord.
  20. sluhtie

    Discord Thread chunk-based region outlines

    oh so only if its 1 neigboar Posted by: sluhtie from the skUnity Discord.