promotional bannermobile promotional banner

Jake's World Guard/Protection and Plots

A 1.20.1 Mod that allows Server Owners to setup protection zones to block players doing certain actions. Also has a plot system that can be created by admins for players to build in. Has SDMShop Integration to purchase plots.

File Details

jakesworldguard-1.1.12.jar

  • R
  • Feb 1, 2026
  • 275.95 KB
  • 12
  • 1.20.1
  • Forge

File Name

jakesworldguard-1.1.12.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:jakes-world-protection-and-plots-1414247:7563768")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

# Command Refactor Update
#Version 1.1.12

## 1. Rent Command Restructuring
- **Moved Rent Set:** The command to set rent has been moved to a management subcommand.
    - Old: `/wg plots rent set <plotId> <amount>`
    - New: `/wg plots manage rent set <plotId> <amount>`
- **Added Rent Reset:** A new command was added to reset a plot's rent due date to the full duration and unlock it if necessary.
    - Command: `/wg plots manage rent reset <plotId>`
- **Improved Info Display:** The `/wg plots rent info` output has been redesigned for clarity.
    - Shows generic "Rent Price: X every Y days".
    - Displays exact due date and time remaining.
    - When overdue, displays "Amount Overdue".
- **Pre-Claim Rent Setting:** Rent amounts can now be set manually before a plot is claimed and will persist (instead of resetting to 0).
- **Rent Reset on Unclaim:** When a plot is unclaimed or a player is evicted, any overdue rent status and lock state is automatically cleared.
- **Debug Tool:** Added `/wg debug resetoverdue [plotId]` for OPs to manually reset overdue rent and unlock specific plots.

## 2. Offline Member Management
- **Zone Members/Managers:**
    - The `remove` command for both members and managers now accepts a text string instead of requiring an online player entity.
    - This allows removing players who are currently offline.
    - Tab completion now suggests names of existing members/managers for easier selection.
- **Plot Members:**
    - Similarly, `/wg plots members remove` now supports offline players and provides tab completion for current plot members.

## 3. Zone Bank Integration
- **Renamed Command:** None of the zone economy commands uses "money" anymore.
    - Renamed `/wg zones money` to `/wg zones bank`.
- **Plot Management Integration:**
    - Added valid zone bank commands under the plot management structure for easier access by managers.
    - New Path: `/wg plots manage zone-bank <balance|withdraw|toggle>`
    - These commands maintain full compatibility with the server's configured economy type (SDM Shop, Item Economy, or Off).

## 4. Technical Improvements
- **Help Menu:** Updated all relevant help entries to reflect the new command paths and usages.
- **Tab Completion:** Enhanced tab completion for member and manager lists to improve usability.
- **Deprecation Fixes:** Updated item registry access to use modern Forge logic.