PluginBugs / Issues-VanillaCustomizer

0 stars 0 forks source link

Ignoring inventory rule is ignored #7

Closed PSYCHEER closed 2 weeks ago

PSYCHEER commented 6 months ago

Terms

Discord tag (optional)

PSYCHEER

What happened?

image image I set an inventory to true, but its not recognizing... DeluxeMenus

Steps to reproduce the issue

Just try it

Server version

image

VanillaCustomizer Version

image

ProtocolLib Version

image

LoneLibs Version

image

FULL server log

No response

Error (optional)

No response

Other files, you can drag and drop them here to upload. (optional)

settings: ignore_inventories: enabled: true any_custom: true by_title:

- "Backpack"

- ""

customizations: common_tag: enabled: true rules: rarity: COMMON

is_vanilla_item: true

changes:
  lore_insert_json:
    index: 0
    lines:
    #- '[{"text":"0", "font":"simple_vanilla_enhancer:rarity"}]'
    - ''

uncommon_tag: enabled: true rules: rarity: UNCOMMON

is_vanilla_item: true

changes:
  lore_insert_json:
    index: 0
    lines:
    #- '[{"text":"1", "font":"simple_vanilla_enhancer:rarity"}]'
    - ''

rare_tag: enabled: true rules: rarity: RARE

is_vanilla_item: true

changes:
  lore_insert_json:
    index: 0
    lines:
    #- '[{"text":"2", "font":"simple_vanilla_enhancer:rarity"}]'
    - ''

epic_tag: enabled: true rules: rarity: EPIC

is_vanilla_item: true

changes:
  lore_insert_json:
    index: 0
    lines:
    #- '[{"text":"3", "font":"simple_vanilla_enhancer:rarity"}]'
    - ''

iconic_rare: enabled: true rules: materials:

Screenshots/Videos (you can drag and drop files or paste links)

No response

github-actions[bot] commented 6 months ago

Hello, your report will be looked into as soon as possible. Please do not bump this thread and don't post it on multiple platforms.

Thanks a lot for your patience.

PSYCHEER commented 6 months ago

I tried on clean server, restart server, iazip etc..