VanishBridge

⭐ — (1 endorsements) 📥 361 downloads 📌 v1.0.0 📅 10/26/2023
⚪ Last updated 2023

By Loapu · library

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 10/25/2023 📅 Created: 10/26/2023

🔍 Analysis

  • 🏆 #19 of 20 library mods in this game by downloads

📋 About This Mod

# VanishBridge !(https://repo.loapu.dev/api/badge/latest/releases/dev/loapu/vanishbridge/vanishbridge-api?color=40c14a&name=API&prefix=v) VanishBridge is a simple plugin that provides information about vanished players on a proxy level. It is designed to be used by other plugins to provide a better experience for players. Currently, VanishBridge supports the following proxy software: - (https://velocitypowered.com/) And the following backend server software: - (https://papermc.io/) If you miss your proxy or backend server software, feel free to open an issue or create a pull request. ## For Server Owners ### Installation The installation of VanishBridge could not be easier. 1. Download the version required for your proxy software (e.g. Velocity) from the (https://modrinth.com/plugin/vanishbridge/versions?l=velocity). 2. Drop the downloaded jar into your proxy's `plugins` folder. 3. Restart your proxy. 4. Download the version required for your backend server software (e.g. Paper) from the (https://modrinth.com/plugin/vanishbridge/versions?l=paper). 5. Drop the downloaded jar into every server's `plugins` folder. 6. Restart your server's. 7. Enjoy! ### Configuration No configuration needed! ## For Developers > ⚠️ The repository is currently not available. It will be available again later in January. ### Installation #### Maven ```xml <repository> <id>loapu-releases</id> <name>Loapu Maven Repository</name> <url>https://maven.loapu.dev/releases</url> </repository> <dependency> <groupId>dev.loapu.vanishbridge</groupId> <artifactId>vanishbridge-api</artifactId> <version>1.0</version> </dependency> ``` #### Gradle ``` repositories { maven("https://repo.loapu.dev/releases") } dependencies { implementation("dev.loapu.vanishbridge:vanishbridge-api:VERSION")e } ``` ### (https://repo.loapu.dev/javadoc/releases/dev/loapu/vanishbridge/vanishbridge-api/latest) ### Usage #### Checking if VanishBridge is installed (Velocity) ```java @Plugin( id = "velocityexample", name = "VelocityExample", version = "1.0.0", dependencies = { @Dependency(id = "vanishbridge", optional = true) } ) public class VelocityExample { // Make sure to add this to your plugin class if you declared VanishBridge as optional public boolean isVanishBridgeInstalled() { return proxyServer.getPluginManager().isLoaded("vanishbridge"); } // Now you can use VanishBridge public void example() { if (!isVanishBridgeInstalled()) return; VanishBridge vanishBridge = VanishBridgeProvider.get(); } } ``` #### Getting a list of vanished players ```java import dev.loapu.vanishbridge.api.VanishBridge; import dev.loapu.vanishbridge.api.model.VanishBridgePlayer; import dev.loapu.vanishbridge.api.VanishBridgeProvider; public class Example { // It's really that easy public List<VanishBridgePlayer> vanishedPlayers = VanishBridgeProvider.get().vanishedPlayers(); } ``` That's it! You can now use VanishBridge in your plugin.

# VanishBridge ![](https://repo.loapu.dev/api/badge/latest/releases/dev/loapu/vanishbridge/vanishbridge-api?color=40c14a&name=API&prefix=v)

VanishBridge is a simple plugin that provides information about vanished players on a proxy level. It is designed to be used by other plugins to provide a better experience for players.

Currently, VanishBridge supports the following proxy software: - (https://velocitypowered.com/)

And the following backend server software: - (https://papermc.io/)

If you miss your proxy or backend server software, feel free to open an issue or create a pull request.

## For Server Owners

### Installation The installation of VanishBridge could not be easier.

1. Download the version required for your proxy software (e.g. Velocity) from the (https://modrinth.com/plugin/vanishbridge/versions?l=velocity). 2. Drop the downloaded jar into your proxy's `plugins` folder. 3. Restart your proxy. 4. Download the version required for your backend server software (e.g. Paper) from the (https://modrinth.com/plugin/vanishbridge/versions?l=paper). 5. Drop the downloaded jar into every server's `plugins` folder. 6. Restart your server's. 7. Enjoy!

### Configuration No configuration needed!

## For Developers

> ⚠️ The repository is currently not available. It will be available again later in January.

### Installation

#### Maven ```xml loapu-releases Loapu Maven Repository https://maven.loapu.dev/releases

dev.loapu.vanishbridge vanishbridge-api 1. 0 ```

#### Gradle ``` repositories { maven("https://repo.loapu.dev/releases") } dependencies { implementation("dev.loapu.vanishbridge:vanishbridge-api:VERSION")e } ```

### (https://repo.loapu.dev/javadoc/releases/dev/loapu/vanishbridge/vanishbridge-api/latest)

#### Checking if VanishBridge is installed (Velocity)

```java @Plugin( id = "velocityexample", name = "VelocityExample", version = "1. 0. 0", dependencies = { @Dependency(id = "vanishbridge", optional = true) } ) public class VelocityExample { // Make sure to add this to your plugin class if you declared VanishBridge as optional public boolean isVanishBridgeInstalled() { return proxyServer.getPluginManager().isLoaded("vanishbridge"); } // Now you can use VanishBridge public void example() { if (!isVanishBridgeInstalled()) return; VanishBridge vanishBridge = VanishBridgeProvider.get(); } } ```

#### Getting a list of vanished players ```java import dev.loapu.vanishbridge.api. VanishBridge; import dev.loapu.vanishbridge.api.model. VanishBridgePlayer; import dev.loapu.vanishbridge.api. VanishBridgeProvider;

public class Example { // It's really that easy public List vanishedPlayers = VanishBridgeProvider.get().vanishedPlayers(); } ```

That's it! You can now use VanishBridge in your plugin.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Loapu
Version
1.0.0
Downloads
361
Endorsements
1
Category
library
Created
10/26/2023
Updated
10/25/2023
Game Versions
1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4
Tags
library

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does VanishBridge support?

The author lists 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20. Other versions may work but are untested by the author.

What is the latest version of VanishBridge?

Version 1.0.0, published 2023-10-25 with 361 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More library 👤 More by Loapu 🔎 Similar Mods 🌐 Best library (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods