I added autoStop, so that you can now configure the games to stop automatically after a certain amount of time.
To enable this, change these settings in the config.yml:
Code (YAML):
gameOptions
:
# Whether the game should automatically be stopped after er certain amount of time. Does not apply to TimedGame.
autoStop:
enabled
: false
timerInSeconds
: 2750
and the messages.yml:
Code (YAML):
games:
autoStop
: '
{plugin
} &2The WordGame has ended without a winner. The correct word was
:
&a{word}&2.'
I also fixed some permissions issues and renamed them. Look at the permissions section in the overview for more information.