World
The module responsible for the <world_prefix>
tag, i.e., for the world dimension color
⚙️ 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
Mode | Description |
---|---|
TYPE | The world is determined by its type name, for example, the normal world is normal |
NAME | The 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
Type | Explanation |
---|---|
TRUE | Available to any player |
FALSE | Not available to anyone, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to not server operators |