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.
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.
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.