Config File

How to configure this plugin

The configuration file can be used to change these things:

  • How long each ore should take to regenerate.
  • The amount of exp given when breaking the ore.
  • Which ore should regenerate.
  • The messages of the plugin.
  • Some other cool features.

Messages

The messages section should look like this:

reload: '&bPlugin reloaded!'
no permission: '&cYou are not permitted to do that!'
removed: '&aBlock removed.'
regenerate: '&aRegenerating %a &ablocks in world %w&a.'

You can easealy change the messages. %a means the amount of blocks regenerated and %w the world. %a and %w only work for the regenerate line.

Which ore should regenerate ?

The generation section should look like this:

coal: true
iron: true
lapis: true
gold: true
redstone: true
diamond: true
emerald: true
quartz: true

You just have to change it to true or false.

Regeneration Time

The regeneration time section should look like this :)

coal-time: 10
iron-time: 15
lapis-time: 15
gold-time: 20
redstone-time: 30
diamond-time: 60
emerald-time: 60
quartz-time: 30

You can change it to any number. It is in seconds :)

Dropped exp.

The experience section should look like this:

coal-exp: 10
iron-exp: 10
gold-exp: 10
lapis-exp: 10
redstone-exp: 10
emerald-exp: 10
diamond-exp: 10
quartz-exp: 10

You can change the numbers to your wishes :) but too high numbers may cause bugs on the exp bar.

Regeneration Chance

The chance section should look like this:

coal-chance: 100
iron-chance: 100
lapis-chance: 100
gold-chance: 100
redstone-chance: 100
diamond-chance: 100
emerald-chance: 100
quartz-chance: 100

The chances are in percents, so don't set them over 100 !

Other stuff

These are other things you can set.

safe: true
no_perm cancel: true
regenBlockID: 1
removeable: true

Just test the features :) Have Fun! ;)


Comments

Posts Quoted:
Reply
Clear All Quotes