Skip to content

Application Programming Interface for my bukkit plugin PremiumVanish

License

Notifications You must be signed in to change notification settings

LeonMangler/PremiumVanishAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3d56c21 · Mar 9, 2025

History

41 Commits
Mar 9, 2025
Aug 7, 2016
Nov 21, 2020
Mar 9, 2025
Mar 9, 2025

Repository files navigation

PremiumVanishAPI

Application Programming Interface for my bukkit plugin PremiumVanish used for Spigot/CraftBukkit Minecraft servers https://www.spigotmc.org/resources/premiumvanish-stay-hidden-bungee-support.14404/

This is purely meant to be used as a dependency and must not be included inside of your plugin jar.

The actual API will be loaded by PremiumVanish itself.

Maven Repository

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

<dependencies>
  <!-- PremiumVanishAPI -->
  <dependency>
    <groupId>com.github.LeonMangler</groupId>
    <artifactId>PremiumVanishAPI</artifactId>
    <version>2.9.18-2</version>
    <scope>provided</scope>
  </dependency>
</dependencies>