Guest User

Untitled

a guest
Mar 15th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. #------------------#
  2. # General Settings #
  3. #------------------#
  4.  
  5. AutosaveMinutes: 60
  6. townColor: &4
  7. playerColor: &1
  8.  
  9. #----------------#
  10. # MySQL Settings #
  11. #----------------#
  12.  
  13. MySQL: true
  14. MySQLhost: localhost
  15. MySQLuser: minecraft
  16. MySQLpass: minecraft
  17. MySQLdb: minecraft
  18.  
  19. #------------------#
  20. # Private Settings #
  21. #------------------#
  22.  
  23. MaxChunks: 10
  24.  
  25. #---------------#
  26. # Town Settings #
  27. #---------------#
  28.  
  29. ChunkLimits:
  30. a: '1:5'
  31. b: '2:12'
  32. c: '4:25'
  33. d: '8:56'
  34. e: '16:128'
  35. f: '32:200'
  36. UnBreakables: CHEST
  37.  
  38. #---------------#
  39. # Cost Settings #
  40. #---------------#
  41.  
  42. ClaimCost: '15.00'
  43. TaxBaseCost: '100.00'
  44. TaxChunkCost: '50.00'
  45.  
  46. ChunkClaimCost: '15.00'
  47. ChunkTaxCost: '50.00'
  48. ChunkDestructCost: '10.00'
  49.  
  50. #------------------#
  51. # Config Debugging #
  52. #------------------#
  53. cversion: '0100'
Add Comment
Please, Sign In to add comment