Links
Tags
Creators
Details
Licensed Apache-2.0
Published 9 months ago
Updated yesterday
All versions
Paper-1.2.0
Release
Paper-1.2.0yesterday 4
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Paper
Changes
What's Changed
- feat(actions): enforce only dev can PR into master by @Jack-Underhill in https://github.com/Enderman-Grief-Control/Enderman-Grief-Control_Plugin-Mod/pull/1
- feat(paper): add admin command controls by @Jack-Underhill in https://github.com/Enderman-Grief-Control/Enderman-Grief-Control_Plugin-Mod/pull/4
- feat(fabric): add Mod Menu integration by @Jack-Underhill in https://github.com/Enderman-Grief-Control/Enderman-Grief-Control_Plugin-Mod/pull/5
- feat: resolve endermen stuck holding blocks by @Jack-Underhill in https://github.com/Enderman-Grief-Control/Enderman-Grief-Control_Plugin-Mod/pull/7
- feat: release stuck-holder handling across platforms by @Jack-Underhill in https://github.com/Enderman-Grief-Control/Enderman-Grief-Control_Plugin-Mod/pull/8
- feat(messaging): improve cross-platform announcements by @Jack-Underhill in https://github.com/Enderman-Grief-Control/Enderman-Grief-Control_Plugin-Mod/pull/9
- feat(ci): add build and release automation by @Jack-Underhill in https://github.com/Enderman-Grief-Control/Enderman-Grief-Control_Plugin-Mod/pull/10
- release: publish announcement and CI/CD updates by @Jack-Underhill in https://github.com/Enderman-Grief-Control/Enderman-Grief-Control_Plugin-Mod/pull/12
- fix(ci): harden release notes and Paper CurseForge publishing by @Jack-Underhill in https://github.com/Enderman-Grief-Control/Enderman-Grief-Control_Plugin-Mod/pull/13
- fix(ci): harden release notes and Paper CurseForge publishing by @Jack-Underhill in https://github.com/Enderman-Grief-Control/Enderman-Grief-Control_Plugin-Mod/pull/16
- Refactor game version handling in release workflow by @Jack-Underhill in https://github.com/Enderman-Grief-Control/Enderman-Grief-Control_Plugin-Mod/pull/17
- Release 1.2.0: better announcements and CI/CD publishing by @Jack-Underhill in https://github.com/Enderman-Grief-Control/Enderman-Grief-Control_Plugin-Mod/pull/18
New Contributors
- @Jack-Underhill made their first contribution in https://github.com/Enderman-Grief-Control/Enderman-Grief-Control_Plugin-Mod/pull/1
Full Changelog: https://github.com/Enderman-Grief-Control/Enderman-Grief-Control_Plugin-Mod/compare/Published...paper-v1.2.0
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:6jCDxmNc:bkIuXOtP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6jCDxmNc:bkIuXOtP"
}

