Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Fabric /Spawn
Fabric /spawn is a Server-Side Minecraft Fabric mod using Blossom-Lib that provides /spawn command and utilities
Table of contents
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.