Blossom-series /warp command and utilities
BlossomWarps is a Minecraft Fabric mod in the Blossom-series mods that provides /warp command and utilities
This library's config file can be found at config/BlossomMods/BlossomWarps.json, after running the server with
the mod at least once.
teleportation: TeleportationConfig -
teleportation settingsstandStill: int - (seconds), how long the player has to stand still before being teleportedcooldown: int - (seconds), how long the player has to wait after teleporting using this command, before
being able to teleport again
/warp <warp> - alias of /warp <warp> {self}blossom.warps.warp (default: true)/warp <warp> <who> - teleport a player to a warp point called <warp>blossom.warps.warp.others (default: OP level 2)/warps - alias of /warps listblossom.warps.warps (default: true)list - list all available warpsadd <name> [<position> <rotation>] [<dimension>] - add a warp called <warp> in <dimension> at <position><rotation>. If position/rotation or dimension not provided, executors position will be used.blossom.warps.add (default: OP level 2)remove <name> - removes a warp called <name>blossom.warps.remove (default: OP level 2)add-global <name> - add warp as global warp (accessible with /<name> after server restart, behavior not defined/<name> already exists)blossom.warps.add.global (default: OP level 2)blossom.warps.global.<name> (default: true)only keys with available arguments are shown, for full list, please seesrc/main/resources/data/blossom/lang/en_us.json
blossom.warps.add: 1 argument - warp nameblossom.warps.add.failed: 1 argument - warp nameblossom.warps.remove: 1 argument - warp nameblossom.warps.remove.failed: 1 argument - warp nameblossom.warps.list.header: 1 argument - dimension nameblossom.warps.list.item: 1 argument - warp nameblossom.warps.list.item.description: 8 arguments - warp name, warp owner UUID, warp dimension key, warp x, warp y,blossom.warps.list.dimension.empty: 1 argument - dimension namezh_cn (Chinese, Simplified), zh_tw (Chinese, Traditional) - added by @BackWheel