Advertisement
siso_Friends

Untitled

Mar 21st, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. von first join:
  2. set {point.%player%} to 10
  3. stop
  4. command /point [<text>] [<text>] [<text>]:
  5. trigger:
  6. set {point.%player%} to arg 3
  7. if arg 1 is not set:
  8. message "&e%arg 1r%&bのPointは&a%arg 3%&bです。"
  9. if arg 1 is not "setpoint" or "help":
  10. if arg 2 is not set:
  11. message "&e%arg 1%&bのPointは&a%arg 3%&bです。"
  12. if arg 1 is "help":
  13. if player has permission "point.sk":
  14. message "&d====&cCommands&d===="
  15. message "&c/point <player> でその人のポイントを見れます"
  16. message "&c/point <player> set <number> でその人のポイントを設定できます"
  17. else:
  18. message "&d====&cCommands&d===="
  19. message "&c/point <player> でその人のポイントを見れます"
  20. if player has permission "point.admin":
  21. if arg 2 is "set":
  22. if arg 3 is not set:
  23. send "&cキル数を指定してください。"
  24. if arg 3 is set:
  25. set {point.%arg 1%} to arg 3
  26. broadcast "&5[お知らせ] &e%arg 1%&bのpointを&a%arg 3%&bに変更しました"
  27. on join:
  28. if {point.%player%} is less than or equal to 3:
  29. kick the player due to "&cあなたは評価値が3Point以下なのでサーバーに入れません"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement