Advertisement
Guest User

Untitled

a guest
Aug 7th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 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. #How long inbetween a vote for a player that there is another message. (Stops spam). Set in seconds.
  16. vote-message-limit: 180
  17. vote-message: "&eThank you for voting for the server! Here is your reward!"
  18. global-vote-message: "&e%player% has voted for the server!"
  19. #Pay player every set time. If you want to disable set to false, otherwise set it to number of seconds.
  20. payday-timer: 320
  21. #Supports Color chat and new lines, Use '\n' for a new line!
  22. #Tags: %blckrwrd% %blockamt% %pvprwrd% %pvpamt% %mobsrwrd% %mobsamt% %actionrwrd% %actionamt%
  23. message: "&e[&cAPOC Payday&e] &cYou have earned in the last 5 minutes:\n
  24. Blocks (%blockamt%): &e$%blckrwrd%\n&r
  25. &cPlayers (%pvpamt%): &e$%pvprwrd%\n&r
  26. &cMobs (%mobsamt%): &e$%mobrwrd%\n&r
  27. &cActions (%actionamt%): &e$%actionrwrd%&r"
  28. global-message: "&e[&cAPOC Payday&e] &cToday is payday!"
  29. #Reward for player kills, set to 0 or false to disable completely.
  30. pvp-reward: 100
  31. #Setting these to false will disable certain rewards
  32. block-reward: true
  33. mob-reward: true
  34. action-reward:
  35. crafting: true
  36. smelting: true
  37. enchanting: true
  38. forging: true
  39.  
  40. anti-cheats:
  41. #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])
  42. place-watch: true
  43. defaults:
  44. money: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement