Config

Warning: In v 0.4 the config has changed! It's best to rename your old config, update and let it regenerate a new config for you.

The default config is as follows:

chance:
  announce: 5
  remind: 10
default:
  nobreak: false //Disallow players breaking saplings (or use perms to allow/disallow for groups/specific people)
  checkradius: false //Checks the radius (as defined by the radius option) for other saplings
  checkchunk: true //Check the chunk info (the watch and limit options) for saplings
  stopclose: true //If it's too close, do we stop the planting of the sapling (set to true) or allow it and don't reward the player (set to false)
//Note: if we do any of the checks (radius or chunk) and still allow the planting of a close sapling, the player is not rewarded. If there are no checks, they are awarded for each sapling.
option:
  radius: 2 //Try to keep this low as it checks in every direction.
  watch: 20 //The number of sapling chunk coordinates to remember
  limit: 5 //The max number of saplings to reward in one chunk
  rewardamount: 1.5 //The economic reward to the player
string: // $p is the player name, $a is the amount
  misc:
    nobreak: '&9[SR]&f You are not allowed to break a &asapling&f!'
    info: '&9[SR]&f The reward is $$a for planting a &asapling&f!'
  reward:
    announce: '&9[SR]&4$p &fwas rewarded $$a for planting a &asapling&f!'
    remind: '&9[SR]&f Don''t forget to plant some &asaplings&f for a reward!'
    reward: '&9[SR]&f You were rewarded $$a for planting a &asapling&f!'
  tooclose:
    noreward: '&9[SR]&f You were NOT rewarded for planting a &asapling&f! It''s too
      close to others!'
    noplant: '&9[SR]&f You cannot plant a &asapling&f! It''s too close to others!'


Comments

Posts Quoted:
Reply
Clear All Quotes