Links
Tags
Creators
Details
All versions
2.0.6.1
Release
Fake Player Plugin 2.0 (FPP) 2.0.6.14 days ago 485
Compatibility
Minecraft: Java Edition
26.3
26.2
26.1.x
1.21.x
Platforms
BungeeCord
Folia
Paper
Purpur
Velocity
Changes
Added - Minecraft 26.3 Support
CompatibilityChecker.isSupportedVersionnow accepts26.3.xalongside26.1.xand26.2.x. The unsupported-version warning and wiki version ranges now readup to 1.21.11, and 26.1.x–26.3.x.- Compile-time Paper dev bundle stays on
26.1.2.build.65-stable.
Fixed - Vanilla Bot Name Showing Over the Custom Nametag
- The team packets that hide a bot's vanilla over-head name were gated on
PacketHelper's unrelated tab-list reflection init, so if that init failed the hide was silently skipped and the vanilla name drew on top of the custom text_display tag. Those packets no longer depend on it. - Failures while sending the hide-team packets are now written to the debug log, and a failure to build the hide team logs a warning at startup instead of failing silently.
Added - Console & Command-Block Spawning
/fpp spawncan now be run from the server console and from command blocks, not just in-game - admin-tier (fpp.spawn) only, and--location <x> <y> <z> <world>is now mandatory for them since neither has a location of its own to fall back on. User-tier spawns (fpp.spawn.user) still require a real player: personal bot ownership, the per-player bot limit, and the spawn cooldown all key off a player's UUID, which console/command-block senders don't have.
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:oioBwOz4:UIssFQEf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oioBwOz4:UIssFQEf"
}

