Releases: Fi3w0/Fiw-Warp
Releases · Fi3w0/Fiw-Warp
Release list
v1.1.0
Added
enable_homesandenable_warpsconfig switches to turn the home and warp systems on or off
independently (thebacksystem already hadenable_back). Disabled systems hide all of
their commands and respond to/fiwwarp reload.- Player-created warps:
warps_players_can_createlets non-admins use/setwarpup to
max_warps_per_playereach (admins stay unlimited). Each warp remembers its creator —
non-admins can only/delwarp//editwarptheir own; admins can manage any warp. - Warp confirmation:
/warp <name>now prompts a clickable [Accept]/[Deny] message
before the warmup starts (like a teleport request), controlled bywarp_confirmation_enabled
andwarp_confirmation_seconds. New/warp acceptand/warp denycommands. Set
warp_confirmation_enabledtofalsefor the old instant behavior. - Separate cooldowns per command:
home_cooldown_seconds,warp_cooldown_seconds, and
back_cooldown_secondsreplace the singlecooldown_seconds, each ticking independently. - Visual polish for teleports:
vanish_particles_enabledadds an extra "poof" burst at the
spot a player teleports away from, andinstant_teleport_blindness_enabledgives a short,
purely cosmetic Blindness effect (instant_teleport_blindness_seconds, default 2s) on any
instant teleport (no warmup), so instant hops feel less jarring. - Every player-facing message is now customizable via a
messagesobject inconfig.json—
reword any text the mod sends, with{placeholder}tokens for dynamic values.
Changed
cooldown_secondswas replaced byhome_cooldown_seconds/warp_cooldown_seconds/
back_cooldown_seconds. If you had a custom cooldown set, re-apply it under the matching key.- Built jar files are now named
fiw-warp-fabric-*.jar/fiw-warp-neoforge-*.jar
(the loader mod id staysfiwwarp). - License changed to MIT.
Notes
warps.jsonfrom 1.0.0 loads and migrates automatically — existing warps keep working with
no owner (admin-managed), same as before.- Don't name a warp
acceptordeny; those are reserved/warpsubcommands./setwarpand
/editwarpnow reject those names, and the server logs a warning on startup if a warp with
a reserved name already exists from before the upgrade.