Recent content by Ali Tuna BAYLAN

  • 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. Ali Tuna BAYLAN

    Block/Unblock Command on Server Skript

    Usage: /blockcmd [command], /unblockcmd [command] Example: /blockcmd help on command: if {blockcmd::*} contains command: cancel event send "This command is blocked." command /blockcmd <text>: permission: op trigger: if arg-1 is set: if...
  2. Ali Tuna BAYLAN

    Simple Broadcast Skript

    Usage: /br [text], /b [text], /broadcast [text], /bc [text] command /broadcast <text>: permission: op aliases: /br, /broadcast, /bc, /b trigger: broadcast "&f[&b%player%&f]: &a%arg-1%"
  3. Ali Tuna BAYLAN

    /tpa Skript

    Usage: /tpa [playername] command /tpa [<player>]: trigger: if arg-1 is set: if arg-1 is online: if {tpalist::*} contains arg-1: send "&a%arg-1% &falready have a tpa request pending." else: if arg-1 is...
  4. Ali Tuna BAYLAN

    Voting Skript

    Usage: /votestart [option1] [option2] [time] command /votestart <text> <text> <number = 20>: permission: op trigger: set {vote1} to arg-1 set {vote2} to arg-2 set {opt1} to 0 set {opt2} to 0 open chest with 1 rows named "&bVote" to all players...