Advertisement
Guest User

Untitled

a guest
Nov 15th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 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.8
  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: false
  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. #Set the delay between the automatic save-intervals. Set to 0 to disable auto-saving (not recommended!).
  24. #As this Plugin only writes and reads data form files/mysql upon play login and quit, there may be a chance to data-loss
  25. #when the server crashes. Auto-Save writes all data every interval to files/mysql. This prevents data-loss.
  26. DataSaveInterval: 1800 #Seconds
  27.  
  28. #You want to get always the Build of the Plugin? Simply set this to true.
  29. #Enable SearchBeta to always get the latest Build.
  30. #searchUpdates needs to be true!
  31. autoUpdate: true
  32.  
  33. #Enter the Amount how many of the best Players get shown with /pttop.
  34. TopAmount: 10
  35.  
  36. Notification:
  37. #If you want that i (the plugin developer) is able to send messages to your console (just messages, no commands etc.!)
  38. #set this to true. This can be used to notify you about big bugs, which you need to get notified about.
  39. allowMessages: true
  40.  
  41. #You don´t like updates? Set this to false, and you won´t get a Update Notification!
  42. searchUpdates: true
  43.  
  44. #Do you want to appear on the "Using Servers" List on the Plugin Page? Set this to true, and the Plugin will send me the Server-Adress.
  45. #NOTICE: Your Adress won´t get used for any other purposes than appearing on the Spigot "Using Servers" Page.
  46. sendAddress: false
  47.  
  48. MySQL:
  49. Host: localhost
  50. Port: 3306
  51. User: root
  52. Password:
  53. Database: minecraftserver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement