NEZNAMY / VelocityScoreboardAPI

Plugin that adds Scoreboard API to Velocity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Velocity Scoreboard API


VelocityScoreboardAPI is an API plugin by NEZNAMY (TAB) and William278 (Velocitab) providing Velocity proxy servers with an API for interfacing with Scoreboard. This allows developers a standard way of performing scoreboard/team operations in lieu of an API provided by Velocity. This plugin does not provide any features on its own.

Server owners

Please add the plugin to your Velocity server's plugins folder. Make sure you are running the latest version of Velocity (check the requirements below). The VelocityScoreboardAPI plugin does not have a config file.

Requirements

  • Java 17+
  • Velocity 3.3.0 (latest build)
  • Supports Minecraft 1.7.2 – 1.21

Developers

VelocityScoreboardAPI is available on Maven. You can browse the Javadocs here.

First, add the Maven repository to your build.gradle file:

repositories {
    maven { url "https://repo.william278.net/releases" }
    // maven { url "https://repo.william278.net/snapshots" } // For snapshot builds
}

Then, add the dependency itself. Replace VERSION with the latest version. (e.g., 1.0)

dependencies {
    implementation "net.william278:velocityscoreboardapi:VERSION"
}

Using Maven/something else? There's instructions on how to include VelocityScoreboardAPI on the repo browser.

About

Plugin that adds Scoreboard API to Velocity

License:Apache License 2.0


Languages

Language:Java 100.0%