Enhancements
- From now on, if players fall into the void in the lobby world, they will be teleported back to spawn.
- Added /leave command for matches.
Bugfix
- Fixed error spamming console which occured if players hit NPC-s spawned by citizens.
Changes
config.yml
Code (YAML):
MATCH-SETTINGS:
LEAVE-COMMAND:
ENABLED
: true
WEIGHT-CLASS:
UNRANKED
: true
RANKED
: false
language.yml
Code (YAML):
COMMAND:
LEAVE:
NOT-IN-MATCH
:
"<red>You are not in a match."
CANT-LEAVE-DUEL-UNRANKED
:
"<red>You can't leave unranked duel matches."
CANT-LEAVE-DUEL-RANKED
:
"<red>You can't leave ranked duel matches."