Fabric Spawn
Server-Sided Fabric mod which adds /spawn command, and uses BlossomLib for a slick experience and a wide array of configurable options.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Fabric Spawn
Fabric /Spawn
Fabric /spawn is a Server-Side Minecraft Fabric mod using Blossom-Lib that provides /spawn command and utilities
Table of contents
- Dependencies - Config - Credits
Dependencies
* BlossomLib * fabric-permissions-api / LuckPerms / etc. (Optional)
Config
This mod's config file can be found at `config/BlossomMods/BlossomSpawn.json`, after running the server with the mod at least once.
`teleportation`: TeleportationConfig - teleportation settings `standStill`: int - (seconds), how long the player has to stand still before being teleported `cooldown`: int - (seconds), how long the player has to wait after teleporting using this command, before being able to teleport again `spawnPos`: X: double X coordinate etc... `world`: String - world registry key - like overworld, or the_nether `dimensionBlacklist`: String[] - a list of dimension ids (like `minecraft:the_end`) in which a player can't set a home `useBlacklistAsWhitelist`: boolean - invert blacklist to function as a whitelist `fallbackToPlayerSpawnPoint`: boolean - use player spawn point if no default home set
Credits
Huge thanks to CodedSakura for making BlossomLib! Go check out their mods now.