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

yawp-1.21.1-neoforge-0.5.2-beta3-javadoc.jar

  • B
  • Feb 22, 2025
  • 878.38 KB
  • 7
  • 1.21.1
  • NeoForge

File Name

yawp-1.21.1-neoforge-0.5.2-beta3-javadoc.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:yawp-663276:6223142"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[0.5.2-beta3] - 2025-02-22

Added

  • Add simplified chinese localization. Thank you very much kaixue#6395!

Fixed

  • (1.21.1+) Fix crash when adding player by-uuid or by-name, thanks legenden#7526! (PR#)
  • Crash due to prev added compat with Snow! Real Magic!

[0.5.2-beta2] - 2025-02-21

Added

  • Add config option to disable RegionMarker creation through renaming a Stick in an Anvil
  • Add compat with Snow! Real Magic! - closes Issue #152
  • Add new playerHasBypassPermission(IProtectedRegion, Player); in de.z0rdak.yawp.api.permission.

Changed

  • (API) Reworked and moved around some helpers for flag checking

Fixed

  • (Fabric) Fix spawning-all flag not excluding item entities. This fixes item deleting when using this flag in combination with the item-drop flag.
  • Fix item entities or entities like armor stand, paintings, etc. de-spawning when adding spawning-all flag to a region.
  • Renaming a stick in an Anvil does not consider the input name and will always result in a RegionMarker
  • Fix missing info logging for config options
  • Fix owners and members of child region not bypassing flag if parent denies the same flag