Description
ChestRangeMod
Extends the range at which crafting benches can pull materials from nearby chests.
- Easy to use - Just
/cr 50 50 200, no flags or complicated syntax - Live updates - Changes apply instantly, no restart needed
- Permission controlled - Only OPs can modify settings; anyone can view
- Auto-saves - Your settings persist automatically
Installation
1: Download chestrangemod-x.x.x.jar
2: Drop it in your world's mods folder:
%AppData%\Hytale\UserData\Saves\[YourWorld]\mods
3: Done. Default settings work immediately.
Usage
In-Game Commands
| Command | Description | Permission |
|---|---|---|
/chestrange |
View current settings | None |
/chestrange <horizontal> <vertical> <limit> |
Update settings | OP |
/cr |
Shorthand alias | None |
Examples:
/chestrange → Shows your current radius and limit
/chestrange 50 25 500 → Sets 50 block horizontal, 25 vertical, 500 chest limit
/cr 30 15 300 → Same thing, shorter command
Changes apply instantly and persist through server restarts.
>** Note: To modify settings in-game, you need OP permissions. Use /op YourUsername from the server console or as an existing OP to grant access.**
Config File (Alternative)
Prefer editing files directly? After first launch, find your config at:
mods/ChestRangeMod_ChestRangeMod/config.json
{
"horizontalRadius": 20,
"verticalRadius": 10,
"chestLimit": 200
}
Settings
| Setting | Description | Default | Vanilla |
|---|---|---|---|
horizontalRadius |
How far to search on X/Z axes | 20 | 6 |
verticalRadius |
How far to search on Y axis | 10 | 14 |
chestLimit |
Maximum chests to check | 200 | 200 |
