Fabric /Spawn
Fabric /spawn is a server-side mod for Minecraft built on the Fabric platform that provides the /spawn command and various teleportation utilities. The mod utilizes the Blossom-Lib library for its operations.
Dependencies
For proper functionality, the mod requires the following dependencies:
- BlossomLib — essential library (required)
- fabric-permissions-api — optional permission system integration
- Permission management systems like LuckPerms (optional)
Configuration Settings
The configuration file is automatically generated during the first server startup with the installed mod. You can locate it at: config/BlossomMods/BlossomSpawn.json.
Key configurable parameters include:
teleportation— teleportation settings based on BlossomLib's TeleportationConfig standardsstandStill— time in seconds a player must remain stationary before teleportingcooldown— waiting period in seconds after using the teleportation command before it can be used againspawnPos— spawn point coordinates (X, Y, Z values)world— world identifier (e.g., overworld, the_nether)dimensionBlacklist— list of dimensions where players cannot set teleportation waypointsuseBlacklistAsWhitelist— option to convert blacklist into whitelistfallbackToPlayerSpawnPoint— use player's default spawn point if primary teleportation location is not configured
Acknowledgments
Special thanks to developer CodedSakura for creating the BlossomLib library and enabling its functionality within this mod.