Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published last month
Updated 3 weeks ago
All versions
2.2-beta
Beta
New Bedwars 2.2-beta3 weeks ago 155
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
Platforms
Paper
Spigot
Changes
[2.2-beta] — 2026-07-09
Added
- Void deaths drop resources — dying to the void without a player attacker now drops your iron/gold/diamond/emerald at your last standing position instead of losing them
- Hunger disabled in arenas
- Locator Bar disabled in arenas — the new XP-bar player tracker (26.x+) is turned off on arena worlds
/bw setGeneratorLeveling <configId>— pick whichgenerators/*.ymlconfig an arena uses, from setup mode
Fixed
- Portable Tower direction — the ladder/entrance now face back towards the player instead of a hardcoded direction
- Fast-buy reset — added a "Reset All" button to the Fast-Buy Customizer GUI, and fixed it (and plain Save) falling back to the YAML defaults correctly
- Fast-buy default grid misaligned —
exampleShop.yml's default fast-buy items are now under the correct category columns - Missing translations — portable tower, fast-buy, and leaderboard/stats/profile messages are now localized
- Missing permissions — added
newbedwars.bw.stats,.profile, and.leaderboard - Lobby location reverting on restart — was being read before worlds finished loading at
STARTUP; now loaded lazily
Changed
- Renamed
exampleGui.yml/exampleGui2.ymltoexampleShop.yml/exampleUpgrade.yml - Redesigned the default upgrade GUI — bordered layout, quick-access Home/Traps buttons in the header, and a Home button in the footer so there's a way back out of the Traps page
Removed
/bw setupGuiscommand — never did anything usefulOtherGeneratorsconfig section — was never actually wired up, so it did nothing
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:e6sbnIml:WbQQxrCy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e6sbnIml:WbQQxrCy"
}

