BattlePlugins / BattleArena

A complete match and event framework for creating arenas and minigames in Minecraft. Supports creating modes through config files, or fully custom modes through plugins.
https://docs.battleplugins.org/shelves/battlearena
GNU General Public License v3.0
21 stars 23 forks source link

matchForceStartTime does not work outside of config.yml #124

Closed supawiz6991 closed 4 months ago

supawiz6991 commented 4 years ago

When putting matchForceStartTime: into the arena.yml file or the gamemodes config in the competition.yml folder it doesn't get acknowledged. For example: in my sniper gamemode I put matchForceStartTime: 15 in my sniperarenaconfig.yml under the times section. When I reloaded the server (since ba reload isn't working (see Issue #103 ) /arena showOptions sniper the forceStartTime still shows 60. I did trying changing matchForceStartTime to forceStartTime as that's what the show options had it listed by and this failed as well. Tried the same steps in the arena.yml file and it did not work there. Made the change in the config.yml, reload the server and the time changed from 60 to 15 as expected however this then makes it apply to all arena's and gamemodes which isn't desired.