
Geos VQoL Mod
Introduction
This project is designed primarily for Minecraft servers and introduces various adjustments to standard game mechanics through a flexible configuration system to make gameplay more comfortable and enjoyable.
Main Features
Void Teleportation
If you accidentally fall into the Void and take damage - no worries! There's a 50% chance you'll be teleported to the Overworld at coordinates 16X, 600Y, 16Z. This feature prevents item loss when falling into the emptiness.
Chest Graves
No more worrying about losing items after death! Instead of dropping items on the ground, they'll be safely stored in special chests. The system accounts for height limits: chests appear at Y=-64 when dying below this level and at Y=255 when above the maximum height.
Looting for Bows
Tired of constantly switching weapons to use the outdated looting mechanic with bows? Now you can directly apply Looting enchantments to bows through an anvil and get increased loot from arrows.
Constant Repair Cost
One of the most annoying aspects of using an anvils is the constantly increasing repair cost. Now the price is fixed at 1 experience level, and the enchantment application process is optimized to save resources.
Normal Item Names
After renaming in an anvil, item names no longer become italicized - they remain in the standard white font, like regular items.
Management Commands
A special command /gvqol
is available with two parameters:
status
- shows the current state of all enabled and disabled mod featuresreload
- allows administrators to reload the configuration file
Configuration
The configuration file is located at config/gvqol.json
. Parameters can be easily modified according to your server's needs.
Default settings include:
{
"voidTravel": true,
"chestGraves": true,
"bowLooting": true,
"anvilCost": true,
"anvilRename": true
}