docs: update config file

dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.11.0 3.6.7
William 3 months ago
parent 2f9064c4c6
commit 4c7ec9ec21
No known key found for this signature in database

@ -134,9 +134,14 @@ synchronization:
# Commands which should be blocked before a player has finished syncing (Use * to block all commands) # Commands which should be blocked before a player has finished syncing (Use * to block all commands)
blacklisted_commands_while_locked: blacklisted_commands_while_locked:
- '*' - '*'
# For attribute syncing, which attributes should be ignored/skipped when syncing # Configuration for how to sync attributes
# (e.g. ['minecraft:generic.max_health', 'minecraft:generic.attack_damage']) attributes:
# Which attributes should not be saved when syncing users. Supports wildcard matching.
# (e.g. ['minecraft:generic.max_health', 'minecraft:generic.*'])
ignored_attributes: [] ignored_attributes: []
# Which modifiers should not be saved when syncing users. Supports wildcard matching.
# (e.g. ['minecraft:effect.speed', 'minecraft:effect.*'])
ignored_modifiers: ['minecraft:effect.*', 'minecraft:creative_mode_*']
# Event priorities for listeners (HIGHEST, NORMAL, LOWEST). Change if you encounter plugin conflicts # Event priorities for listeners (HIGHEST, NORMAL, LOWEST). Change if you encounter plugin conflicts
event_priorities: event_priorities:
quit_listener: LOWEST quit_listener: LOWEST

Loading…
Cancel
Save