Plugin API
Here you can view the JavaDocs and how to access/use the Player Warps Plugin API.
Last updated
Was this helpful?
Here you can view the JavaDocs and how to access/use the Player Warps Plugin API.
Last updated
Was this helpful?
Here you can view the Java Docs for Player Warps which provides you all the usages and descriptions of the API.
Do you want to integrate with Player Warps in your plugin? You can use the OlzieDev repo to build against the Player Warps API.
Under repositories
in your pom.xml
, you need to add a new repository
for the repo.
Next, add Player Warps as a dependency
under dependencies
:
VERSION_HERE
would be your exact plugin version, you will not need to update the API version every time a plugin update is out, only when an api update happens.
You can access the Player Warps API by getting the instance. If the plugin hasn't fully loaded the instance will return null, you can use a callback to access the API when its ready.
Here is an example on how to create a player warp.
Here is an example on how to access a player warp by its name.
Here is an example on how to access a warp player by their UUID.