-
Notifications
You must be signed in to change notification settings - Fork 50
Working with the API
Cervinakuy edited this page Apr 17, 2022
·
1 revision
Documentation is on the to-do list, but in the meantime, using Game.getInstance().getArena()
(import Game from com.planetgallium.kitpvp) will give you access to the arena, and basically everything within the plugin. As I've developed KitPvP over the years, I've constantly tried to make everything as self-explanatory and simple as possible. This is mostly to make development easier on myself, but as a byproduct, it is also helpful to others looking at the code for the first time. Be careful to not break anything! And feel free to reach out to me if you have any questions