Placeholders
Some placeholders are part of the plugin, others require PlaceholderAPI
Table of Contents
Integrated Placeholders
Integrated placeholders are placeholders that come included with the plugin and do not require any external dependancies. They can be used in messages.yml
.
The default layout for all placeholder part of the plugin itself is %<value>%. However, these placeholders cannot be used in all messages found in messages.yml
.
The message must already contain the placeholder by default or be the scoreboard
or world_item_lore
World builders
Returns the list of builders in the world.
Not available for the scoreboard
World creator
Returns the world's creator.
World creation date
Returns the world's creation date.
World permission
Returns the permission needed for the world.
World project
Returns the world's project.
World status
Returns the world's status (e.g. In Progress, Archive, etc.).
World name
Returns the name of the world.
PlaceholderAPI Placeholders
There are two main types of placeholders that are provided to the PlaceholderAPI:
Settings Placeholders
World Placeholders
The difference between both can be found out in the following.
Settings Placeholders
The default layout for a settings placeholder is %buildsystem_settings_<settings>%
For more information on each setting, look here.
Navigator Type
Glass Color
World Sort
Clear Inventory
Disable Interact
Hide Players
Instant Place Signs
Keep Navigator
Night Vision
NoClip
Place Plants
Scoreboard
Slab Breaking
Spawn Teleport
Open (Trap-)Doors
World Placeholders
The default layout for a world placeholder is %buildsystem_<value>%.
If a world is not specified by using the format %buildsystem_<value>_<world>% then the world the player is currently in will be used.
Block breaking
Returns whether or not blocks can be broken in the world.
Block placement
Returns whether or not blocks can be placed in the world.
World builders
Returns the list of builders in the world.
Builders enabled in world
Returns whether or not the builders feature is enabled in the world.
World creation date
Returns the world's creation date.
World creator
Returns the world's creator.
World creator ID
Returns the UUID of the world's creator.
Explosions
Returns whether or not explosions are enabeld in the world.
World loaded
Returns whether or not the world is loaded.
World material
Returns the world's material which is shown in the navigator.
MobAI
Returns whether or not mobs have an AI in the world.
World permission
Returns the permission needed for the world.
World visibility
Returns the world's visibility (private or public).
World project
Returns the world's project.
World physics
Returns whether or not physics are enabled in the world.
World spawn
Returns the world's spawn.
World status
Returns the world's status (e.g. In Progress, Archive, etc.).
World type
Returns the world's type (e.g. Normal, Flat, Nether, etc.).
World name
Returns the name of the world.
Last updated