All versions
1.0.2-PLUGIN
Release
Custom Skyboxes PLUGIN 1.0.21 hour ago 2
Compatibility
Minecraft: Java Edition
26.2
1.21.11
1.21.8
1.21.4–1.21.5
1.21.1
1.20.4
1.20.1
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
CustomSkyboxesPlugin 1.0.2
- First release
- Control CustomSkyboxes from the server for
@a, any selector or a single player - Commands:
set,clear,biome set,biome clearandreload - Same arguments as the client command, including
speedandrotation - Tab completion for types, textures and arguments
- Players without the mod are skipped and listed in the command feedback
- Permission:
customskyboxes.admin(op by default) - Supports Paper/Spigot 1.20.1 – 1.21.11 and 26.x
- Requires CustomSkyboxes 1.0.2+ on the client (Fabric, NeoForge or Forge) and the textures in the players' resource pack
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:PJflrYWw:9TzdkaCz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PJflrYWw:9TzdkaCz"
}

