Ability to add rewards/commands for players are not winners, e.g second place, third, etc.
Additions:
- Ability (per extension) to add rewards for players who did not necessarily win the game, such as the first place, second place, third place, eight hundred and fifty-two place (don't ask), etc.
PHP:
...
"runCommandsForWinners"
:
{
"1"
:
{
"CONSOLE"
:
[
"say {winner} has got first place"
]
,
"PLAYER"
:
[
]
}
,
"2"
:
{
"CONSOLE"
:
[
"say {winner} has got second place"
]
,
"PLAYER"
:
[
]
}
,
"3"
:
{
"CONSOLE"
:
[
"say {winner} has got third place"
]
,
"PLAYER"
:
[
]
}
}
...
- Full FastAsyncWorldEdit 1.13+ and AsyncWorldEdit support
Bug fixes:
- Fixed /<mode> listarenas printing an error when being run from console
Note: Since this version changes the extensions form, old extension files will automatically get converted, so worry not about breaking backwards compatibility.
Incoming: 1.15 support