Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 3.3 KB

File metadata and controls

73 lines (47 loc) · 3.3 KB

Yet Another World Protector

Discord

Yet Another World Protector (YAWP) is the admin tool to protect your minecraft server (dedicated or LAN as well as single-player!).

YAWP is designed to be used on dedicated servers, but can also be used in single player worlds and worlds opened to LAN.
It allows admins (and players with assigned permission) to protect their creations from various actions/events by players, mobs and the environment.

Create regions for your builds and apply region flags to protect them.
Assign players or vanilla teams to regions, so they can manage their own regions.

YAWP was inspired by the forge mod WorldProtector and the WorldGuard plugin.

Supported Versions

This mod is available for Minecraft versions 1.16.5+ for (Neo-) Forge and Fabric.
Starting with Minecraft 1.20.4, YAWP has adapted NeoForge in favor of Forge.

For detailed version information please consult the Wiki or ask on the discord server.

Please visit the Wiki for detailed documentation on how to use the mod.
Besides that, it also contains an FAQ and a Getting Started section.

For further help, feel free to join the YAWP discord server.

Contributing

Please refer to CONTRIBUTING.md :-)


YAWP API

Currently, YAWP uses cursemaven. To use the YAWP API, add the following snippet to your build.gradle:

repositories {
    maven {
        url "https://cursemaven.com"
    }
}

// Note: The cursemaven site explains how to select a specific file: https://www.cursemaven.com/
// The format is "curse.maven:yawp-663276:<fileId>"
dependencies {    
    //Fabric==========    
    modImplementation "curse.maven:yawp-663276:6176022"
    
    //Forge==========
    implementation fg.deobf("curse.maven:yawp-663276:6117986")
    
    //NeoForge
    implementation "curse.maven:yawp-663276:6176016"
}

Links

Discord Paypal Patreon Github Wiki Issues Curseforge Modrinth

License

This mod is released under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3.