All versions
1.2.0
Release
SetSpawn/SetLobbylast year 9,465
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Bukkit
Paper
Spigot
Changes
Changelog
All notable changes to this project will be documented in this file.
[1.2.0] β 2025-06-25
Added
- ποΈ
/spawnreloadcommand to reloadconfig.ymlat runtime without restarting the server. - π Configurable reload message and sound via
messages.reloadandsounds.reload.
[1.1.0] β 2025-06-24
Added
- βοΈ Auto-Teleport on Join
- Players are sent to the lobby on join by default.
/toggleautojointo enable/disable auto-teleport.
- β±οΈ Cooldown & Delay
- Global per-player cooldown (
teleport-cooldownin seconds) for/spawn,/lobby, and/hub.
- Global per-player cooldown (
- π Configurable Messages & Sounds
- All feedback text under
messages.*inconfig.yml. - All sound effects under
sounds.*inconfig.yml.
- All feedback text under
- π
/hubAlias for/lobby.
[1.0.0] β 2025-06-20
Added
- π° Basic Spawn & Lobby
/setspawn&/spawn/setlobby&/lobby
- π¦ Persists locations in
config.yml. - ποΈ Simple permissions:
setspawn.setfor settingsetspawn.usefor teleporting
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:P7GRiWtK:Vu138e33"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P7GRiWtK:Vu138e33"
}

