Tags
Creators
Details
paper-1.0.0
Compatibility
Changes
StageCam Paper 1.0.0
Initial release of the StageCam companion Paper plugin.
What this is
A server-side Paper plugin that brings StageCam commands to Paper servers. Players still need the StageCam Fabric mod installed on their client for the camera view to work.
Features
/setcam <1-9> [set] [name]โ Save current position as a camera/cam <1-9> [set]โ Activate a camera/cambackโ Deactivate current camera/listcams [set]โ List cameras in a set/delcam <1-9> [set]โ Delete a camera/renamecam <1-9> <name>โ Rename a camera- Camera positions saved per player in YAML files on the server
Requirements
- Paper 1.21.4
- Players need StageCam Fabric mod on their client
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:6icl9XjU:L7jxUUZq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6icl9XjU:L7jxUUZq"
}

