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

    Easy fix // Skript problem

    on right click: if player is in "Prison": if targeted block is stone brick: set targeted block to redstone block wait 5 seconds if the targeted block is redstone block: set targeted block to stone brick on left click...
  2. N

    Solved Simple Skript error?

    command /wands <text> Wand1 <player>: usage: /wands help trigger: if arg 1 is "get": message "Enjoy your new wand!" give a stick named "<gold>Wand" to the player if arg 1 is not set: message "&6&lWands &8// &7Correct usage is /wands...
  3. N

    Error?

    on right click: if player is holding diamond: if player is in world "world_nether": loop players in radius 10 around player: play sound "ENTITY_PLAYER_LEVELUP" to loop-player with volume 1 and pitch 2 I did this and it should work.. but whenever I reload...
  4. N

    I need help with simple Skript

    on rightclick: if player is holding a diamond: if player is in world "Game2": play sound I started this script not knowing how to finish it, i searched tutorials up on yt but no use. how would I make it so when I right click a diamond it plays sound by all nearby players...