Config
messages
spawn-teleport-message
spawn-teleport-messagedefault: false
description: Sets whether a message will be sent when teleporting to the spawn.
join-quit-message
join-quit-messagedefault: true
description: Sets whether a message will be sent when a player joins or quite the server.
date-format
date-formatdefault: dd/MM/yyyy
description: Sets the date format that will be used throughout the plugin.
settings
update-checker
update-checkerdefault: true
description: Sets whether the plugin should check for possible updates and notfiy players if any are found.
scoreboard
scoreboarddefault: true
description: Sets whether the scoreboard component should be initiated. If set to
false, players will not be able to activate the scoreboard. Is not equivalent to the per-player setting!
archive
vanish
vanishdefault: true
description: Sets whether players should be hidden from other players and receive an invisibility effect in archived worlds.
change-gamemode
change-gamemodedefault: true
description: Sets whether a player's gamemode will be automaticcaly set (to the one provided by world-gamemode) when entering archive worlds.
world-gamemode
world-gamemodedefault: ADVENTURE
description: The gamemode which a player will be set to when entering archive worlds. Requires change-gamemode to be enabled.
disabled-physics
prevent-connections
prevent-connectionsdefault: true
description: Sets whether connections are to be prevented when world physics are disabled.
prevent-fluid-flow
prevent-fluid-flowdefault: true
description: Sets whether fluid flowing is to be prevented when world physics are disabled.
prevent-falling-blocks
prevent-falling-blocksdefault: true
description: Sets whether block falling to be prevented when world physics are disabled.
save-from-death
enabled
enableddefault: true
description: Sets whether a player will be saved from death if they fall into the void
teleport-to-map-spawn
teleport-to-map-spawndefault: true
description: Sets whether the player will be teleported to the map spawn if they receive void damage. If disabled, the player will be teleported 200 blocks upwards. Requires enabled to be set to true.
build-mode
drop-items
drop-itemsdefault: true
description: Sets whether a player can drop items while in "build mode" (
/build)
move-items
move-itemsdefault: true
description: Sets whether a player can move items (e.g. into a chest) while in "build mode" (
/build)
builder
block-worldedit-non-builder
block-worldedit-non-builderdefault: true
description: When enabled, players who are not a builder in a world, will not be able to use WorldEdit commands in said world.
navigator
item
itemdefault: CLOCK
description: The item to be used as the navigator.
give-item-on-join
give-item-on-joindefault: true
description: Sets whether the navigator should be given to a player on joining the server.
world
default
permission
publicdefault: -
description: The default permission public worlds have when created
privatedefault: worlds.%world%
description: The default permission private worlds have when created
time
sunrisedefault: 0
description: The time which is used when setting the time in a world to "sunrise".
noondefault: 6000
description: The time which is used when setting the time in a world to "noon".
nightdefault: 18000
description: The time which is used when setting the time in a world to "night".
worldboarder
sizedefault: 6000000
description: The size which the world board is set to on world generation.
difficulty
difficultydefault: PEACEFUL
description: The difficulty of a world which is used on generation.
gamerules
gamerulesdefault:
doDaylightCycle: false doMobSpawning: false doFireTick: falsedescription: A map of gamerules and their values which are to be automatically set.
settings
physicsdefault: true
description: Sets whether blocks have physics in the world. For example, if phyiscs are disabled, sand will not have gravity.
explosionsdefault: true
description: Sets whether explosions are allowed in the world.
mob-aidefault: true
description: Sets whether mobs have an AI in the world.
block-breakingdefault: true
description: Sets whether blocks are allowed to be broken in the world.
block-placementdefault: true
description: Sets whether blocks are allowed to be placed in the world.
block-interactionsdefault: true
description: Sets whether blocks are allowed to be interacted with in the world.
builders-enabled
default:
public: falseprivate: true
description: Sets whether only builders should be allowed to build in the world.
lock-weather
lock-weatherdefault: true
description: Sets whether the weather will be locked and will therefore not change.
invalid-characters
invalid-charactersdefault: ^\b$
description: Specify further characters to be removed from a world's name on creation.
import-all
delay
delaydefault: 30
description: Sets the amount of seconds between the import each world.
max-amount
public
publicdefault: -1
description: Sets the maximum amount of public worlds that are allowed to exist simultaneously. Set to -1 to disable.
private
privatedefault: -1
description: Sets the maximum amount of private worlds that are allowed to exist simultaneously. Set to -1 to disable.
unload
enabled
enableddefault: false
description: Sets whether worlds will automatically be unloaded after a given time when no players are present in the world.
time-untill-unload
time-untill-unloaddefault: 01:00:00
description: Sets the time until a worlds will automatically be unloaded.
blacklisted-worlds
blacklisted-worldsdefault:
- world
- world_nether
- worth_the_enddescription: A list of all worlds that will not be unloaded, even if there are no players present in the world.
deletion-blacklist
deletion-blacklistdefault:
- world
- world_nether
- worth_the_enddescription: A list of all worlds that cannot be deleted by any player.
backup
max-backups-per-world
max-backups-per-worlddefault: 5
description: The maximum amount of backups a world can have (limited to 18).
auto-backup
enableddefault: true
description: Sets whether worlds will be automatically backed up in a predefined interval.
intervaldefault: 900
description: The interval (in seconds) in which worlds are backed up automatically.
only-active-worldsdefault: true
description: Sets whether only active worlds (i.e. worlds with builders in them) will be backed up.
storage
typedefault: local
description: Defines where backups are to be saved to. Can be either
local(saved on the server),s3(saved on an S3 storage) orsftp(uploaded to a server)
s3 (only required when using S3)
url: If not using AWS S3, specify the S3 storage's URL.access-key: The access key required to access the S3 storage instance.secret-key: The secret key required to access the S3 storage instance.region: The region of the S3 storage instance.bucket: The bucket in which backups are to be stored.path: The path at which backups are to be stored within the bucket.
sftp (only required when using SFTP)
host: The server host.port: The server port.username: The username required to access the server.password: The password required to access the server.path: The path at which backups are to be stored on the server.
folder
override-permissions
override-permissionsdefault: true
description: Sets whether worlds will inherit a parent folder's permission.
override-projects
override-projectsdefault: false
description: Sets whether worlds will inherit a parent folder's project.
Last updated