Change Log:
Added a new option to the block yml files. You can now use
invalid_worlds to select which worlds a block can NOT be placed in
For example, if you do not want players to place a Grief Prevent block in the Nether or The End:
Code (YAML):
invalid_worlds
:
- world_nether
- world_the_end
This change is opt-in - if you do not change your block yml files, you will not experience any change in existing functionality.
This change will only apply to new blocks, existing blocks in these worlds will continue to function.