πŸ” SafeZone Plugin

Version: 1.0
Author: James
API: Spigot 1.13+

πŸ“¦ Overview

SafeZone is a lightweight Minecraft plugin that allows server admins to create protected zones where PvP, mob damage, and block breaking are disabled. Perfect for spawn areas, shops, or safe havens.

βš™οΈ Commands

🧠 How It Works

🧾 plugin.yml

name: SafeZone
main: me.james.safezone.SafeZone
version: 1.0
api-version: 1.13
commands:
  safezone:
    description: Manage safe zones
    usage: /safezone <set|remove> <name> [width] [length]
    

πŸ“ Maven Setup

Use spigot-api with scope provided in your pom.xml. Java 8 recommended.

πŸš€ Future Features