Skip to main content

Region default config

default_flags

default_flags = ["break-blocks", "place-blocks"]

Defines the default flags applied to newly created Local Regions. Notes:

  • Values: list of flag identifiers
  • Applied only to local regions
  • default: []

dim_default_flags

dim_default_flags = ["spawning-animal", "no-pvp", "no-flight"]

Defines the default flags applied to newly created Dimensional Regions. Notes:

  • Values: list of flag identifiers
  • Works like default_flags but applies only to dimensional regions
  • default: []

default_region_priority

default_region_priority = 10

Sets the priority assigned to newly created Local Regions. Notes:

  • Values: integer
  • Only affects local/normal regions
  • Dimensional regions do not use explicit priorities
  • default: 10

default_region_priority_inc

default_region_priority_inc = 5

Defines the step size used by the interactive CLI when increasing or decreasing a region's priority. Notes:

  • Range: 11000
  • Used only for QoL shortcuts in CLI priority management
  • default: 5

cli_entries_per_page

cli_entries_per_page = 5

Sets the number of entries per page in CLI output for flags, regions, children, players, teams, and more. Notes:

  • Range: 515
  • Affects all paginated CLI listings
  • default: 5

*### dim_enable_new

dim_enable_new = true

Determines whether newly created Dimensional Regions are enabled by default. Notes:

  • Values: true / false
  • Controls activation state at creation time
  • default: true