Allow following use case:
1. `
/godall on` was run and all players on the server are in god mode
2. someone joins the server and is automatically granted god mod as well.
This behavior is disabled by default and can be configured in
config.yml. To do that, ensure
god-for-new-joiners is set to
true. Like so:
Code (YAML):
# Feature request 27 JUN 2021 - "When godall is on, automatically set god
# for all players that are joining the server.
# This behavior is toggle-able in the config.
god-for-new-joiners
: true