Advertisement
SwiftSwamp

Untitled

Jan 7th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. rewardsPro:
  2. updateCheck: false
  3.  
  4. # Please only disable if you see the server is having problems because of metrics.
  5. useMetrics: false
  6.  
  7. timeFormat:
  8. days: "%rewards_days% days, "
  9. hours: "%rewards_hours% hours, "
  10. minutes: "%rewards_minutes% minutes, "
  11. seconds: "%rewards_seconds% seconds"
  12. # Recommended! disable only when spigotmc is down for maintenance or having issues,
  13. # or you have last version but still tells you to update.
  14.  
  15. voteReceivedMessage:
  16. - '&a&o[+1 Vote]'
  17. - '&6&oThanks for voting %player_name%, Total votes: &e&o%votes%'
  18. Gui:
  19. autoGuiSize: false
  20. #Gui-size goes up to 6, those are the lines of the gui max is 6
  21. guiSize: 3
  22. guiName: '&a&lRewards: %rewards_available%'
  23. storage:
  24. #storage type can be either MySQL or flat_file
  25. #if type is mysql fill the things below if their invalid the plugin will not enable.
  26. #The address is defined as follows <address>:<port>
  27. type: "MySQL"
  28. loadRewardsOn: "flat_file"
  29. loadCooldownsOn: "MySQL"
  30. address: "localhost:3306"
  31. user: "REMOVE"
  32. password: "REMOVE"
  33. database: "REMOVE"
  34.  
  35. messages:
  36. no-permission: '&4&oYou do not have permission for this command.'
  37. player-offline: '&a&oPlayer must be online to execute this command.'
  38. mysql-disabled: '&4&oYou need to enable MySQL in the &e&oconfig.yml &4&oto use this command.'
  39. hologram-disabled: '&cHologram needs to be enabled in config to do this command.'
  40. hologram-block-out-of-reach: '&cBlock is out of reach.'
  41. hologram-block-set: '&aBlock was set.'
  42. clear-cooldowns-success: '&aSuccessfully cleared &b%player_name% &acooldowns!'
  43. votes-added: '&aVotes where added to %player_name% successfully!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement