8000 Configuration · rockquiet/Spawn Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Configuration

rockquiet edited this page Feb 25, 2025 · 14 revisions

Options

plugin:

update-checks

Default value: true

Description: Checks for plugin updates on server start

list-type

Default value: disabled

Possible values:

  • disabled : world-list is not used
  • blacklist : the plugin will not work in worlds listed below
  • whitelist : the plugin will only work in worlds listed below

Description: Mode that the world-list should use

world-list

Default values: "none"

Example:

world-list:
  - ExampleEntryForWorldList
  - AnotherExampleWorld

Description: A list of worlds where the plugin should or should not work

gamemode-restricted

Default value: false

Description: Restrict the usage to specific game modes (only for players teleporting themselves)

gamemode-list

Default values: "none"

Possible values: SURVIVAL, ADVENTURE, CREATIVE, SPECTATOR

Example:

gamemode-list:
    - Survival
    - Adventure

Description: A list of worlds on which the plugin should or should not work


use-player-head-rotation

Default value: false

Description: Use the player's current head rotation instead of the defined one (spawn location) on teleport


fall-damage

Default value: false

Description: Toggle if the player takes fall damage on teleport


teleport-on-join:

Default value: false

Description: Teleports the player to spawn when joining the server

only-first-join

Default value: false

Description: Teleports the player to spawn only when joining the server for the first time


teleport-cooldown:

Default value: true

seconds

Default value: 10

Description: How long the player has to wait before teleporting to spawn again


teleport-delay:

Default value: true

seconds

Default value: 3

Description: How long the player has to wait before being teleported to spawn

cancel-on-move

Default value: true

Description: Toggle if the teleport delay should be canceled if the player moves

blindness

Default value: false

Description: Toggle if the player should get the blindness effect during delay

Note: this may not work properly with very short delay times.


teleport-out-of-void:

Default value: false

Description: Teleports the player to spawn when falling into the void

check-height

Default value: -64

Description: The height at which the player gets teleported out of the void


teleport-on-respawn:

Default value: false

Description: Teleports the player to spawn on death

ignore-bed-spawn

Default value: false

Description: Toggle if the bed spawn-point of the player should be ignored

ignore-anchor-spawn

Default value: false

Description: Toggle if the respawn anchor spawn-point of the player should be ignored


teleport-on-world-change:

Default value: false

Description: Teleports the player to spawn if they enter a world other than the spawn world

check-on-join

Default value: false

Description: Toggle if the world should also be checked on join.

This can interfere with teleport on join


particles:

Default value: true

particle

Default value: PORTAL

Description: Which particles to spawn on teleport

Particles: Latest Version / 1.8

amount

Default value: 40

Description: The number of particles to spawn


sounds:

Default value: true

sound

Default value: ENTITY_ENDERMAN_TELEPORT

Description: Which sound to play on teleport

Sounds: Latest Version / 1.9 - 1.21 / 1.8

volume

Default value: 1.0

Description: The volume of the sound

pitch

Default value: 1.0

Description: The pitch of the sound


Messages

Formatting

MiniMessage is supported on 1.18.2+ Paper based servers.

Legacy Formatting with & codes is supported on all server types and versions.


Features

Any message can be disabled by setting it to ''.

Remove %prefix% from a message if it should not use it.

0