Variables

Variables feature allows you to assign per player a variable or for all players a variable.

Example config with both types changeable and static

randomfortune:
  type: static
  value: "%edprison_random_1-10%"
jackhammer_message:
  type: changeable
  value: "false"

Static Type

This means that the variable will be the same for all the players. You can apply placeholders though.

Changeable Type

This means that each player will have a custom variable. You can set it with /variable set <player> <variable> <value> or /variable unset <player> <variable>.

Last updated