All versions
1.1.2
Beta
VanishIUM 1.1.2-Experimental Effects&more5 months ago 224
Compatibility
Minecraft: Java Edition
1.21.4ā1.21.11
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
VanishIUM 1.1.2
š¬ 4 New Animations
- [E] Meteor Strike ā Launch into the sky and slam down with a ground-shaking block wave. FallingBlock shockwave rings expand from impact point using actual terrain blocks.
- [E] Glass Shatter ā Bloody triple-helix that tightens around you before a crimson explosion. Unvanish summons a rising double blood spiral with pooling effects and smoke.
- [E] Delete Entity ā Glitch out of existence like a corrupted file. Matrix-green code rain, digital artifacts, and a fatal error screen.
- [SPECIAL] Celestial Singularity ā Three collapsing dimensional rings form a black hole singularity. Unvanish triggers a supernova flash and spawns animated angel wings behind the player.
Experimental animations are marked with
[E]in the GUI. Celestial Singularity is a[SPECIAL]edition animation.
š§ New Features
- Place/Break Block Toggle ā New vanish option to prevent placing/breaking blocks while vanished (disabled by default). Toggle via GUI or
/vium placebreak <on/off>. - PlaceholderAPI Integration ā Full support with 10+ placeholders:
%vanishium_is_vanished%,%vanishium_vanish_level%,%vanishium_vanished_count%,%vanishium_vanished_list%, and all per-player settings. /vium whois <player>ā View detailed vanish info about any player: status, level, animation, all toggle settings.- Item Pickup/Drop ā Renamed from "Item Pickup" to reflect that it also blocks item dropping.
š ļø Fixes & Improvements
- Adventure API Migration ā All deprecated BungeeCord/Spigot API calls replaced with modern Adventure components (action bars, titles, broadcasts, GUI inventory names).
- GUI Click-Through Fix ā Opening sub-menus (Options, Animations) from GUI no longer causes phantom clicks in the new menu.
- GUI Open Sound ā Added missing chest open sound when opening
/vium gui. - Fixed Particle.FLASH crash ā Replaced
FLASHparticle (requires Color data in 1.21) with compatible alternatives. - Raid Omen for 1.21 ā Added
RAID_OMENpotion effect check alongsideBAD_OMENfor modern raid mechanics. - HideAdvancementMessages ā Replaced fragile reflection hack with native Paper API.
- Zero hard-coded messages ā Every single message is now editable via lang files.
- Registry-based Enchantments ā Replaced deprecated
Enchantment.INFINITYwithRegistry.ENCHANTMENT.get(). - AsyncChatEvent ā Migrated from deprecated
AsyncPlayerChatEventto Paper'sAsyncChatEvent.
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:YJ9shDTq:y2RzbGt1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YJ9shDTq:y2RzbGt1"
}

