Advertisement
Aooni-Server

join.sk

Aug 18th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.52 KB | None | 0 0
  1. options:
  2.     prefix: &7[&6System&7] &a
  3.     error: &7[&6System&7] &c
  4. command /join [<player>]:
  5.     permission: skript.admin
  6.     trigger:
  7.         if arg 1 is not set:
  8.             send "{@error}ユーザー名を指定してください"
  9.             stop
  10.         if {join::%player%} is not set:
  11.             teleport arg 1 to location at 0.5, 30, 0.5 in "world"
  12.         wait 5 tick
  13.         tablist()
  14.         sidebar()
  15.         clear arg 1's inventory
  16.         remove all effects from arg 1
  17.         send arg 1 title "&9Aooni-Server" with subtitle "&1aooni&8.&1cf &b| &1aooniserver&8.&1dip&8.&1jp" for 5 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement