https://github.com/benjaminforras/myzone
myZone is a easy to use protection system which is based on Worldguard, that allows users to perform various actions on user-selected areas
https://github.com/benjaminforras/myzone
bukkit minecraft plugin spigot spigot-plugin worldguard
Last synced: 2 months ago
JSON representation
myZone is a easy to use protection system which is based on Worldguard, that allows users to perform various actions on user-selected areas
- Host: GitHub
- URL: https://github.com/benjaminforras/myzone
- Owner: benjaminforras
- Created: 2016-11-19T11:33:12.000Z (over 9 years ago)
- Default Branch: v1.1
- Last Pushed: 2017-06-14T16:30:35.000Z (about 9 years ago)
- Last Synced: 2025-07-02T08:14:17.468Z (about 1 year ago)
- Topics: bukkit, minecraft, plugin, spigot, spigot-plugin, worldguard
- Language: Java
- Homepage: https://tryharddood.github.io/#/myzone
- Size: 579 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Features |
Installation |
Commands |
Permissions |
Configuration
:bug: Report an issue
Features
- Zone protection
- Easy-to-use
- Economy support via
Vault
- 1.7.10, 1.8.X, 1.9.4, 1.10, 1.11 support.
- Multilanguage support
- Easy costumization
- Update notifier
Dependencies
If you would like to use the economy support you�ll have to have [Vault](https://dev.bukkit.org/projects/vault) installed.
Installation
- Download
myZone
- Make sure your server is not running.
- Copy the .jar file into your plugins directory.
- Start the server.
- If you made a backup of your config.yml file, stop the server and edit the newly generated config.yml file with only what you need, from the backup.
- Start the server.
- Enjoy!
Commands
Click here to show the commands
Command
Permission
Details
/zone
myzone.zone
Gives access to the gui.
/zone create <zonename>
myzone.zone.create
Gives access to create zones
/zone delete <zonename>
myzone.zone.delete myzone.zone.delete.others
Gives access to delete zones
/zone flag <zonename> <flag> <value>
myzone.zone.flag myzone.zone.flag.others myzone.zone.flag.[flag]
Gives access to manage the zones flags
/zone members
myzone.zone.members
Gives access to manage the zones members
/zone members <zonename> <add> <player>
myzone.zone.members.add myzone.zone.members.add.others
Gives access to add members to zones
/zone members <zonename> <remove> <player>
myzone.zone.members.remove myzone.zone.members.remove.others
Gives access to remove members to zones
/zone owners
myzone.zone.owners
Gives access to manage the zones owners
/zone owners <zonename> <add> <player>
myzone.zone.owners.add myzone.zone.owners.add.others
Gives access to add owners to zones
/zone owners <zonename> <remove> <player>
myzone.zone.owners.remove myzone.zone.owners.remove.others
Gives access to remove owners to zones
/zone expand <zone> <size> <up|down|north|east|south|west>
myzone.zone.expand myzone.zone.expand.others
Gives access to expand zones.
/zone info <zone>
myzone.zone.info
Gives access to view the zones information.
/zone setpos <1|2>
myzone.zone.setpos
Gives access to set the positions of a zone.
/zone reload
myzone.reload
Gives access to reload the configuration.
Permissions
Click here to show the permissions
Permission
Details
Others
myzone.zone.selectborder
Gives access to use the zone selection tool.
myzone.zone.checkzone
Gives access to use the zone checking tool.
myzone.permpack.basic
Gives access to the basics.
myzone.zone.create myzone.zone.delete myzone.zone.flag myzone.zone.members myzone.zone.members.add myzone.zone.members.remove myzone.zone.selectborder
myzone.permpack.basicFlags
Gives access to the basic flags.
myzone.zone.flag.passthrough myzone.zone.flag.build myzone.zone.flag.mob-damage myzone.zone.flag.entity-item-frame-destroy myzone.zone.flag.entity-painting-destroy myzone.zone.flag.item-drop myzone.zone.flag.creeper-explosion myzone.zone.flag.other-explosion myzone.zone.flag.enderman-grief myzone.zone.flag.enderpearl myzone.zone.flag.enderdragon-block-damage myzone.zone.flag.ghast-fireball myzone.zone.flag.tnt myzone.zone.flag.lighter myzone.zone.flag.lava-fire myzone.zone.flag.chest-access myzone.zone.flag.water-flow myzone.zone.flag.lava-flow myzone.zone.flag.use myzone.zone.flag.vehicle-place myzone.zone.flag.vehicle-destroy myzone.zone.flag.snow-fall myzone.zone.flag.snow-melt myzone.zone.flag.ice-form myzone.zone.flag.ice-melt myzone.zone.flag.entry myzone.zone.flag.greeting myzone.zone.flag.farewell myzone.zone.flag.potion-splash
myzone.permpack.admin
Gives access to all of the admin commands.
myzone.zone.delete.others myzone.zone.flag.others myzone.zone.members.add.others myzone.zone.members.remove.others myzone.zone.info myzone.zone.checkzone myzone.admin myzone.zone.flag.*
Configuration
Here you can find the default configuration file: [config.yml](https://github.com/TryHardDood/myZone/blob/v1.1/src/main/resources/config.yml)
Made by
TryHardDood with :heart:
:trollface: