In this version, the plugin was officially renamed from
PvPRooms to
CosRooms, updating the name in the main project files.
More control was added via the
config.yml. You can now decide whether players will be automatically teleported to the center of the room when the game starts, using the option:
settings:
teleport-to-center-on-start: true
A system was also added to enable or disable specific plugin messages from config.yml. This allows better customization of which messages are shown to players, such as entry, exit, countdown, victory, lobby sending, clan restrictions, and more.
messages:
titles:
- countdown: true
- fight: true
- enabled:
- default: true
- join_message: true
- leave_message: true
- team_full: true
- team_joined: true
- match_cancelled: true
- match_cancelled_selection: true
- teleporting_lobby: true
- win_message: true
- team_win_message: true
- arena_full_choose: true
- moved_center: true
- fight_chat: true
- countdown_chat: true
- arena_full: true
- match_started: true
- clan_restriction: true
- sent_to_lobby: true
Additionally, separate language files were added for Spanish and English:
- messages_es.yml
- messages_en.yml
This allows plugin texts to be managed more cleanly and makes future translations or customizations easier.
The console was also improved: CosRooms now shows a large banner when starting and shutting down, making it clearer when the plugin is loaded or disabled.
To maintain compatibility, PlaceholderAPI now supports both the new and old placeholders:
%cosrooms%
%pvprooms%
This ensures that servers already using the previous placeholders do not need to change everything immediately.