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

    WorldGuard region create

    Skript Version (do not put latest): Skript (2.4.1, basically the latest one) Skript Author: Bensku Minecraft Version: 1.15.1 Threads like this one have been already made, but I never found the right solution or just one that was marked as solved. My question is very simple: How can I make it so...
  2. Juvius

    Confirmation

    Oh, sorry. I meant like in-game. /confirmgrant <your in-game name> Owner.
  3. Juvius

    Confirmation

    Try /confirmgrant <player> <rank>?
  4. Juvius

    How to make a broadcast happen when someone touches a certain block?

    on walk on sponge: if {broadcast.%player%} is true: stop else: set {broadcast.%player%} to true broadcast "&a%player% &awalked on &e&lSponge&a!" # your time to shine here wait 5 seconds delete {broadcast.%player%} on join: if...
  5. Juvius

    need help on a /enderchest command

    command /enderchest [<player>]: aliases: ec # permission: server.enderchest # permission message: &cInsufficient permissions! trigger: if {viewmode.%player%} is true: send "&cPlease wait your viewmode is still enabled." stop if arg-1 is set...
  6. Juvius

    Confirmation

    command /confirmgrant [<player>] [<text>]: permission: server.grant permission message: &cInsufficient permissions! trigger: if arg-1 is set: if arg-2 is "cancel": send "&cGrant has been cancelled." to player stop else...
  7. Juvius

    Prevent Usage of Name tags

    on right-click: if player is holding a name tag: if player's target is set: if player's target is a living entity: send "&cYou can't use Name Tags to rename mobs." to player cancel event I tested it and it works. Next time maybe include...
  8. Juvius

    Solved How do any sounds on event??

    on right-click on chest: play raw sound "ENTITY_PLAYER_LEVELUP" at player with pitch 1 volume 10
  9. Juvius

    Hello there, skUnity!

    Hello there, skUnity!