Version: 1.0
Author: James
API: Spigot 1.13+
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.
/safezone set <name> <width> <length>
β Creates a zone centered on the player./safezone remove <name>
β Removes the specified zone.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]
Use spigot-api
with scope provided
in your pom.xml
. Java 8 recommended.