Last updated
Last updated
Ouranos allows plugin owners to register their own sytems to let players use them into Ouranos
Into your plugin.yml add this line to let Ouranos load before your plugin
For all of these 3 tag systems, the argument is a standard you define for server owners.
You can register your own NPC tag system into Ouranos to let players use your custom NPCs :
This method must spawn the NPC at the specified location. When done, player using Ouranos and your plugin will be able to use your NPC tags as follow :
This method must return false if the argument is incorrect
You can register your own mob tags to let players use them :
When done, players will be able to use your tags as follow :
If the argument is incorrect, this method must return null
You can register your own items into Ouranos to let players use them :
Then players using Ouranos and your plugin will be able to use items you defined with this method when an item tag is required :
If the passed argument is invalid this method must return null