No Raid Zones allows you to define zones where players can't use C4 or Drills.
Usage
Simply stand in the cell (a square which is surrounded by the blue stripes) you want to protect and type /nrz add.
Note: Place a stake in the grid to make sure players wont builds in the raid protected grid.
Permissions
noraidzones.admin-- Allows player to utilize plugin features
Chat Commands
/nrz-- Lists all available commands/nrz add-- Apply protection to the cell you are standing in./nrz remove-- Disband protection on the cell you are standing in./nrz check-- Check if the cell you are standing on is protected or not.
Configuration
BlockedGuids -- Blocked guids by default C4 and RaidingDrill
FillStakes -- Automatically fill stakes in protected cells.
{
"BlockedGuids": [
"e0ed5b104ae770a4ebe12a30576e6385",
"972cbc350a69a14419b7c06a3baaa090"
],
"FillStakes": true
}
Localization
{
"NRZUsage": "<color=orange>[NRZ]</color> > Usage: /NRZ add|remove|check.",
"NRZAdded": "<color=orange>[NRZ]</color> > No Raid Zone added on this cell.",
"HasNRZ": "<color=orange>[NRZ]</color> > This cell is a No Raid Zone.",
"NRZExists": "<color=orange>[NRZ]</color> > No Raid Zone already exists in this cell.",
"NRZRemoved": "<color=orange>[NRZ]</color> > No Raid Zone removed from this cell.",
"NoStake": "<color=orange>[NRZ]</color> > You are not authorized on a stake in this cell.",
"NoNRZ": "<color=orange>[NRZ]</color> > No No Raid Zone set in this cell.",
"NRZAlert": "<color=orange>NO RAID ZONE!</color>",
"NoPermission": "<color=orange>[NRZ]</color> > You do not have the permissions to use this command. (Perm: {perm})"
}
Planed Features
- No raiding during defined times/dates
- Invisible wall (Players can't enter any raid zone if they aren't written in the stake)
F.A.Q.
Does this plugin still works for legacy?
No, all patches after version 1.3.0 won't work on legacy servers anymore.
Credits
- Lizzaran, for the original version of this plugin
- Swat1801, for helping maintain the original version
MIT License
Copyright (c) 2020 MrBlue
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

