Advertisement
kreezxil

nextquarry config

Jun 2nd, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. #NeXTQuarry v1.1.0 - by BeMacized - http://www.NeXTBattle.Net/
  2.  
  3. # -- CONFIG --
  4.  
  5. # -- QUARRY OPTIONS --
  6. #Private Quaries: If set to true, players can't mine quarries of others. Only their own. The nextquarry.admin permission node overrides this. OP status has the same effect.
  7. private-quarries: true
  8. #Ignore Blocks: All blocktypes in this list can't be mined by a quarry. IMPORTANT: Removing the liquids from this list, may lag or crash your server!
  9. ignored-blocks:
  10. - '7'
  11. - '49'
  12.  
  13. #Global Max Quarries: The maximum amount of quarries in the whole server (nextquarry.admin bypasses this feature)
  14. global-max-quarries: 256
  15. #User max tier 1 quarries: The maximum amount of tier 1 quarries a user can have (nextquarry.admin bypasses this feature)
  16. user-max-tier-1-quarries: 3
  17. #User max tier 2 quarries: The maximum amount of tier 2 quarries a user can have (nextquarry.admin bypasses this feature)
  18. user-max-tier-2-quarries: 2
  19. #User max tier 3 quarries: The maximum amount of tier 3 quarries a user can have (nextquarry.admin bypasses this feature)
  20. user-max-tier-3-quarries: 1
  21. #User max quarries: The maximum amount of quarries a user can place. This should probably be equal to the sum of the limit of tiers (tier1 + tier2 + tier3)
  22. user-max-quarries: 7
  23.  
  24. # -- PLUGIN OPTIONS --
  25. #Auto Update: Makes sure the plugin updates automatically when there's an update available.
  26. auto-update: true
  27. #Update Notifications: Gives you a notification when there's a new update available.
  28. #NOTE: Only works when auto update is turned off!
  29. update-notify: false
  30.  
  31. # -- ANTI-LAG OPTIONS --
  32. #Continue when unloaded: If set to false, quarries will not do anything when they are in an unloaded chunk.
  33. continue-when-unloaded: false
  34. #Continue when offline: If set to false, quarries will not do anything when their owner is offline.
  35. continue-when-offline: false
  36. #Draw all beams: If set to false, only 1 beam will be drawn for the arm of the quarry. Less aesthetics, but less resource intensive.
  37. draw-all-beams: false
  38.  
  39. # -- MISCELLANEOUS OPTIONS --
  40. #Dev join message: Shows a custom join message for any developer who joins. Please leave this on.
  41. dev-join-message: true
  42. #Send usage data: Sends anonymous usage data about the plugin for statistics to mcstats.org
  43. #Please leave this on, as it gives us an idea on how much our plugin is used. No personal data is sent.
  44. send-usage-data: true
  45.  
  46. # -- ITEM OPTIONS --
  47. #Assign custom id's to the items specific for this plugin - Quarry blocks are not configurable.
  48. #These are set to their recommended values. It is highly adviced not to change them.
  49. #WARNING: If these items are changed, the currently crafted ones won't change to the new items, and will lose their functionality.
  50. speed_upgrade: 347
  51. wrench_tool: 369
  52. fuel_tool: 325
  53. fuel_finder_upgrade: 96
  54. chest_miner: 286
  55. fuel_efficiency_upgrade: 120
  56. smelter_upgrade: 61
  57. liquid_miner: 154
  58.  
  59. # -- WORLD OPTIONS --
  60. #World whitelist enabled: If set to true, quarries will only be placable in worlds listed in the worlds whitelist.
  61. world-whitelist-enabled: false
  62. #World whitelist: List all worlds here in which quarries are placable. Only works if it is enabled in the "world-whitelist-enabled" option.
  63. world-whitelist:
  64. - 'world'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement