Join the Discord server to stay updated about Spigot 1.17 and the impact of my plugins!
Plugin Summary:
An API to help you with creating bukkit/spigot and bungeecord plugins. I have created many classes to use this API in my own plugins, but you can also use this API
General:
Ask me for:
- Reporting bugs
- Questions and feature requests
- Plugin requests
- Help with this API if you can't find out something
- Please report bugs/issues/requests on GitHub! (source code link)
You can send me messages on Spigot or join my Discord server! (Click on Ask Questions / Get support ->)
Server Owners:
Supported Versions Of My Own Plugins:
WARNING: This version is only 1.17 compatible! I will auto-include the API in further releases, so please wait patiently
Are you looking for an older version of this API? Look in the version history
Important Information
:
If you are linked to this API because a plugin requires this API to work, just download this API as a normal plugin and put it in your plugins folder.
The Plugin:
This plugin will function as a normal plugin if you add it to your plugins folder, the only difference is that this plugin will communicate with other plugins. You can use this API in both BungeeCord and Spigot
Developers:
How to work with this API
:
To start using this API go to your IDE and add this plugin to your build path (like you do with Spigot/Bukkit or BungeeCord
You could find the JavaDoc
here (Outdated, will generate a new JavaDoc soon!)
Important Information
:
Developers:
- Take care of the correct imports! Do not import BungeeCord classes in Bukkit!
- If you are using this API you
MUST link to this download page!
- Please read the JavaDoc before asking questions
Class Info:
me.tvhee.tvheeapi.spigot.api.inventory
I took inspiration from this class (nisovin)
here
me.tvhee.tvheeapi.spigot.api.items.ItemBuilder
Used
this util from NonameSL
me.tvhee.tvheeapi.reflection.Reflection
I took inspiration from
this util (retrodaredevil)
me.tvhee.tvheeapi.spigot.api.items.DurabilityCalculator
WARNING: The ItemStack has to be a tool!