Hey! I just added a new feature for robots! You can now set a permission for each robot. By default there's no permission, so everyone can break their crops, but if you set a permission, only players with the defined permission can break crops of your robot. (This feature still doesn't work properly with Sugar Cane!)
I also have fixed a bug when only 1 robot could replant crops and stopped other robots. Should be alright right now ^^.
Please add new value into your config!!! Other values will be added automatically, but this one must be added manually!
The path is: inventory.functions
New value: permissionChange: 'p'
It should look like that:
Code (YAML):
inventory:
title
:
"Farming Robot | Menu"
shape
:
-
"#########"
-
" c w p "
-
"########r"
# Defining functions to items
functions
:
# Switching crop type
cropSwitch
: 'c'
# Gaining selection wand
selectionWand
: 'w'
# Changing permission for players to break robot's crops
permissionChange
: 'p'
# Removing the robot
remove
: 'r'