Arena Picker: Difference between revisions

From MBedwars
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
== %random_ingame% ==
== %random_ingame% ==
Picks a random arena with a condition: The arenas state must be ingame.
Picks a random arena with a condition: The arenas state must be ingame.
== %random_lobby_ingame% ==
== %random_lobby_running% ==
Picks a random arena with a condition: The arenas state must be ingame or lobby.
Picks a random arena with a condition: The arenas state must be ingame or lobby.
== %best_lobby% ==
== %best_lobby% ==

Revision as of 20:09, 13 March 2018

There are several other ways to pick an arena instead with the arena name.
You can use them where ever the arena instance is getting picked using the name of the memory.
They are currently NOT working for signs or hubvillager.

%random%

Picks a random arena.

%random_lobby%

Picks a random arena with a condition: The arenas state must be lobby.

%random_lobby_joinable%

Picks a random arena with two conditions: The arenas state must be lobby and there must be space for the player to join.

%random_ingame%

Picks a random arena with a condition: The arenas state must be ingame.

%random_lobby_running%

Picks a random arena with a condition: The arenas state must be ingame or lobby.

%best_lobby%

Picks a random with these conditions:

  • The arenas state must be lobby
  • It's the arena with the most players
  • -> If it's full then it's picking an arena with less players
  • If there are multiple arenas with the same amount player, then it'll pick a random one