# Glow for ground items.
glow:
# Enable/Disable glow.
enabled: true
# Items that are unaffected for glow.
ignored-items:
# When true, ignores all the items that don't have name or lore.
vanilla: false
# List of blacklisted Materials.
by-material:
- BEDROCK
- BARRIER
# List of blacklisted words for item names.
by-name:
- 'some word'
- '***{'
- 'QS_SHOWCASE'
# List of blacklisted words for item lore.
by-lore:
- 'some lore word'
# List of blacklisted QRPG modules.
by-module:
- 'module name'
# Displays name of ground items.
hint:
enabled: true
format:
singular: '%name%'
plural: '%name% &7x%amount%'
ignored-items:
vanilla: false
by-material:
- BEDROCK
- BARRIER
by-name:
- 'some word'
- '***{'
- 'QS_SHOWCASE'
by-lore:
- 'some lore word'
by-module:
- 'module name'