Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. command /rirhelp [<text>]:
  2. trigger:
  3. if arg is "m":
  4. send "&6無料版Help"
  5. send "&6/create [サーバー名] サーバーを作れます"
  6. send "&6/delete サーバーを消せます"
  7. send "&6/setworld ワールドを選べます"
  8. send "&6/connect ([ユーザーID]) サーバーに接続できます"
  9. if arg is "y":
  10. send "&6有料版Help"
  11. send "&6/create [サーバー名] サーバーを作れます"
  12. send "&6/delete サーバーを消せます"
  13. send "&6/setworld ワールドを選べます"
  14. send "&6/connect ([ユーザーID]) サーバーに接続できます"
  15. send "&6/op [ユーザーID] opを付与できます"
  16. send "&6/gm [survival/creative/adventure/supector] ([ユーザーID]) ゲームモードを変更できます"
  17. if arg is not set:
  18. send "&6/rirhelp [無料版の場合は/rirhelp m] [有料版の場合は/rirhelp y]"
  19. else:
  20. send "&c不明なエラーです。"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement