Flectone Logo FlectonePulse

Dimension

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

world tab
world chat


⚙️ Setting

Path message.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

ModeDescription
TYPEThe world is determined by its type name; for example, a standard world is normal
NAMEThe 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

Path permission.yml → message.format.world
world:
  name: "flectonepulse.module.message.format.world"
  type: "TRUE"

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSEAvailable to no one, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to NON-operators of the server

Last updated on

Edit on GitHub

On this page

Authors of page