GhostCustomZones
Useful plugin to set custom zones very customizable!
Price: 20$ [Lifetime]
Discord: https://discord.gg/49Ewp3AvMJ
-> Free:
Maximum of 5 zones
Disable/Enable PVP in zone
Disable/Enable building in zone
Disable/Enable structure damage in zone
Set custom zone location
-> Paid version:
Faster updates!
Faster support!
No zone config limit!
Support me for make more plugins!
Disable/Enable PVP in zone
Disable/Enable building in zone
Disable/Enable structure damage in zone
Disable/Enable deploy cryo dinos in zone
Disable/Enable C4 placing in zone
Disable/Enable equip weapons in zone
Disable/Enable wild dinos in zone
Disable/Enable destoy wild dinos on enter in zone
Disable/Enable tamed dinos in zone
Disable/Enable infinite turret ammo in zone
Set zones for VIP players only (If no are VIP cant enter in the zone) with Permissions plugin!
-> Admin Commands:
-> Admin Tab Commands:
->Rcon Commands:
Discord: https://discord.gg/49Ewp3AvMJ
Config:
Useful plugin to set custom zones very customizable!
Price: 20$ [Lifetime]
Discord: https://discord.gg/49Ewp3AvMJ
-> Free:
Maximum of 5 zones
Disable/Enable PVP in zone
Disable/Enable building in zone
Disable/Enable structure damage in zone
Set custom zone location
-> Paid version:
Faster updates!
Faster support!
No zone config limit!
Support me for make more plugins!
Disable/Enable PVP in zone
Disable/Enable building in zone
Disable/Enable structure damage in zone
Disable/Enable deploy cryo dinos in zone
Disable/Enable C4 placing in zone
Disable/Enable equip weapons in zone
Disable/Enable wild dinos in zone
Disable/Enable destoy wild dinos on enter in zone
Disable/Enable tamed dinos in zone
Disable/Enable infinite turret ammo in zone
Set zones for VIP players only (If no are VIP cant enter in the zone) with Permissions plugin!
-> Admin Commands:
/sezoneloc ZoneName - Set zone location.
-> Admin Tab Commands:
GhostCDL.Reload
->Rcon Commands:
GhostCDL.Reload
Discord: https://discord.gg/49Ewp3AvMJ
Config:
JSON:
{
"License": "FREE", //Your license (FREE is are using free plugin version)
"AdminGroups": [ //Set what groups in permissions plugin are admins.
"Admins"
],
"AdminBypass": true, //If you set "true" admins can enter in all zones.
"ZoneList": { //Here you can configure and add new zones
"PremiumZoneExample": { //Zone name
"FoundationRange": 15, //Zone range (in foundations)
"ShowRange": true, //Show zone range with a bubble for all players
"EnablePVP": false, //Enable pvp in the zone
"EnableBuilding": false, //Enable building in the zone
"StructureDamage": false, //Enable damage structures in the zone
"CanUseCryo": false, //Can deploy cryo dinos in the zone [Only Premium]
"CanPlaceC4": false, //Can place C4 in the zone [Only Premium]
"CanEquipWeapons": true, //Can equip weapons in the zone [Only Premium]
"CanWildDinosEnter": false, //Can wild dinos (no tamed) enter in the zone. [Only Premium]
"DestroyWildOnEnter": true, //If wild dino enter in the zone just destroy it [Only Premium]
"CanTamedDinosEnter": false, //Can tamed dinos enter in the zone [Only Premium]
"TurretHasInfinityAmmo": true, //Set infinite ammo to turrets inside the zone [Only Premium]
"AllowedGroups": [ //Groups than can enter in the zone (Leave empty if all can enter) [Only Premium]
"VIP",
"VIPS"
],
"Location": [ //Zone CCC location
50587.48046875,
271860.71875,
-13797.78515625
]
},
"FreeZoneExample": {
"FoundationRange": 20,
"ShowRange": true,
"EnablePVP": false,
"EnableBuilding": false,
"StructureDamage": false,
"Location": [
50587.48046875,
271860.71875,
-13797.78515625
]
}
},
"Messages": {
"PVP": "PVP is disabled here!",
"CanBuild": "You cant build in this zone!",
"DamageStructures": "You cant damage structures in this zone!",
"DeployCryoDino": "You cant deploy dinos in this zone!",
"PlaceC4": "You cant place C4 in this zone!",
"EquipWeapon": "You cant equip weapons in this zone!",
"EnterInZone": "You cant enter in this zone!"
}
}
or": { //Choise a name for the dino
"DinoBP": [ "Blueprint'/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP.Raptor_Character_BP'", "Blueprint'/Game/PrimalEarth/Dinos/Raptor/BionicRaptor_Character_BP.BionicRaptor_Character_BP'", "Blueprint'/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP_Aberrant.Raptor_Character_BP_Aberrant'" ], //Dinos BP
"MaxPerTribe": 30, //Max dinos of this type in the tribe.
"CustomGroupLimit": { //Set a diferent limit if a player has custom groups in Permissions plugin.
"VIP": {
"MaxPerTribe": 50
},
"MVP": {
"MaxPerTribe": 80
}
}
},
"Rex": {
"DinoBP": [ "Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'" ],
"MaxPerTribe": 20
}
},
"Messages": {
"CustomDinoLimitReached": "The dino tribe limit of {} has been reached {}/{}!"
}
}