Advertisement
sora200507

Untitled

Jan 24th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. command /soramame [<text>]:
  2. description:このサーバーのコマンドシステムです soramame helpでコマンドを表示できます
  3. usage:/soramame サブコマンド
  4. aliases:/sm
  5. trigger:
  6. if arg 1 is not set:
  7. message "&a[soramameSystem]&b サブコマンドを入力してください! helpで確認できます!"
  8. stop
  9. if arg 1 is "help":
  10. message "&b--------------&asoramameSystem Help&b--------------"
  11. message "&a[soramameSystem]&b/soramame givemenu で メニューを手に入れることができます"
  12. message "&a[soramameSystem]&b/soramame lobby で ロビーに帰ることができます"
  13. message "&a[soramameSystem]&b/clan で クランのヘルプが表示されます"
  14. message "&a[soramameSystem]&b/soramame info で運営の名前が表示されます"
  15. message "&a[soramameSystem]&bその他 Comming Soon"
  16. stop
  17. if arg 1 is "givemenu":
  18. execute console command "/menu grab %player% 1"
  19. message "&a[soramameSystem]&b成功しました!"
  20. stop
  21. if arg 1 is "lobby":
  22. execute console command "/warp lobby %player%"
  23. message "&a[soramameSystem]&bテレポートしました!"
  24. stop
  25. if arg 1 is "info":
  26. message "&a[soramameSystem]&b---------SystemInfo-------"
  27. message " &aOwner : sora200507"
  28. message " &aCommander : Ayataka_0cha"
  29. message " &aBuilder : TAKU_OKA , reosyou , lvl_chara_lvl"
  30. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement