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.13.jar

  • R
  • Feb 2, 2026
  • 290.69 KB
  • 202
  • 1.20.1
  • Forge

File Name

jakesworldguard-1.1.13.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

# Updates for 1.1.13 Update
NEW Client Side UI 
(Requires Client Side to use the UI) (Server Side only still supported)
## New Features
- **Zone Flag Editing UI**: Added a new graphical user interface for editing zone flags.
    - Command: `/wg zones flag ui <zoneId>`
    - Provides buttons to easily set flags to Allow, Deny, or Inherit.
    - **Optional**: This feature is purely client-side rendering.
    - If the client does not have the mod installed, the `ui` command will not be shown/available.
    - No external library dependencies required.
    - **Flag Filters**: Now displays and allows editing of flag filters (block-specific flags) directly in the UI. Indented under their parent flag and can be expanded/collapsed.
    - **Tag Support**: Added support for block tags (e.g., `#c:trapdoors`) in Flag Filters and Plot Permissions.
        - **Note**: Command syntax updated to put Block ID last: `... set <id> <flag> <value> <block>` to support special characters.
- **Command Improvements**:
    - **Zone Info**: Consolidated `/wg zones current` into `/wg zones info`.
    - **Usage**:
        - `/wg zones info`: Shows the list of zones you are currently standing in (with pagination).
        - `/wg zones info <zoneId>`: Shows detailed information for a specific zone.
    - **Selection Get**: `/wg selection get zone <id>` and `/wg selection get plot <id>` now display the coordinates of the selection points.
        - **Click to Teleport**: Coordinates in the chat message can be clicked to suggest a teleport command to that location.