#Add blacklisted worlds to the config

1 messages · Page 1 of 1 (latest)

drifting iron
#

Feature Description:
Add blacklisted worlds to the config. I was surprised to see this missing. like AuraSkills

" blocked_worlds:
  - Creative_World
disabled_worlds:
- Creative_World
disable_in_creative_mode: false"

Why This Feature is Useful:
From the forums it seems there is a way to achieve this but it is not user friendly. It will be helpful for single jar servers with multiple worlds that serve different purposes.

drifting iron
#
  1:
    # Points for harvesting fully grown crops
    points: 5
    MINING:
      conditions:
#world filter
        - '%player world% = world OR %player world% = world_nether OR %player world% = world_the_end : %allow%'
        - '%block type% contains WHEAT|CARROTS|POTATOES|BEETROOTS|NETHER_WART : %allow%'
        - '%is fully grown% = true : %allow%'
  2:
    # Points for harvesting pumpkins and melons
    points: 4
    MINING:
      conditions:
        - '%player world% = world OR %player world% = world_nether OR %player world% = world_the_end : %allow%'
        - '%block type% contains PUMPKIN|MELON : %allow%'