Advertisement
Guest User

Untitled

a guest
Aug 7th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. #Database Config
  2. database:
  3. #SQLite still W.I.P
  4. sqlite: false
  5. ip: localhost
  6. port: 3301
  7. databasename: Payday
  8. databaseuser: root
  9. databasepass: ''
  10. prefix: user_
  11. #For servers to share the same economy, name them the same and the economy will be global!
  12. groupname: PIX
  13.  
  14. features:
  15. vote-message: "&eThank you for voting for the server! Here is your reward!"
  16. global-vote-message: "&e%player% has voted for the server!"
  17. #Pay player every set time. If you want to disable set to false, otherwise set it to number of seconds.
  18. payday-timer: 320
  19. #Supports Color chat and new lines, Use '\n' for a new line!
  20. #Tags: %blckrwrd% %blockamt% %pvprwrd% %pvpamt% %mobsrwrd% %mobsamt% %actionrwrd% %actionamt%
  21. message: "&e[&cAPOC Payday&e] &cYou have earned in the last 5 minutes:\n
  22. Blocks (%blockamt%): &e$%blckrwrd%\n&r
  23. &cPlayers (%pvpamt%): &e$%pvprwrd%\n&r
  24. &cMobs (%mobsamt%): &e$%mobrwrd%\n&r
  25. &cActions (%actionamt%): &e$%actionrwrd%&r"
  26. global-message: "&e[&cAPOC Payday&e] &cToday is payday!"
  27. #Reward for player kills, set to 0 or false to disable completely.
  28. pvp-reward: 100
  29. #Setting these to false will disable certain rewards
  30. block-reward: true
  31. mob-reward: true
  32. action-reward:
  33. crafting: true
  34. smelting: true
  35. enchanting: true
  36. forging: true
  37.  
  38. anti-cheats:
  39. #If set to false, Blocks placed by someone will be counted towards money. (Allowing infinite money with a silk-touch pickaxe ect[Recommeneded: true, Default: true])
  40. place-watch: true
  41. defaults:
  42. money: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement