Dimension
Module responsible for the <world_prefix> tag, representing the dimension color


⚙️ Setting
Pathmessage.yml → format.world
world:
enable: true
mode: "TYPE"
ticker:
enable: false
values:
normal: "<color:#98FB98>"
world: "<color:#98FB98>"
overworld: "<color:#98FB98>"
custom: "<color:#98FB98>"
nether: "<color:#F08080>"
the_nether: "<color:#F08080>"
world_nether: "<color:#F08080>"
the_end: "<color:#9370DB>"
world_the_end: "<color:#9370DB>"enable
Enables or disables the functionality of the module
mode
The mode for determining the world from those available
| Mode | Description |
|---|---|
TYPE | The world is determined by its type name; for example, a standard world is normal |
NAME | The world is determined by its folder name |
ticker
Updating every specific interval of time
values
A list of worlds and their corresponding <world_prefix>
🔐 Permissions
Pathpermission.yml → message.format.world
world:
name: "flectonepulse.module.message.format.world"
type: "TRUE"name
Permission name
type
Permission type
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to NON-operators of the server |
Last updated on
Edit on GitHub
FlectonePulse