plugin to prevent construction in certain areas (PVP/PVE)

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Nyckeel

Supporter Rank
Joined
Aug 18, 2020
Messages
14
hello, I'm looking for a plugin that can do the following things:
- be able to designate multiple areas on the map with X-Y-Z coordinates to prevent players from building in certain locations.
- be able to define the radius of the zone prohibited for construction.
- have an option just allowing admins to build in these areas.
- be able to activate or not pvp in defined areas, whether on pvp or pve server.
- be able to prevent damage to structures, dinosaurs and / or players.
- prevent the flying dinos from entering the area.
- have a command allowing to visualize the zone by a dome.


with a sample configuration I'm looking for :

{
"Arena1":
{
"StructureProtection":true,
"StructureProtectionPosition":[
-190053,
95662,
11679
],
"StructureProtectionDistance":8500,
"IgnoreAdmin": true,
"PVParea": false,
"PreventFlyers": true,
"PreventStuctureDamage": true,
"PreventDinoDamage": true,
"PreventPlayerDamage": true
}
}
 
hello, I'm looking for a plugin that can do the following things:
- be able to designate multiple areas on the map with X-Y-Z coordinates to prevent players from building in certain locations.
- be able to define the radius of the zone prohibited for construction.
- have an option just allowing admins to build in these areas.
- be able to activate or not pvp in defined areas, whether on pvp or pve server.
- be able to prevent damage to structures, dinosaurs and / or players.
- prevent the flying dinos from entering the area.
- have a command allowing to visualize the zone by a dome.


with a sample configuration I'm looking for :

{
"Arena1":
{
"StructureProtection":true,
"StructureProtectionPosition":[
-190053,
95662,
11679
],
"StructureProtectionDistance":8500,
"IgnoreAdmin": true,
"PVParea": false,
"PreventFlyers": true,
"PreventStuctureDamage": true,
"PreventDinoDamage": true,
"PreventPlayerDamage": true
}
}
check my plugins
 
I saw your plugins, unfortunately this is only part of what I'm looking to be able to do.
thank you anyway ;)
 
Its will be copy)


Today upload update
View attachment 4015
where can i find your discord ?

does it give the possibility to create a PVP zone on a PVE server ?
will the structures that will be installed by an admin in the area be protected from damage (even if pvp is activated) ?
 
SafeZones already do this and works like you describing
 
Back
Top