kaizyukun

Untitled

Apr 2nd, 2018
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. command /gm [<Gamemode>] [<player>]:
  2. permission:skript.gm
  3. permission message: &cYou do not have permission
  4. trigger:
  5. if arg 1 is not set:
  6. send "&cゲームモードを選択してください"
  7. stop
  8. if arg 1 is set:
  9. execute console command "/gamemode %arg 1% %arg 2% "
  10. stop
  11. if arg 2 is not set:
  12. execute console command "/gamemode %arg 1% "
  13. stop
Add Comment
Please, Sign In to add comment