Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
Updated last month
All versions
5
Release
Roguelike Test 2.3 (R5)last year 52
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.10-rc1
1.21.8–1.21.9
Platform
Data Pack
Changes
Plate Havoc | RT 2.3 - First Modrinth Release
Additions
Modifiers
- Modifiers change the game in some way, affecting how players play. Can be customized for modes.
Format; [] List entry
ididentifier,descriptionstores SNBT text,functionfunction to run,metadataextra data.
Bedrock support
- Added support for Bedrock edition.
/trigger plate_havoc.t.bedrock_compatibility set value <n> nhas0disabled,1enabled. Fallbacks to0
Event Notifier Modes
- Change how events are notified.
/trigger plate_havoc.t.event_notifier_modeset value <n> nhas0only displays in chat,1displays both in chat and via bossbar,2only displays via bossbar, any other value will hide the notifier.
Tutorial
- Added tutorial that is prompted upon first time playing.
Cards
- Voters of a selected card is now displayed in chat.
exclusivefield that is a list, containing the cards to remove upon selection. Attached below is the format;exclusive:[{id:enraged},{id:test_card4}]metadata- Added some new Upgrades and Curses.
Events
- Added plenty of Events.
metadata
Console
- Added ways to remove cards and force an random event.
Changes
- More damage types no longer have impact and knockback.
- Some Events been balanced.
- Change Cyclathron economy.
- Players spawn, facing towards 0, 0
Fixed
- Duplication of Event Message if the chosen event ran the restart function.
- Game overflows if no events left in the pool when running an event.
- Attributes kept if player re-joined at specific moments.
- Spectators bypassed item removal on game start by dropping items.
- Inventory kept if re-joined before game start
- SOTF winner not announced
- Players with ping can select a card more than intended and skip curses
- Plate not regenerating from obstructed spawn.
- Black Holes kill spectators.
- Card Runner didn't account for types inside types.
- Running multiple card types in same function causes unintended behaviour.
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:ILfG53Py:PzovXgrz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ILfG53Py:PzovXgrz"
}

