Enable Furniture Variables
Please add functionality to enable furniture to store variables. Something like a furniture variable scope. Combined with onChat, this would allow furniture like signs to have player input messages. Possible example config below:
FurnitureSkills:
- message{m=Enter Message} @trigger ~onBlockPlace
- message{m="<furniture.var.message>"} @trigger ~onInteract
- onChat{onChat=setvariable{var=furniture.message;value=<skill.var.input>;type=STRING};d=200} @trigger ~onBlockPlace