Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.85 KB | None | 0 0
  1. [CENTER][IMG]https://i.imgur.com/8h1QKX9.png[/IMG]
  2.  
  3. [B][I]PlayTime plugin is a plugin that counts playtime of the players on your server and keep track of it a lot more easier and professional.
  4. [/I][/B][/CENTER]
  5. Developed by Activated_/[URL='https://www.mc-market.org/members/130472/']FaceSlap_[/URL]
  6. Part of the [URL='https://www.mc-market.org/members/50438/']BGHDDevelopment[/URL]
  7.  
  8. [IMG]https://i.imgur.com/zdEcZwO.png[/IMG]
  9. [CENTER][/CENTER]
  10. [INDENT][INDENT][LIST]
  11. [*]Mongo database or MySQL database needed
  12. [*]Track of a playtime for every player
  13. [*]PlayTime comes with a system that will check if a player is a AFK and it will stop counting playtime if the player is AFK for more than configured amount of time
  14. [*]Track playtimes throughout the database so u can get and use playtime globally througout your network and bungee
  15. [*]Check top playtimes throughout an unlimited MENU going from the #1 on the leaderboard and make your players compete for the #1 place!
  16. [*]Choose what you want to see, either network TOP or individual server TOP.
  17. [*]Reset server's playtime or a playtime of an individual player with a commands.
  18. [*]Check offline player's playtime
  19. [*]Leaderboards updated every 2 minutes
  20. [*]Live menu updates and more..
  21. [/LIST][/INDENT][/INDENT]
  22. [IMG]https://i.imgur.com/ei1MMZ1.png[/IMG]
  23. [INDENT][INDENT][CENTER][/CENTER]
  24. [LIST]
  25. [*][B]/playtime[/B] - check your own playtime
  26. [*][B]/playtime <player> [/B]- check playtime of other online/offline player
  27. [*][B]/playtime top [/B]- check top playtimes on all servers/network
  28. [*][B]/playtime top <server>[/B] - check top playtimes on a specific server
  29. [*][B]/playtime <player> reset <all|server> [/B]- reset someone's playtime globally or on a individual server [I][p[/I]laytime.admin[I]][/I]
  30. [*][B]/playtime update[/B] - update leaderboards without waiting 2 minutes of delay [I][p[/I]laytime.admin[I]][/I]
  31. [*][B]/playtime reset <all|server> [/B]- reset playtime globally or on a specific server [I][p[/I]laytime.admin[I]][/I]
  32. [/LIST][/INDENT][/INDENT]
  33. [CENTER][IMG]https://i.imgur.com/8HJY23O.png[/IMG]
  34. [/CENTER]
  35. [LIST]
  36. [*]PlayTime comes with a [B]PlaceholderAPI [/B]support so you can use placeholders of this plugin in other plugins that supports [B]PlaceholderAPI[/B].
  37. [LIST]
  38. [*][B]Placeholders[/B]
  39. [LIST]
  40. [*]%playtime_player_global_pt% - get player's network wide playtime
  41.  
  42. [*]%playtime_player_server_pt% - get player's playtime on a server of the player
  43. [/LIST]
  44. [/LIST]
  45. [/LIST]
  46.  
  47. [B][U][SIZE=6]Files:[/SIZE][/U][/B]
  48. [SIZE=4][SPOILER="config.yml"]
  49. [CODE]#Use 'MONGO' or 'MYSQL'
  50. DATA-TYPE: "MYSQL"
  51. MONGODB:
  52. ADDRESS: ""
  53. PORT: 27017
  54. DATABASE: ""
  55. AUTHENTICATION:
  56. ENABLED: false
  57. USERNAME: ""
  58. PASSWORD: ""
  59. DATABASE: ""
  60. MYSQL:
  61. DATABASE:
  62. HOST: "127.0.0.1"
  63. USER: "root"
  64. PASSWORD: "root"
  65. DATABASE: "test"
  66. PORT: 3306
  67. SERVER-NAME: "Lobby"
  68. #If someone is afk for 300 seconds, playtime won't count
  69. AFK-INTERVAL-SECONDS: 300
  70. MENUS:
  71. PLAYTIME:
  72. MENU-NAME: "&9<player>'s playtime"
  73. ITEM:
  74. NAME: "&bPlaytime Information"
  75. LORE:
  76. - "&c&m-----&7&m--------------------------------&c&m-----"
  77. - ""
  78. - "&bPlayer: &e{userName}"
  79. - "{servers}"
  80. - ""
  81. - "&8(&b!&8) &e&nTotal&7: &c&n{total} &8(&b!&8) "
  82. - ""
  83. - "&c&m-----&7&m--------------------------------&c&m-----"
  84. SERVER-FORMAT: " &b* &3{server}: &a{playTime}"
  85. PLAYTIME-TOP-SERVER:
  86. MENU-NAME: "&b{server} PlayTimes"
  87. ITEM:
  88. NAME: "&8(&b!&8) &b&n{server} &7(&a#{id}&7)"
  89. LORE:
  90. - "&c&m-----&7&m--------------------------------&c&m-----"
  91. - ""
  92. - "&bPlayer: &e{userName}"
  93. - " &b* &3{server}: &a{playTime}"
  94. - ""
  95. - "&c&m-----&7&m--------------------------------&c&m-----"
  96. PLAYTIME-TOP-GLOBAL:
  97. MENU-NAME: "&bGlobal PlayTimes"
  98. ITEM:
  99. NAME: "&8(&b!&8) &e&nGlobal Top &a#{id}"
  100. LORE:
  101. - "&c&m-----&7&m--------------------------------&c&m-----"
  102. - ""
  103. - "&bPlayer: &e{userName}"
  104. - " &b* &bPlaytime: &c{playTime}"
  105. - ""
  106. - "&c&m-----&7&m--------------------------------&c&m-----"
  107. MESSAGES:
  108. PREFIX: '&8[&bPlayTime&8] '
  109. PLAYER_NOT_ONLINE: '{prefix} &cThat player is currently offline.'
  110. NO_PERMISSION: '{prefix} &cYou don''t have permission to use that command.'
  111. USE_NUMBERS: '{prefix} &cPlease use numbers.'
  112. DOES-NOT-HAVE-DATA: '{prefix} &dThat player doesn''t have any data saved, probably
  113. never joined the server before.'
  114. LOADING-ACCOUNT: '{prefix} &aLoading account...'
  115. PLAYTIME:
  116. DOESNT-HAVE-ON-SERVER: '{prefix} &bThat player does not have any saved playtime
  117. on that server.'
  118. RESET-PLAYER-SERVER: '{prefix} &bYou have reseted &e<player>''s &bplaytime on
  119. &e<server>&b.'
  120. RESET-PLAYER-ALL: '{prefix} &bYou have reseted &e<player>''s &bplaytime on &eevery
  121. server&b.'
  122. LEADERBOARDS:
  123. UPDATING: '{prefix} &bUpdating leaderboards...'
  124. UPDATED: '{prefix} &bLeaderboards have been successfully updated.'
  125. SERVER-NOT-FOUND: '{prefix} &cWe couldn''t found any playtimes on that server.'
  126. RESET:
  127. SERVER-NOT-FOUND: '{prefix} &cWe couldn''t found any playtimes on that server.'
  128. RESETED-SERVER: '{prefix} &aYou have reseted all playtimes on &b<server> &aserver.'
  129. RESETED-ALL: '{prefix} &aYou have reseted all playtimes on &bevery &aserver.'
  130. WAIT: '{prefix} &aReseting playtimes, please wait...'
  131. [/CODE]
  132. [/SPOILER][/SIZE]
  133. [U][B][SIZE=6]Proof of ownership:[/SIZE][/B][/U]
  134. [SIZE=4][SPOILER="Proof"]
  135. [IMG]https://i.imgur.com/rioa3ae.png[/IMG]
  136. [/SPOILER][/SIZE]
  137. [SIZE=4][U][B][SIZE=6]In-game screenshots:[/SIZE][/B][/U]
  138. [SPOILER="Pictures"]
  139. [IMG]https://i.imgur.com/4Xih855.png[/IMG]
  140.  
  141. [IMG]https://i.imgur.com/qpUJUWO.png[/IMG]
  142.  
  143. [IMG]https://i.imgur.com/Jah6VWJ.png[/IMG]
  144.  
  145. [IMG]https://i.imgur.com/ct3PGAM.png[/IMG]
  146. [/SPOILER]
  147. [/SIZE]
  148. [SIZE=4]
  149. [/SIZE]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement