This plugin renames sleeping bags and beds upon placement based on the grid location and surrounding biome, replacing the default 'Unnamed Bag' name.
Permissions
autobagrenamer.use
- Allows the player to have their sleeping bags automatically renamed.
Configuration
JSON:
{
"Version": "1.2.0",
"Rename Based On Grid": true,
"Rename Based On Biome": true,
"Rename Based On Landmark Proximity": true,
"Rename Based On Player Name": true,
"Bag Name Format": "{player} - {grid} - {biome} - {landmark}"
}
Rename Based On Grid
- Iftrue
, renames the bag based on the grid location.Rename Based On Biome
- Iftrue
, renames the bag based on the biome.Rename Based On Landmark Proximity
- Iftrue
, renames the bag based on the closest monument.Rename Based On Player Name
- Iftrue
, renames the bag to include the player's name.Bag Name Format
- The format used to name the bags, using placeholders for grid and biome.