Added possibility of specifying console commands to be executed upon right click cuffing
Added possibility of specifying console commands to be executed upon right clicking on a player in order to cuff them.
These commands can be specified here in the config as follows:
Code (YAML):
right-click-cuff-side-effect-commands
:
[
]
Each command can parse
{player} or
{dragee} to the name of the player being dragged and
{dragger} to the name of the playe doing the dragging.
You can specify as many commands as you wish.