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 for any player
FALSEAvailable if granted separately (e.g., via LuckPerms)
OPAvailable for server operators
NOT_OPAvailable if granted separately (e.g., via LuckPerms)