Arena Picker: Difference between revisions
Marcely1199 (talk | contribs) No edit summary |
Marcely1199 (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
You can use them where ever the arena instance is getting picked using the name.<br /> | You can use them where ever the arena instance is getting picked using the name.<br /> | ||
They are currently '''NOT''' working for signs or hubvillager. | They are currently '''NOT''' working for signs or hubvillager. | ||
== %random% == | =Types= | ||
=== %random% === | |||
Picks a random arena.<br /> | Picks a random arena.<br /> | ||
== %random_lobby% == | === %random_lobby% === | ||
Picks a random arena with a condition: The arenas state must be lobby. | Picks a random arena with a condition: The arenas state must be lobby. | ||
== %random_lobby_joinable% == | === %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. | 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% == | === %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_running% == | === %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% === | ||
Picks a random with these conditions:<br /> | Picks a random with these conditions:<br /> | ||
* The arenas state must be lobby | * The arenas state must be lobby |
Revision as of 20:32, 20 October 2019
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.
They are currently NOT working for signs or hubvillager.
Types
%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
Conditions
You may add to your Arena Picker.
An example: %best_lobby[players_per_team>=2,teams=4]%
By that only arenas with
- 2 or more players per team
- and 4 teams
will be taken by the Arena Picker.
Possible comparisons
- = : equal
- != : not equal
- > : greater than
- < : less than
- => : greater than or equal
- <= : less than or equal