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 for any player |
FALSE | Available if granted separately (e.g., via LuckPerms) |
OP | Available for server operators |
NOT_OP | Available if granted separately (e.g., via LuckPerms) |