Welcome to the documentation for Simple Spawn! This plugin is designed to easily set and manage a spawn point.
Installation
1.
Download
- Obtain the latest version of Simple Spawn from Spigot.
2.
Installation
- Drop the plugin JAR file into your server's "plugins" folder.
3.
Restart Server
- Restart or reload your server to enable the plugin.
Configuration
The plugin's configuration file (config.yml) allows you to customize various aspects of its behavior. Here's an overview:
Code (YAML):
# Configuration Values
spawn-cooldown
: 10
use-combatlogx
: true
# Messages. Leaving them blank will not show them.
teleporting-message
: '&7Teleporting in
%spawn-cooldown% seconds. Please remain still.'
config-reload-message
: '&7Configuration reloaded successfully.'
spawn-set
: '&aSpawn location set.'
spawn-unset
: '&4Spawn location unset. Set a spawn using /setspawn.'
teleport-canceled
: '&cTeleportation canceled. Movement detected.'
teleport-completed
: '&aTeleportation completed.'
in-combat-combatlogx
: '&cUnable to teleport during combat. Please wait until combat ends.'