You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version 1.14.15 and above: check with getArenaForPlayer(playerName) != null
version 2 and above: MinigamesLibInterface.instance().getPlayer(uuid).getArena() != null
Hi I'm the developer of MobHunting. I'm trying to add support / hook into MinigamesAPI.
I have succeded to make the hook and can get
MinigamesAPI.getAPI()
But I need a method
MinigamesAPI.getAPI().isPlayingAMiniGame(Player); which return true if the player has joined a game and false if not.
I hope you will make this method for me, so I am able to add support for your plugin?
Kind regards
Rocologo
The text was updated successfully, but these errors were encountered: