MinigameSignsAPI for NukkitX

MinigameSignsAPI for NukkitX 1.0.0

Verox007

Member
Verox007 submitted a new resource:

MinigameSignsAPI for NukkitX - An API with the possibility to create custom signs for minigames of any type.

MinigameSigns for NukkitX
Important: This plugin is an API, so you will likely have to include this plugin in YOUR Plugin dependencies.

Create Sign:
Java:
SignsAPI.createMinigameSign(
    yourPluginInstance,
    locationOfSign,
    "nameOfMinigame",
    "command to execute, when clicked",
    currentPlayerAmountInRound,
    maxPlayerAmountInRound
);
At the location, where the sign should be created...
Read more about this resource...
 
Top