Advertisement
Guest User

Untitled

a guest
Nov 15th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. #Config for PlaytimeRewards
  2. #PlaytimeRewards by ExoBiTe @https://www.spigotmc.org/members/258730/
  3. #Main Configuration
  4. Main:
  5. #do not touch this value
  6. Version: 2.7
  7.  
  8. #Define your color-char here. Use it in the rewards.yml
  9. ColorChar: '&'
  10.  
  11. #Set to true if you want to get a console Notification if a Player Logs in with a not existing Loop/Reward.
  12. msgUnknownLoops: false
  13.  
  14. #Enable or disable mysql here. If enabled, make sure to insert your mysql-data below.
  15. MySQL: true
  16.  
  17. #ForceCommands only affects other Plugins with the commands /playtimerewards and|or /playtime.
  18. #If set to false, this Plugin will try to force other plugin with the same command
  19. #to take priority of the command.
  20. #If set to true this plugin tries to execute its Commands, and cancel the other Plugin´s commands.
  21. ForceCommands: true
  22.  
  23. #if vanillaPlaytime is set to false, the Plugin will count the Playtimes for itself.
  24. #If vanillaPlaytime is set to true, this Plugin will use the normal minecraft playtime counting
  25. vanillaPlaytime: true
  26.  
  27. #Set the delay between the automatic save-intervals. Set to 0 to disable auto-saving (not recommended!).
  28. #As this Plugin only writes and reads data form files/mysql upon play login and quit, there may be a chance to data-loss
  29. #when the server crashes. Auto-Save writes all data every interval to files/mysql. This prevents data-loss.
  30. DataSaveInterval: 1800 #Seconds
  31.  
  32. #You want to get always the Build of the Plugin? Simply set this to true.
  33. #Enable SearchBeta to always get the latest Build.
  34. #searchUpdates needs to be true!
  35. autoUpdate: true
  36.  
  37. #Enter the Amount how many of the best Players get shown with /pttop.
  38. TopAmount: 10
  39.  
  40. Notification:
  41. #If you want that i (the plugin developer) is able to send messages to your console (just messages, no commands etc.!)
  42. #set this to true. This can be used to notify you about big bugs, which you need to get notified about.
  43. allowMessages: true
  44.  
  45. #You don´t like updates? Set this to false, and you won´t get a Update Notification!
  46. searchUpdates: true
  47.  
  48. MySQL:
  49. Host: 74.124.30.118
  50. Port: 3306
  51. User: mc30748
  52. Password: 85dc41fce3
  53. Database: mc30748
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement