Satoru7135

Untitled

Oct 29th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. command /console [<text>]:
  2. permission: console.skript
  3. permission message: &aOPがないとConsoleからの実行はできません!
  4. trigger:
  5. if arg 1 is not set:
  6. message "&aコマンドを入力してください"
  7. stop
  8. execute console command "%arg 1%"
  9. message "&a実行しました。"
  10. stop
Advertisement
Add Comment
Please, Sign In to add comment