VoidItemSaver
Stops items from being lost to the void
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
VoidItemSaver
ItemVoidSaver is a lightweight utility plugin designed for servers which run plugins like Skyblock or SkyGrid. Instead of items being permanently deleted when they fall into the void, ItemVoid safely teleports them to a configurable recovery location.
Features
1. Prevents item loss in the void 2. Works with thrown items and death drops 3. Simple command to set recovery location 4. Easy to configure
Requires only one permission: itemvoid.setloc
Command (Usage | Description | Permission)
/itemvoid setloc - Sets the location of where items are teleported to - itemvoid.setloc
Configuration
The plugin includes a simple configuration file allowing full control over where items spawn and when they teleport.
config.yml ```
Y level considered "the void"
void-y: 0
Where items are sent when they fall into the void
recovery-location: world: world x: 0.0 y: 100.0 z: 0.0 yaw: 0.0 pitch: 0.0 ```