promotional bannermobile promotional banner

Yet Another World Protector

Yet Another World Protector, or YAWP for short, is a server-side mod which allows you to protect your creations against various different events/actions of players, mobs and the environment.

File Details

1.19.2-0.0.1.4-beta4

  • B
  • Feb 3, 2023
  • 382.68 KB
  • 156
  • 1.19.2
  • Forge

File Name

yawp-1.19.2-0.0.1.4-beta4.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:yawp-663276:4378969")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

0.0.1.4-beta4 - CLI improvements & priority fixes

Additions

  • Add flag use-entities to prevent general entity interactions
  • Add flag use-items to prevent general item usage
  • Add flag use-blocks to prevent general block usage/interaction. This should, beside other things, prevent using modded containers in contradiction to the access-container flag, which only covers containers implementing vanilla mechanics.

Changes

  • Reworked header format (the lines with == ... ==) to be more consistent and add a self-link to each header for easier accessibility.
  • Remove use flag.

Fixes

  • Fix priority not set properly for Local Regions
  • Fix some I18n typos and missing translations

Notes

  • Currently child regions do not overwrite flags of their parents. This means for example when having a parent with the break-block flag, which denies breaking blocks, and a child which doesn't have this flag, the flag of the parent still covers the child region.