Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Velocity Sign Link
PluginLicenseRef-GPL-3.0-only

Velocity Sign Link

An Open-source Minecraft plugin to send players to other velocity servers with signs. Made by BasisZock

183
Downloads
1
Followers
11 months ago
Updated
📦
4
Versions
managementtechnologyutilitypaperspigot
Download Latestv1.3View on Modrinth

📖About Velocity Sign Link

Velocity Sign Link

A lightweight Paper/Spigot plugin for Velocity that allows players to use signs to connect to other servers.

Features

  • Save Signs: Use /savesign <serverName> to configure a sign with its target server.
  • Retrieve Sign Data: Use /getsign to read a sign's data.
  • Delete Sign Data: Use /deletesign to remove the configuration from a sign.
  • Cooldown Management: Use /signcooldown <milliseconds> to set a global cooldown for sign usage.
  • Customizable Cooldown Display: Option in config.yml (display_below_one_second_as_one) to show cooldowns less than 1 second as "1 second".
  • Conditional "No Data Found" Message: Control the visibility of the "No Data found for this sign" message using the VeloSign.nomessage permission.
  • Database Integration: Utilizes SQLite to store sign data.
  • Velocity/BungeeCord Integration: Leverages plugin messaging to send players between servers.

Installation

  1. Download the plugin jar.
  2. Place the jar in your server's plugins folder.
  3. Restart or reload your server.
  4. Edit plugins/VelocitySignLink/config.yml as needed.

Configuration

Located in plugins/VelocitySignLink/config.yml:

  • display_below_one_second_as_one: (Default: true)
    If set to true, any cooldown that is less than 1 second (e.g., 0.2, 0.6 seconds) will be displayed to the player as "1 second". If false, it will display as "0 seconds".
  • cooldown: (Default: 1000)
    The cooldown between the usage of a sign.

Commands

  • /savesign <serverName>
    Saves the target server for the sign you’re looking at. Requires VeloSign.command.savesign or VeloSign.admin.

  • /getsign
    Retrieves the data of the sign you are looking at. Requires VeloSign.command.getsign or VeloSign.admin.

  • /deletesign
    Deletes the data of the sign you are looking at. Requires VeloSign.command.deletesign or VeloSign.admin.

  • /signcooldown <milliseconds>
    Sets the global cooldown for sign usage. Requires VeloSign.command.signcooldown or VeloSign.admin.

Permissions

  • VeloSign.use
    Allows players to use the signs to teleport. (Default: all/true)
  • VeloSign.nomessage
    Players with this permission will not see the "No Data found for this sign" message when interacting with an unconfigured sign. (Default: all/true - message is hidden by default). Revoke this permission from groups/players if you want them to see the message.
  • VeloSign.bypass.cooldown
    Allows players to bypass the sign usage cooldown. (Default: op)
  • VeloSign.admin
    Grants access to all VeloSign.command.* permissions. (Default: op)
  • VeloSign.command.savesign
    Permission to use the /savesign command. (Default: op)
  • VeloSign.command.getsign
    Permission to use the /getsign command. (Default: op)
  • VeloSign.command.deletesign
    Permission to use the /deletesign command. (Default: op)
  • VeloSign.command.signcooldown
    Permission to use the /signcooldown command. (Default: op)

Contributing

Contributions are welcome! Feel free to fork the project and submit pull requests.

License

This project is licensed under the GPL-3.0 License.

Support

For issues or feature requests, please open an issue on GitHub.

👥 Team & Contributors

BasisZock
BasisZockOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.5

🔗 Links

Modrinth Page