🛠️config.yml

Language

You can edit the messages file using this setting in your config file. Plugin supports english by default, but you can add your custom language by adding messages_<tag>.yml file.

lang: en

Enabled By Default

If this is set to true, then players do not need to manually activate features using the command. If this is set to false, then players must first activate features using the command /fplant.

# Whether the features shall be enabled by default. If true,
# players won't need to execute /fplant to enable the features.
# This DOES NOT override per-group settings below. If player has no
# permission, he won't be able to use the features even if this is set to true.
enabledByDefault: true

Player Sapling Drop Delay (in seconds)

If the player drops the sapling. How many seconds afterwards plugin shall try to plant it? It is important, because if the sapling is not on the ground in time, it won't be planted.

# How many seconds after players drops sapling it shall try to plant
playerSaplingDropDelay: 1

Live Sapling Drop Chance (in %)

Not all saplings will be replanted after leaf decays. You can customize the percentage chance of spawning "live sapling". Live sapling will try to plant if it hits the ground in time (you can set below).

Live Sapling Drop Check Time (in seconds)

When the "live sapling" is spawned, how many seconds it shall try to plant it? It will only be planted when the sapling is on the ground. It is recommended to set this to 20 seconds.

Live Sapling Check Distance (in blocks)

Live saplings will be planted only if some player is nearby. You can customize the radius here.

Groups

You can configure almost everything in this section. All settings here are per-group, so you can limit one group and grant access to other groups.

To assing group to the player, grant him with permission: forestplant.group.<name>

Whether members of this group can use features of this plugin.

Last updated