Advertisement
Blue_Tec

Untitled

May 29th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. on join:
  2. message "&a-----------------&bようこそ! CookieNetへ! &a-----------------"
  3. message "&fわからないことがあれば&6/help&fをしてみてください。"
  4. message "&6/check&fでサイトにて、データを統一することができます。"
  5. message " &cサイトは海外にあるので、データが統一されない時があります。"
  6. message "&f"
  7. message "&f&l&nhttp://cookienet.cf/"
  8. message "&f"
  9. message "&7接続待機中 Cookie-1..."
  10. if {trueuser::%uuid of player%} is true:
  11. message "&cあなたは有功者なため、接続を阻止されました。/server cookie-1"
  12. stop
  13. else:
  14. wait 3 seconds
  15. execute player command "/server cookie-1"
  16. wait 1 seconds
  17. message "&c再接続..."
  18. wait 2 seconds
  19. execute player command "/server cookie-1"
  20. wait 1 seconds
  21. message "&c再接続..."
  22. wait 2 seconds
  23. execute player command "/server cookie-1"
  24. wait 1 seconds
  25. message "&c再接続...オフラインのようですね!"
  26. wait 2 seconds
  27. execute player command "/server cookie-1"
  28.  
  29. command /trueuser [<offlineplayer>]:
  30. permission: trueuser.admin
  31. permission: &cクッキーによってそのコマンドは阻止された。
  32. trigger:
  33. if arg-1 is online:
  34. if {trueuser::%uuid of arg-1%} is true:
  35. set {trueuser::%uuid of arg-1%} to false
  36. message "&a%arg-1%をtrueuserに&c解任&a!"
  37. stop
  38. else:
  39. set {trueuser::%uuid of arg-1%} to true
  40. message "&a%arg-1%をtrueuserに&b任命&a!"
  41. stop
  42. else:
  43. message "&cユーザーはオンラインが必要。"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement