Advertisement
CREAMPAN0408

Untitled

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