Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Updated config to show usage for new EXCEPT flag ("-"). By prefacing an entity type with "-" it will exclude it from the list.
  • Loading branch information
CoolLord22 committed Mar 30, 2023
1 parent d761865 commit dcab4c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ world_groups:
# entity still has to be attached to a lead, and if it is not, then it will not TP!
#
# Note 2: these entities are taken from the Spigot Entity List enum, a file containing the entity
# values is generated by the plugin at known_EntityType.txt. See example of list below:
# values is generated by the plugin at known_EntityType.txt. This list now supports negated entities
# as well. For example, if you want to add an exception for PIG simply preface with a "-" (i.e. -PIG) ex. below
#
# allowed_entities: [COW, PIG, CHICKEN, WOLF]
# allowed_entities: [ANY, -PIG, -COW]
allowed_entities: [ANY]

#######################
Expand Down

0 comments on commit dcab4c9

Please sign in to comment.