Flectone Logo FlectonePulse

World

Module responsible for the <world> tag, representing the world color

world


⚙️ Setting

Path message.yml → format.world
world:
  enable: true
  mode: "TYPE"
  ticker:
    enable: false
  values:
    default: "<color:#98FB98>"
    portals: "<color:#F08080>"
    forgotten_temple: "<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>


🔐 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