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
First I love this plugin it's fully MiniGame API for Minecraft easy to use and many useful features.
So I want to implement Arcade Mode what is it ?
It's just an «Competition» witch chose randomly a new ArenaType for next Match ( like join sign chose nex arena for ArenaType and place player to queue )
And I want just when Match is finished ArcadeMode add all off Players ( winners, looser and spectate ) to new Match chose again randomly.
I think I can implement this but I don't know where I can start ....
Arcade extends Event ? Match ? Competition ? and why ?
How link to new ArenaCommandSign ?
Or it's same thing as TournamentEvent ?
I am a little lost .... So if you can help me I would be grateful ;)
The text was updated successfully, but these errors were encountered:
Another name for this is Medley: playing different game modes.
First, you have to realize that every server is different.
Each server has different mini-games installed.
So, the first thing you'll have to do is determine what mini-games are available.
In order to do that, I would trace thru BatteArena.registerCompetition() and see where it saves its information.
There are four of them (they're overloaded). But it looks like they all create a new APIRegistrationController object and foward the information to its registerCompetition method.
Just skimming thru it real quick, it looks like that some of the information is saved inside CompetitionController. It may or may not contain enough information for your needs.
Hello,
First I love this plugin it's fully MiniGame API for Minecraft easy to use and many useful features.
So I want to implement Arcade Mode what is it ?
It's just an «Competition» witch chose randomly a new ArenaType for next Match ( like join sign chose nex arena for ArenaType and place player to queue )
And I want just when Match is finished ArcadeMode add all off Players ( winners, looser and spectate ) to new Match chose again randomly.
I think I can implement this but I don't know where I can start ....
Arcade extends Event ? Match ? Competition ? and why ?
How link to new ArenaCommandSign ?
Or it's same thing as TournamentEvent ?
I am a little lost .... So if you can help me I would be grateful ;)
The text was updated successfully, but these errors were encountered: