Download Get Off My Lawn ReServed — Minecraft Mods — MetaMods

Get Off My Lawn ReServed

Active

Downloads

20

Last update

3 weeks ago

Versions

1.18.1 — 1.21.9
Server
Fabric
Quilt
Utils

Get Off My Lawn ReServed

Welcome to the world of protected territories! Get Off My Lawn ReServed offers a modern implementation of private zone systems for Minecraft servers based on Fabric. The main advantage is complete server-side operation without requiring client mod installation, ensuring compatibility with most popular modpacks.

This project is an evolution of the original Get Off My Lawn mod by Draylar, offering expanded functionality and improvements.

Video Showcases

Getting Started

To create a protected zone, you'll need to craft a Claim Anchor. Each anchor type has its own protection radius (configurable by admin) that defines your territory boundaries after placing the block.

Available anchor types:

  • Makeshift - 10 block radius
  • Reinforced - 25 block radius
  • Glistening - 50 block radius
  • Crystal - 75 block radius
  • Emeradic - 125 block radius
  • Withered - 200 block radius

To visualize zone boundaries, craft Goggles of Claim Revealing. When equipped in any slot (helmet, main hand, or offhand), the outlines of protected territories become visible.

Territory Configuration

By interacting with the claim anchor, you gain access to a management interface where you can:

  • Add and remove players with access to your territory
  • View and configure active enhancements

Territory Enhancements

To expand functionality, place special enhancement modules next to the main anchor:

  • Ender Binding - blocks enderman teleportation
  • Village Core - protects villagers from zombies
  • Greeter - shows message to visitors
  • Angelic Aura - regenerates health for players in the zone
  • Withering Seal - prevents wither status effect
  • Force Field - ejects unauthorized players
  • Heaven's Wings - enables flight
  • Lake Spirit's Grace - provides water breathing and vision
  • Chaos Zone - enhances player attack in the zone
  • PvP Arena - manages PvP mode on territory
  • Explosion Controller - toggles explosion protection

Configuration

The configuration file is located at ./config/getoffmylawn.json. To reload the configuration, use the /goml admin reload command in chat or console.

{
  "makeshiftRadius": 10,                // Radius of makeshift claim
  "reinforcedRadius": 25,               // Radius of reinforced claim
  "glisteningRadius": 50,               // Radius of glistening claim
  "crystalRadius": 75,                  // Radius of crystal claim
  "emeradicRadius": 125,                // Radius of emeradic claim
  "witheredRadius": 200,                // Radius of withered claim
  "claimProtectsFullWorldHeight": false,// Whether claim protects full world height
  "dimensionBlacklist": [               // Dimension blacklist
    "example:dim"
  ],
"regionBlacklist": { // Region blacklist "example:dim": [ { x1: -200, y1: -64, z1: -200, x2: 200, y2: 512, z2: 200, } ] }, "enabledAugments": { // Enable/disable enhancements by their ID "goml:lake_spirit_grace": true, "goml:angelic_aura": true, "goml:greeter": true, "goml:force_field": true, "goml:village_core": true, "goml:withering_seal": true, "goml:ender_binding": true, "goml:heaven_wings": true, "goml:chaos_zone": true }, "allowedBlockInteraction": [ // Allow interaction with blocks in claim "somemod:store" ], "allowedEntityInteraction": [ // Allow interaction with entities in claim "minecraft:villager" ], "messagePrefix": "<dark_gray>[<#a1ff59>GOML</color>]", // Default message prefix "placeholderNoClaimInfo": "<gray><italic>Wilderness", "placeholderNoClaimOwners": "<gray><italic>Nobody", "placeholderNoClaimTrusted": "<gray><italic>Nobody", "placeholderClaimCanBuildInfo": "${owners} <gray>(<green>${anchor}</green>)", "placeholderClaimCantBuildInfo": "${owners} <gray>(<red>${anchor}</red>)" }

License

Get Off My Lawn ReServed is distributed under the MIT license. The project, code, and resources are available for free use with attribution required.

Project members
Patbox

Patbox

Developer

Created: 23 Jan 2022

ID: 3500