promotional bannermobile promotional banner

VS: Ship Retrieval Service

A Addon for Valkyrien Skies to manage and name Ships (Delete, Tp, Freeze)

File Details

ShipRetrievalService-Fabric-1.1.0.jar

  • R
  • Mar 2, 2026
  • 6.73 MB
  • 169
  • 1.20.1
  • Fabric

File Name

ShipRetrievalService-Fabric-1.0.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:vs-ship-retrieval-service-1418825:7701701"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

All notable changes to Ship Retrieval Service are documented in this file.


[1.1.0] – 2025-02-15

Admin GUI (Ship Management)

  • Ship Management GUI with search, filter, and sort
  • View all ships: ID, position, dimension, status, owner, notes
  • Ship detail view with 3D block preview
  • Actions: Teleport to ship, Teleport ship here, Freeze/Activate, Delete (with confirmation)
  • Copy coordinates to clipboard
  • Reload button to refresh ship data and block preview

Ship Namer

  • Ship Namer item for players to name and tag their ships
  • Right-click on ship to open naming interface
  • Owner and notes fields for organization
  • Validation for allowed characters (a-z, A-Z, 0-9, _, -)

Hub / Anchor System

  • Hub Controller – Central block for managing ship call stations
  • Hub Extension – Docking slots for ship teleport destinations
  • Ship Anchor – Place on ships to pair with hub extensions
  • Hub Linker – Tool to connect anchors and extensions
  • Workflow: Anchor on ship → Linker → Extension at destination → Call ship
  • Configurable permissions: public open, public edit, public use, redstone
  • Offset & rotation settings per extension

Configuration

  • Forge: Config file at config/srs-common.toml
  • Fabric: Config file at config/srs.json + Mod Menu integration (Cloth Config)
  • Options: Language, command/admin permission levels, Ship Namer toggle
  • Teleport warning thresholds (distance, velocity)
  • Ship preview settings (max blocks, cache size)
  • Hub settings (max extensions, call cooldown, redstone)
  • Teleport animation duration and intensity

Cross-Dimension Support

  • Ship list shows ships from all dimensions (Overworld, Nether, End)
  • “To Ship” teleport works for ships in other dimensions
  • Ship data requests and block preview support cross-dimension ships

Auto-Delete Orphan Ships

  • Optional automatic cleanup of unnamed, unowned ships
  • Configurable interval (e.g. every 30 minutes)
  • Deletes ships with no custom name and no owner
  • Disabled by default

Translations

  • 10 languages: English, German, Spanish, French, Italian, Portuguese, Russian, Chinese, Japanese, Korean
  • All GUI elements, buttons, toasts, and error messages translated
  • Minecraft lang files: en_us.json, de_de.json
  • Chat messages use Minecraft’s translation system (follows client language)

Bug Fixes

  • Fixed corrupted characters on “Back” and “Reload” buttons (was “↔ and “⟳”)
  • Fixed “Offset saved” and “Rotation” chat messages always showing German
  • German chat messages now respect client language setting (English/Deutsch)

Commands

  • /srs ships – Open ship management GUI
  • /srs reload – Reload configuration
  • /srs debug – Debug tools (admin screen, ship list, etc.)
  • /srs toggle debug – Toggle debug mode

Dependencies

  • Valkyrien Skies 2 (Fabric/Forge 1.20.1)
  • Fabric: Cloth Config, Mod Menu (for config screen)

Version History

Version Date Notes
1.1.0 2025-02-15 May Include Bugs