Skip to main content
Version: 4.0.x

⚙️ Configuration

Toggle commands

helpful_commands.command.hc.config.command.state

Using commands

Use the following command to check a command's current state:

  • /hc config command state <hc_command>

Use the following command to change a command's state:

  • /hc config command state <hc_command> [new_state]
Arguments
  • <hc_command> - the specific Helpful Commands command (e.g., coinflip or explosion).
  • [new_state] - the desired state (false = Disabled, true = Enabled).

Using the command list

Use the /hc commands command to print the command list:

commands-state-example

The list displays the state of each command: a red X indicates the command is disabled, while a green checkmark indicates it is enabled.

Enabling or disabling a command is as simple as clicking the green checkmark or the red X.

Config fields

helpful_commands.command.hc.config.field

Query, set, or reset values

Using commands

Use the following commands to manage individual config fields:

  • Query value: /hc config field <config_field> query
  • Update value: /hc config field <config_field> set <new_value>
  • Reset to default: /hc config field <config_field> reset
Arguments
  • <config_field> - the specific config field (e.g., home_tp_cooldown or explosion_power_limit).
  • <new_value> - the new value.

Using the config field list

Use the /hc config field command to print the config field list:

config-field

Hover over a config field to view its description and default value. The current value is displayed after the field's name.

Use the Edit and Reset buttons to modify or reset a value.

List

max_homes

The maximum number of homes that each player can have

  • Default value: 5
  • LuckPerms meta support: Yes

home_tp_cooldown

The cooldown time after teleporting to a home before the player can teleport again (in seconds)

  • Default value: 0
  • LuckPerms meta support: Yes

tpr_request_timeout

The amount of time the receiving player has to respond to a teleport request before it expires (in seconds)

  • Default value: 60
  • LuckPerms meta support: No

tpr_request_cooldown_on_accepted

The cooldown time before a player can send another teleport request after one is accepted (in seconds)

  • Default value: 0
  • LuckPerms meta support: Yes

tpr_request_cooldown_on_cancel

The cooldown time before a player can send another teleport request after cancelling one (in seconds)

  • Default value: 0
  • LuckPerms meta support: Yes

explosion_power_limit

The maximum power allowed for the /explosion command. Higher values are destructive and may cause lag

  • Default value: 5
  • LuckPerms meta support: Yes

fireball_power_limit

The maximum power allowed for the /fireball command. Higher values are destructive and may cause lag

  • Default value: 5
  • LuckPerms meta support: Yes

jump_distance_limit

The maximum distance a player can teleport using the /jump command

  • Default value: 2048
  • LuckPerms meta support: Yes

killitems_max_range

The maximum range within which the /killitems command can remove items

  • Default value: 128
  • LuckPerms meta support: Yes