
BlossomHomes
BlossomHomes is a Minecraft Fabric mod that belongs to the Blossom mods family and provides players with a convenient home teleportation system through commands.
Dependencies
Required installations for the mod to work:
- BlossomLib (mandatory dependency)
- fabric-permissions-api or LuckPerms (optional, for permission management)
Configuration Settings
The configuration file is automatically created after the first server startup with the mod and is located at config/BlossomMods/BlossomHomes.json
.
Main configuration parameters:
teleportation
- teleportation settingsstandStill
- time in seconds the player must stand still before teleportationcooldown
- waiting time in seconds between teleportation usesdefaultHome
- default home point namestartHomes
- initial maximum number of home pointsdimensionBlacklist
- list of dimensions where homes cannot be set (e.g.,minecraft:the_end
)useBlacklistAsWhitelist
- convert blacklist to whitelistfallbackToPlayerSpawnPoint
- use player spawn point when no home is set
Commands and Permissions
Main Commands:
/home [<name>]
- teleport to specified home point (permission:blossom.home
)/sethome [<name>]
- create home point (permission:blossom.home.set
)/sethome <name> <position> <rotation>
- create home at specified position (permission:blossom.home.set.pos
)/sethome <name> <position> <rotation> <dimension>
- create home in specific dimension (permission:blossom.home.set.dim
)/delhome [<name>]
- delete home point (permission:blossom.home.remove
)/listhomes
- view list of all homes (permission:blossom.home.list
)
Commands via /homes
:
/homes list
- equivalent to/listhomes
/homes set
- equivalent to/sethome
/homes add
- alternative to/sethome
/homes delete
- equivalent to/delhome
/homes remove
- alternative to/delhome
/homes set-max <new-max> <players>
- set maximum number of homes for players/homes load-legacy [<overwrite>]
- import homes from FabricHomes
Translation Keys
The mod supports localization through language files. Main translation keys include messages about home lists, creation, deletion, and setting maximum home counts. Simplified and Traditional Chinese languages are supported.