Bail Configuration

Template

  bail_command: "eco take %target% %amount%"
  refund_command: "eco give %target% %amount%"

bail_command - This is the command which will be operated when a player tries to bail a player out of the jail.

refund_command - This is the command which will be operated when bailing a player failed or something went wrong during the process.

%target% - This means the command will be performed on that player who tried to bail a player.

%amount% - This means the bail amount.

These two commands must be edited according to the commands of what plugin you're using.

Example Configuration-

  bail_command: "economy take %target% %amount%"
  refund_command: "economy give %target% %amount%"

The commands should be adjusted according to the economy plugin you're using.

Last updated