🛠️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: enEnabled 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.
Note! This DOES NOT override per-group settings. If player's group has canUse set to false, he still won't be able to use the features.
# 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: truePlayer 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: 1Live 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.
Note! Do NOT remove the default group!
Whether members of this group can use features of this plugin.
If you want saplings dropped by players be replanted or not.
List of worlds where saplings replant won't work.
List of worlds where crops replant won't work.
If this is set to true, the plugin will bypass all protection systems when trying to replant a sapling.
List of saplings which will be replanted. Non mentioned saplings will act as usual.
List of crops which will be replanted. Non mentioned crops will act as usual.
Last updated