#Added: option to disable phantom spawning for players which are flagged afk by essentials.
#Added: option to disable phantom spawning for players which are vanished by essentials.
#Changed: updated commons code to v1.6.0+
#Changed: improved performance
IMPORTANT: This update needs an addition to the current config. So please add the following code within the "phantom_spawn.spawning_conditions.player"-section of the config file OR just move the file out of the plugin's folder in order to get recreated. You can always compare the config with the one on the plugin's main page.
Code (YAML):
# Options regarding essentials (Essentials aka. EssentialsX must be installed). essentials: # Should phantoms spawn for afk players? afk_protection: false
# Should a vanished player spawn phantoms? vanish_protection: false