BentoBoxWorld / Limits

Limits blocks and entities on islands - for BentoBox
Eclipse Public License 2.0
8 stars 17 forks source link

Permission not overriding group entity limit from config #114

Closed Baterka closed 3 years ago

Baterka commented 3 years ago

Description Permission not overriding group entity limit from config.

Steps to reproduce the behavior: With setting:

entitygrouplimits:
  villagers:
    limit: 10
    entities:
      - VILLAGER
      - ZOMBIE_VILLAGER

and permission: bskyblock.island.limit.villagers.20 for VIP players, those VIP players are still limited to 10...

Expected behavior Permission should override default config.

Server Information:

[Please complete the following information:]

Baterka commented 3 years ago

Seems like author forgot to merge default config values with permission nodes... Its only merged for GUI

myavuzokumus commented 3 years ago

I make same things but problem still contiunes. Build #244