Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. # ###############################
  2. # # SUPERIOR PLAYTIME V1.0 BETA #
  3. # ###############################
  4. # #
  5. # # If you need help with my plugin, Please read everything that is said below before contacting for help!
  6. # #
  7. # # SuperiorPlayTime is a plugin which allows players to check how long they have spent on the server.
  8. # # This is perfect for servers that give out Most TimePlayed rewards!
  9. # #
  10. # # This plugin has a few placeholders that can be used in the configuration of this plugin. The config messages can be
  11. # # fully customised to how you want them to look and what you want them to say.
  12. # # If you break this config, you can find the default one within the link below!
  13. # # LINK:
  14. # #
  15. # # THE PLACEHOLDERS:
  16. # #
  17. # # %playername% - Shows the players name in chat.
  18. # # %timeplayed% - Shows how long the player has spent on the server.
  19. # # %playerjoins% - Shows how many times the player has joined the server.
  20. # # %pluginprefix% - Displays the plugin prefix in chat
  21. # #
  22. # # If you would like to support me and help me produce more plugins, feel free to donate to me by clicking the
  23. # # donation link provided on the resource page for SuperiorPlayTime.
  24. # #
  25. # # If this did not help you with what you needed. Feel free to contact me on spigot!
  26.  
  27. prefix: '&7[&6Superior&ePlayTime&7]'
  28. time:
  29. in:
  30. seconds: s
  31. minutes: m
  32. hours: h
  33. days: d
  34. messages:
  35. invalid_permission:
  36. - ''
  37. - '&7[&6Superior&ePlayTime&7] &7You don''''t have permission to use this command!'
  38. - ''
  39. player_not_online:
  40. - ''
  41. - '&7[&6Superior&ePlayTime&7] &7The player requested is not online right now!'
  42. - ''
  43. about_player:
  44. - ''
  45. - '&7[&6Superior&ePlayTime&7]'
  46. - '&eYou have played on &6SERVER NAME&e for a total of &6%timeplayed%&e with &6%playerjoins%&e
  47. Joins.'
  48. - ''
  49. about_other_players:
  50. - ''
  51. - '&7[&6Superior&ePlayTime&7]'
  52. - '&e%playername% has played on &6SERVER NAME&e for a total of &6%timeplayed%&e
  53. with &6%playerjoins%&e Joins.'
  54. - ''
  55. help_message:
  56. - ''
  57. - '&7[&6Superior&ePlayTime&7]'
  58. - '&6/SuperiorPlayTime&7 - &eUsed to check your playtime on the server'
  59. - '&6/SuperiorPlayTime <PlayerName>&7 - &eUsed to check other players playtime on
  60. the server'
  61. - '&6/SuperiorPlayTime-Help&7 - &eUsed to view this help page'
  62. - '&6/SuperiorPlayTime-Reload&7 - &eUsed to reload the plugin &c&l** COMING SOON
  63. **'
  64. - ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement