Skip to content

World

The module responsible for the <world_prefix> tag, i.e., for the world dimension color
world tab
world chat

⚙️ Setting

📂 Path message.yml → format.world

⚖️ Default

yml
world:
  enable: true
  mode: TYPE
  values:
    normal: "<color:#98FB98>"
    nether: "<color:#F08080>"
    the_end: "<color:#9370DB>"
    custom: "<color:#98FB98>"
    world: "<color:#98FB98>"
    world_nether: "<color:#F08080>"
    world_the_end: "<color:#9370DB>"

enable

Enables or disables the functionality of the module

mode

The mode for determining the world from the available options

ModeDescription
TYPEThe world is determined by its type name, for example, the normal world is normal
NAMEThe world is determined by the name of its folder

values

List of worlds and their <world_prefix>

🔐 Permissions

📂 Path permission.yml → message.format.world

⚖️ Default

yml
world:
  name: "flectonepulse.module.format.world"
  type: TRUE

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSENot available to anyone, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to not server operators