+ Added: [Suggestion] Being able to manually specify animals and monsters in config:
Code (YAML):
entities
:
# You can specify here which entities should be considered an animal or monster.
# This affects all parts of the plugin, that involves these entity groups.
# If the list contains "default": New entities of future updates, that are part of this category will be added automatically.
animals_list
:
- 'default'
monsters_list
:
- 'default'
+ Added: player_target player group for events.yml for those events that involve a target player.
See the default file on github for reference. The player group isn't added automatically.
+ Added: war_loser_online, war_loser_trusted player group for warendevent in events.yml
+ Improved: [#2081] Comments about bank.enabled in config.yml
- Fixed: [#2083] WarDeclareEvent called before acception, if mutual
- Fixed: [#2082] Sorting context error if nations disabled