Get Off My Lawn ReServed

Quick rating

Community listing page, reviews here may not be monitored by the author.

Get Off My Lawn ReServed

By PatboxOwner

No reviews yet

Take on player claims for Survival/Freebuild Fabric servers!

No Theme
Base Defense
QoL & Tweaks
Server Utility
UI & Menu Tool
Mod Fork/Port
Mod Loaders
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
MIT License
Latest Version
goml-1.21.0+26.2.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Get Off My Lawn ReServed

Get Off My Lawn ReServed is a take on the popular concept of player claims for Survival/Freebuild Fabric servers. This mod works fully server side (no client mod required!) while being compatible with major Fabric modpacks

This project is a fork Get Off My Lawn by Draylar, with main focus on improving and building on top of original.

If you have any questions, you can ask them on my Discord

Video Showcase

Getting started

To get started, you'll have to craft a Claim Anchor. Each anchor has a different (configurable by admin) claim radius; after placing one, a box around it will be formed. This box is yours!

  • Makeshift, default radius of 10
  • Reinforced, default radius of 25
  • Glistening, default radius of 50
  • Crystal, default radius of 75
  • Emeradic, default radius of 125
  • Withered, default radius of 200

To see claim areas, you'll have to craft a Goggles of (Claim) Revealing

When this item equipped in the helmet, mainhand or offhand slot, claim outlines become visible.

Recipes

Claim configuration:

To configure your claim, you can interact with the anchor block. A UI will appear that offers several configuration options:

  • The player list can be used to add and remove access of players to your claim
  • The Augment list, that can be used for checking and configuring active augments

Claim upgrades:

To upgrade your claim, place an Anchor Augment next to the core Claim Anchor. Anchor Augments available include:

  • Ender Binding: Prevents Enddermen from teleporting
  • Villager Core: Prevents Zombies from damaging Villagers
  • Greeter: MOTD to visitors
  • Angelic Aura: Regen to all players inside region
  • Withering Seal: Prevents wither status effect
  • Force Field: non-whitelisted players get launched out of the claim
  • Heaven's Wings: flight
  • Lake Spirit's Grace: water breathing, water sight, and better breathing
  • Chaos Zone: Strength to all players inside region
  • PvP Arena: Allows changing pvp state in claim
  • Exprosion Controller: Allows toggling explosion protection

Config:

You can find config file in ./config/getoffmylawn.json. To reload it, just type /goml admin reload in chat/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,// Makes claim protect area from bottom of the world to top
  "dimensionBlacklist": [               // Allows to blacklist specific dimensions
    "example:dim"
  ],             
  "regionBlacklist": {                  // Allows to blacklist specific regions
    "example:dim": [
      {
        x1: -200,
        y1: -64,
        z1: -200,
        x2: 200,
        y2: 512,
        z2: 200,
      }
    ]
  },
  "enabledAugments": {                  // Allows to enable/disable augments per 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": [          // Allows to interact with specific blocks in claim
    "somemod:store"
  ],
  "allowedEntityInteraction": [         // Allows to interact with specific entities in claim
    "minecraft:villager"
  ],
  "messagePrefix": "<dark_gray>[<#a1ff59>GOML</color>]", // Default prefix used in messages
  "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 available under the MIT license. The project, code, and assets found in this repository are available for free public use (as long as credited).

Get Off My Lawn ReServed

Get Off My Lawn ReServed is a take on the popular concept of player claims for Survival/Freebuild Fabric servers. This mod works fully server side (no client mod required!) while being compatible with major Fabric modpacks

This project is a fork Get Off My Lawn by Draylar, with main focus on improving and building on top of original.

Video Showcase

Getting started

To get started, you'll have to craft a Claim Anchor. Each anchor has a different (configurable by admin) claim radius; after placing one, a box around it will be formed. This box is yours!

  • Makeshift, default radius of 10
  • Reinforced, default radius of 25
  • Glistening, default radius of 50
  • Crystal, default radius of 75
  • Emeradic, default radius of 125
  • Withered, default radius of 200

To see claim areas, you'll have to craft a Goggles of (Claim) Revealing

When this item equipped in the helmet, mainhand or offhand slot, claim outlines become visible.

Recipes

Claim configuration:

To configure your claim, you can interact with the anchor block. A UI will appear that offers several configuration options:

  • The player list can be used to add and remove access of players to your claim
  • The Augment list, that can be used for checking and configuring active augments

Claim upgrades:

To upgrade your claim, place an Anchor Augment next to the core Claim Anchor. Anchor Augments available include:

  • Ender Binding: Prevents Enddermen from teleporting
  • Villager Core: Prevents Zombies from damaging Villagers
  • Greeter: MOTD to visitors
  • Angelic Aura: Regen to all players inside region
  • Withering Seal: Prevents wither status effect
  • Force Field: non-whitelisted players get launched out of the claim
  • Heaven's Wings: flight
  • Lake Spirit's Grace: water breathing, water sight, and better breathing
  • Chaos Zone: Strength to all players inside region
  • PvP Arena: Allows changing pvp state in claim
  • Exprosion Controller: Allows toggling explosion protection

Config:

You can find config file in ./config/getoffmylawn.json. To reload it, just type /goml admin reload in chat/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,// Makes claim protect area from bottom of the world to top
  "dimensionBlacklist": [               // Allows to blacklist specific dimensions
    "example:dim"
  ],             
  "regionBlacklist": {                  // Allows to blacklist specific regions
    "example:dim": [
      {
        x1: -200,
        y1: -64,
        z1: -200,
        x2: 200,
        y2: 512,
        z2: 200,
      }
    ]
  },
  "enabledAugments": {                  // Allows to enable/disable augments per 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": [          // Allows to interact with specific blocks in claim
    "somemod:store"
  ],
  "allowedEntityInteraction": [         // Allows to interact with specific entities in claim
    "minecraft:villager"
  ],
  "messagePrefix": "<dark_gray>[<#a1ff59>GOML</color>]", // Default prefix used in messages
  "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 available under the MIT license. The project, code, and assets found in this repository are available for free public use (as long as credited).

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~210,000
Total Downloads
CurseForge
~150,000
Modrinth
~60,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works