Skip to content

Latest commit

 

History

History
566 lines (566 loc) · 9.49 KB

README.md

File metadata and controls

566 lines (566 loc) · 9.49 KB

[IMG]  
Zone Protection Made Easy!

Features | Installation | Commands | Flags and Variables | Configuration

Report an issue

ONLY WORKS ON SPIGOT!

Features

  1. Zone protection
  2. Easy-to-use
  3. Update notifier
  4. 1.14.x, 1.15.x, 1.16.x support. (It should work on newer versions as well.)
  5. Multilanguage support.
  6. Players can use it
  7. Useful flags ( like ‘fly’ or ‘water-flow’ )
  1. Download   iZone Reloaded
  2. Make sure your server is not running.
  3. Copy the .jar file into your plugins directory.
  4. Start the server.
  5. 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.
  6. Start the server.
  7. Enjoy!
Command
Details
/zmod
Opens a gui where you can access all of your zones and modify them.
/zmod create [name]
Creates a zone with the given name.
/zmod delete [name]
Deletes a zone.
/zmod help
List of commands in-game.
/zmod list
Prints list off all owned zones.
/zmod who
List of players in your current zone.
/zmod info [name]
Prints info about the zone.
/zmod allow [zone] [player]
Add player to zone list.
/zmod disallow [zone] [player]
Remove player to zone list.
/zmod flag [zone] [flag] [flag data]
Toggle a zone flag
/zmod parent [child] [parent]
Set a parent for a child zone.
/zmod expand [zone] [size] [direction]
Expand the borders up or down.
/zmod visualise
Shows the selected area’s borders for couple seconds.
/izone [reload]
Shows the plugin information and reload the current configuration.


Flag
Details
PROTECTION
Protects everything
MONSTER
Disables mob spawning
ANIMAL
Disables animal spawning
WELCOME
Welcome message in chat and title
FAREWELL
Farewell message in chat and title
HEAL
Heals you with the given amount when you’re in the zone.
HURT
Hurts you with the given amount when you’re in the zone.
PVP
Disables or Enables the PVP
CREEPER
Disable Creeper explosion damage
TNT
Disable TNT damage
EXPLOSION
Disable other explosions damage
FIRE
Blocks fire spread
RESTRICTION
Restrict the entry
JAIL
Can't get out of it
LIGHTNING
Disables lightning strikes in the zone
DEATHDROP
No damage on fall
SAFEDEATH
No item or exp loss when you die
DROP
Disables dropping items
INTERACT
Disable/Enable interacting in the zone
ENDERMAN
Disable Enderman’s block grief
GOD
Enable/Disable god mode
GAMEMODE
Change the player’s gamemode when they’re in the zone
FLY
Disable or Enable flying
TAKEITEM_IN
When entering the zone it takes an item
TAKEITEM_OUT
When leaving the zone it takes an item
GIVEITEM_IN
When entering the zone it gives an item
GIVEITEM_OUT
When leaving the zone it gives an item
TAKEEFFECT_IN
When entering the zone it takes an effect
TAKEEFFECT_OUT
When leaving the zone it takes an effect
GIVEEFFECT_IN
When entering the zone it gives an effect
GIVEEFFECT_OUT
When leaving the zone it gives an effect
MELT
Disable ice/snow melting
TELEPORT
When set the owner can teleport to the zone with the gui
WATER_FLOW
Disable water flow
LAVA_FLOW
Disable lava flow


	
on-create:
  protection: true
  monster: false
  animal: false
  welcome: false
  farewell: false
  heal: false
  hurt: false
  pvp: false
  creeper: false
  tnt: false
  explosion: false
  fire: false
  restriction: false
  jail: false
  lightning: false
  deathdrop: false
  safedeath: false
  drop: false
  interact: true
  enderman: false
  god: false
  gamemode: false
  fly: false
  takeitem_in: false
  takeitem_out: false
  giveitem_in: false
  giveitem_out: false
  takeeffect_in: false
  takeeffect_out: false
  giveeffect_in: false
  giveeffect_out: false
  melt: false
  teleport: false
  water_flow: false
  lava_flow: false
locale: hu
listeners:
  healthListener: true
tools:
  check: WOODEN_SWORD
  define: WOODEN_SHOVEL
particles:
  enabled: true
  particle: FIREWORKS_SPARK
autoexpand:
  enabled: true
messages:
  title:
    enabled: true
    fadeIn: 2
    stay: 20
    fadeOut: 2
healing:
  time: 3
  amount: 1
hurting:
  time: 7
  amount: 2
restriction:
  size:
    (-1, -1, -1): izone.zone.max-size.unlimited
    (50, 256, 50): izone.zone.max-size.1
  zone:
    '-1': izone.zone.max-zone.unlimited
    '3': izone.zone.max-zone.1


This plugin utilizes BtoBastian’s plugin metrics system, which means that the following information is collected and sent to bstats.org


Made by TryHardDood with ❤️