Internet Explorer
Internet Explorer is not supported. Please upgrade to a more modern browser.
/setspawn to set the server spawn location/spawn with configurable delay and movement/damage cancellation{player} and {count} (total join count)RRGGBB everywhereSpawnModule.jar into the modules folder:plugins/GateWayMC-Core/modules//gatewaycore reloadgatewaycore reloadspawn-config.yml is generated automatically in plugins/GateWayMC-Core/modules/Spawn/| Command | Description | Permission (configurable) |
|---|---|---|
/spawn |
Teleport to spawn (with optional delay) | spawnmodule.spawn |
/setspawn |
Set the server spawn location at your position | spawnmodule.setspawn |
/delspawn |
Delete the current spawn location | spawnmodule.delspawn |
spawn-config.yml. You can set them to any node, or leave empty to allow everyone.| Default Node | Command | Default |
|---|---|---|
spawnmodule.spawn |
/spawn |
none (all players) |
spawnmodule.setspawn |
/setspawn |
op |
spawnmodule.delspawn |
/delspawn |
op |
# Spawn module configuration
teleport-delay: 3
teleport-on-first-join: true # Teleport new players to spawn on first join
update-check-enabled: true
# PlaceholderAPI support (auto-enabled if detected)
placeholderapi-enabled: false
# Permissions (set to empty to disable permission check)
permissions:
spawn: "spawnmodule.spawn"
setspawn: "spawnmodule.setspawn"
delspawn: "spawnmodule.delspawn"
# Welcome Messages
welcome:
enabled: true
first-join:
- "&8&m---------------------------------------"
- " &6&lWELCOME &e{player} &6&lTO THE SERVER!"
- " &7You are player &e#{count} &7to join us."
- "&8&m---------------------------------------"
regular-join:
- "&8[&a+&8] &7Welcome back, &e{player}!"
# Messages
messages:
no-permission: "&cYou don't have permission to use this command."
no-spawn: "&cSpawn is not set."
spawn-set: "&aSpawn location set."
spawn-deleted: "&cSpawn location deleted."
teleporting: "&aTeleporting to spawn..."
teleport-delay: "&aTeleporting in &e{seconds} &aseconds. Don't move!"
teleport-cancelled-move: "&cTeleport cancelled because you moved."
teleport-cancelled-damage: "&cTeleport cancelled because you took damage."
player-only: "&cThis command can only be used by players."
teleport-delay – seconds the player must stand still before teleporting (0 = instant)teleport-on-first-join – if true, new players are teleported to spawn immediately after joining (no delay, no message)update-check-enabled – toggles the startup update checkerplaceholderapi-enabled – set to true to enable placeholders in messages (auto‑enabled if PlaceholderAPI is detected)permissions – permission nodes for each command (leave empty to allow all)welcome – lists of lines sent on first join and regular join; supports {player} and {count} placeholdersmessages – all other texts; supports {seconds}, {cost} etc. (cost not used in this module){player} – the player's name (not a PAPI placeholder, but replaced manually){count} – total number of players who have ever joined the server&aWelcome, %player_name%! You are the {count}th player!& colour codes and hex colours with RRGGBB. Examples:&6&lWELCOME – gold bold textAAFF&lSPAWN – blue gradient headingspawn-config.yml under the spawn key. data.yml inside the module folder.