CREAMPAN0408

Untitled

Mar 29th, 2019
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. Options:
  2. #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
  3. #Log and Permission
  4. perm: RPG.admin
  5. #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
  6. #TAB
  7. tab_top: %nl%&9- &8&lこんぺいとう&2RPG&6サーバー &9-%nl%
  8. tab_under: %nl%&6%number of all players%&8/&950%nl%&ePing&9: &a%ping of player%%nl%
  9. #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
  10. #Death Message
  11. pvpdeathmessage: &8[&4Death&8] &c%victim% &9≪ &6%attacker% &8| &f%name of attacker's tool%
  12. notooldeathmessage: &8[&4Death&8] &c%victim% &9≪ &6%attacker%
  13. pvedeathmessage: &8[&4Death&8] &c%victim% &9≪ &8[&f%attacker's name%&8&l]
  14. nonamepvedeathmessage: &8[&4Death&8] &c%victim% &9≪ &8[&f%attacker%&8]
  15. otherdeathmessage: &8[&4Death&8] &c%victim%
  16. #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
  17. On death of player:
  18. attacker is a player:
  19. if name of attacker's tool is set:
  20. set the death message to "{@pvpdeathmessage}"
  21. else:
  22. set the death message to "{@notooldeathmessage}"
  23. stop
  24. attacker is an entity:
  25. if attacker's name is set:
  26. set the death message to "{@pvedeathmessage}"
  27. else:
  28. set the death message to "{@nonamepvedeathmessage}"
  29. stop
  30. set the death message to "{@otherdeathmessage}"
  31. #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
  32. every 2 second:
  33. loop all players:
  34. send action bar "&e製作中です(´・ω・`)" to loop-player
  35. wipe loop-player's sidebar
Add Comment
Please, Sign In to add comment