Advertisement
MrJayse

Untitled

Jul 2nd, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. # # Playtime By F64_Rx - Need Help? PM me on Spigot or post in the discussion.
  2. # # =================
  3. # # | CONFIGURATION |
  4. # # =================
  5. #
  6. # # available placeholders
  7. # # %player% - returns the player name
  8. # # %time% - shows time played
  9. # # %timesjoined% - shows the amount of times the player has joined the server
  10. # # %serveruptime% - shows the uptime of the server
  11. # # %prefix% - shows the prefix
  12.  
  13. prefix: '&3[&aPlaytime&3]'
  14. time:
  15. second: s
  16. minute: m
  17. hour: h
  18. day: d
  19. messages:
  20. no_permission:
  21. - ''
  22. - '&8[&bPlayTime&8] &cYou don''t have permission.'
  23. - ''
  24. not_online:
  25. - ''
  26. - '&8[&bPlayTime&8] &cPlayer %player% is not online!'
  27. - ''
  28. player:
  29. - ''
  30. - '&8[&bPlayTime&8]'
  31. - '&b%player%''s Stats are:'
  32. - '&bPlayTime: &7%time%'
  33. - '&bTimes Joined: &7%timesjoined%'
  34. - ''
  35. other_players:
  36. - ''
  37. - '&8[&bPlayTime&8]'
  38. - '&b%player%''s Stats are:'
  39. - '&bPlayTime: &7%time%'
  40. - '&bTimes Joined: &7%timesjoined%'
  41. - ''
  42. server_uptime:
  43. - ''
  44. - '&8[&bPlayTime&8] &bServer''s total uptime is %serveruptime%'
  45. - ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement