Tags
Creators
Details
Licensed ARR
Published 9 months ago
Updated 2 weeks ago
All versions
2.8
Release
WispSMP 2.84 months ago 3,208
Compatibility
Minecraft: Java Edition
1.21.4–1.21.11
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
Linking Items
- Added Thing 1 (Blaze Rod) and Thing 2 (Amethyst Shard), two linking items that bind two players together when each holds one
- Linked players share beneficial potion effects from drinking or splash potions
- Linked players share food level gains when eating
- Linked players cannot die. Lethal damage is negated and a totem effect is simulated instead. If both linked players take lethal damage within 3 seconds, both die
- A player holding one linking item cannot pick up the other
- Added /linkthing <1|2> [player] (op) to give linking items
Book of Knowledge, Point of Origin
- Added /setorigin command. Saves your current coordinates as your Point of Origin
- Clicking the () in the wisp book teleports you to saved origin coordinates
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:kxWJ4qUN:DDasJH1T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kxWJ4qUN:DDasJH1T"
}

