Advertisement
kunihiko_sato

Untitled

Nov 14th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. on join:
  2. set the join message to "&e&l[Login] &2%player%&aがサーバーに接続しました。"
  3. execute console command "tp @p 499.5 4.0 -223.5 0 0"
  4. send "&7[&cPlayerData&7] " to ops
  5. send " &eMCID: ""%player%""" to ops
  6. send " &eUUID: ""%uuid of player%""" to ops
  7. send " &eIP: ""%ip of player%""" to ops
  8.  
  9. on first join:
  10. broadcast "&d&l[FirstLogin] &2%player%&aが初めてサーバーに接続しました。"
  11.  
  12. on quit:
  13. set the quit message to "&c&l[Logout] &6%player%&eがサーバーから切断しました。"
  14.  
  15. command /check <player>:
  16. permission: server.command.check
  17. permission message: §cYou do not have permission to execute this command!
  18. usage: /check-ip <Player>
  19. trigger:
  20. send "&7[&cPlayerData&7]"
  21. send " &eMCID: ""%arg 1%"""
  22. send " &eIP: ""%ip of arg-1%"""
  23. send " &eUUID: ""%uuid of arg-1%"""
  24.  
  25. command /sudo <player> <text>:
  26. permission: server.command.sudo
  27. permission message: §cYou do not have permission to execute this command!
  28. usage: /sudo <Player> <Command>
  29. trigger:
  30. execute arg-1 command "%arg 2%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement