RUST Zone Manager v3.1.8

No permission to download
You can download a maximum of 0 files within 24 hours
Zone Manager is an advanced zone manager for creating in-game zones.

Permissions​

This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.
zonemanager.zone -- Allows access to chat/console commands

zonemanager.ignoreflag.<flagtype> -- Allows players to bypass any flag set on a zone. Replace <flagtype with the flag you wish to ignore

Make sure you do not blindly grant players any of the ignore flags!

If you are unsure what the result of granting an ignoreflag will be, simply look at what the flag does and by granting the ignore flag permission that player will be able to bypass the flags affect

Chat Commands​

These are only accessible for players with auth level 2 or the permission zonemanager.zone

/zone_add - Create a new zone on your location

/zone_edit <zone ID> - Edit the zone with the specified ID

/zone_list - List all zones with their corresponding zone ID

/zone_remove <zone ID> - Remove the zone with the specified ID

/zone_wipe - Deletes all zones

/zone_player <opt:player ID or name> - Display information about the zones the specified player is in and what flags they currently have

/zone_stats - Display the count of various entities in all zones

/zone flags - Open the UI flag editor

/zone <flag> <value> - Set's the specified field or flag

Zone Flags​

Zone flags are conditions you can apply to a zone. To set a zone flag you must first be editing the target zone. You can then apply flags to the zone by typing /zone <option> <value>.

You can apply multiple flags in one line by continuing the pattern (ex. /zone eject true killsleepers true nobuild true)

Alternatively, you can type /zone flags to open a GUI menu in which you can toggle flags easily.

Flag Types​

Flag name - Values - Description

These are all the available flags. First is the name of the flag, followed by the value type it accepts.

  • autolights - true/false - Toggles lights on and off automatically depending on the time (time's can be set in the config)
  • eject - true/false - All players will be kicked from the zone when trying to enter it unless they are on the zone whitelist, or have the permission associated with that zone. (This flag will not affect admins)
  • ejectsleepers - true/false - Players will be moved out of the zone when they go to sleep (This flag will not affect admins)
  • infinitetrapammo - true/false - Flame turrets, gun traps and auto-turrets won't consume fuel
  • kill - true/false - Players will be killed when they enter the zone
  • killsleepers - true/false - Players will be killed when they go to sleep (This flag will not affect admins)
  • lootself - true/false - Players will be able to loot their own body/bag. This flag only applies when the flag NoPlayerLoot is active on a zone
  • noapctargeting - true/false - APCs will not target players in the zone
  • nobleed - true/false - Prevent players from bleeding
  • noboxloot - true/false - Prevent players from looting boxes
  • nobuild - true/false - Prevent players from building (This flag will not affect admins)
  • nochat - true/false - Prevent player from using chat (This flag will not affect admins)
  • nocollect - true/false - Prevent players from picking up collectables
  • nocorpse - true/false - Remove player corpses when they spawn
  • nocraft - true/false - Disable crafting in the zone
  • nocup - true/false - Prevent players from placing a Tool Cupboard
  • nodecay - true/false - Stop decay-able entities from taking decay damage
  • nodeploy - true/false - Prevent players from deploying items (This flag will not affect admins)
  • nodooraccess - true/false - Prevent players from opening doors
  • nodrop - true/false - Removes dropped items
  • nodrown - true/false - Prevent players from drowning
  • noentitypickup - true/false - Prevent players from picking up entities such as doors, locks etc
  • nofalldamage - true/false - Prevent players from taking fall damage
  • nogather - true/false - Prevent players from gathering resources
  • nohelitargeting - true/false - Stops helicopters from targeting players and sends them to a new location
  • nokits - true/false - Prevent players from claiming kits (Kits plugin)
  • nolootspawns - true/false - Prevent loot from spawning in the zone
  • nonpcspawns - true/false - Prevent animals from spawning in the zone
  • nonpctargeting - true/false - NPC players wont target players in the zone
  • nooventoggle - true/false - Prevent players from toggling on/off ovens/lights/fires etc
  • nopickup - true/false - Prevent players from picking up dropped items
  • noplayerloot - true/false - Prevent players from looting other players
  • nopve - true/false - Animals will be invincible to player attacks
  • noremove - true/false - Prevent players using the remove tool (RemoveTool plugin)
  • nosignupdates - true/false - Prevent players from updating signs
  • noshop - true/false - Prevent players from using a shop (GUIShop/ServerRewards)
  • nostability - true/false - Disable structure stability
  • nostash - true/false - Prevent players from hiding a stash
  • nosuicide - true/false - Prevent players from using the suicide command
  • notp - true/false - Prevent players from using teleportation (Teleportation plugin)
  • notrade - true/false - Prevent players from trading (Trade plugin)
  • noturrettargeting - true/false - Stops turrets from targeting players (autoturret/flameturret/guntrap)
  • noupgrade - true/false - Buildings can not be upgraded (This flag will not affect admins)
  • novending - true/false - Prevent players from using vending machines
  • novoice - true/false - Prevent players from using voice chat (This flag will not affect admins)
  • nowounded - true/false - Skip the wounded state when a player dies
  • keepvehiclesin - true/false - Vehicles inside the zone will be prevented from leaving
  • keepvehiclesout - true/false - Vehicles will be prevented from entering the zone
  • npcfreeze - true/false - Stop animals from moving around
  • pvegod - true/false - Players will have PVE god mode
  • pvpgod - true/false - Players will have PVP god mode
  • sleepgod - true/false - Sleeping players will have god mode
  • undestr - true/false - Buildings will not take damage

Zone Options​

There are also zone options that can be set/adjusted in the same way you would set a flag.

Option - Values - Description

  • name - "Zone Name" - Set the zone name
  • id - "ID number" - Set the zone ID
  • location - "here" or "x y z" - By using the value "here" the zone location will move to your position, otherwise set the position manually by typing the co-ordinates (x y z)
  • radius - Number amount - Set the radius of the zone (if using a sphere shaped zone)
  • size - "width height length" - Set the size of the zone (for use when creating rectangle zones. Be sure to type the width, height and length as numbers representing the size you wish the zone to be
  • rotation - "y rotation" or no value - Rotate a rectangle zone to the Y value specified, or if no value is given it will be the direction you are facing
  • radiation - Number amount - Add radiation to this zone
  • safezone - true/false - Set's the zone as a safe zone the same as the compound, where weapon can't be drawn and player to player damage can not be dealt
  • enter_message - "Any message in quotation marks" - Set a message to display to players when they enter the zone
  • leave_message - "Any message in quotation marks" - Set a message to display to players when they leave the zone
  • ejectspawns - "Spawnfile name" - Designate a spawnfile to eject players to as an alternative to teleporting them outside of the zone
  • permission - "Permission name" - Assign a permission to this zone to prevent players without the permission entering it
  • enabled - true/false - Enable or disable this zone
  • parentid - "Zone ID" - Set a parent zone
Example zone creation for an admin house:
Code:
Please, Log in or Register to view codes content!
Here you can see we have created a new zone, named it "Admin House" and set the nobuild, nodeploy and undest flags to true. This will stop players from building, deploying items and damaging buildings in the zone.

Parent/Child zones​

By default, smaller zones inside other zones inherit the flags from the larger zone, aswell as the flags assigned to the smaller zone.

To work around this you can assign a parent zone ID to the smaller zone by using the command "/zone parentid <zoneid>".

The plugin will still register the player as being inside both zones, but all the flags from the parent zone (the larger outer zone) will be disabled for that player when they enter the child zone (the smaller zone inside the outer zone).

If you are using this feature and still want certain flags from the parent zone applied to the player, zimply apply those flags to the child zone also.

Configuration​

The settings and options can be configured in the ZoneManager file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.
Code:
Please, Log in or Register to view codes content!

Developer API​

Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!

Hooks​

Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!
Author
Box2
Downloads
0
Views
31
First release
Last update
Rating
0.00 star(s) 0 ratings

Share this resource

Similar resources

Adds zones and domes to monuments automatically
0.00 star(s) 0 ratings
Downloads
0
Updated
0.00 star(s) 0 ratings
Downloads
0
Updated
SourceMod CS: GO  Bomba-zone 2023-03-20 GP20.00
Выдача бомбы первому игроку(Terroris) который прибежит в зону закладки!
0.00 star(s) 0 ratings
Downloads
0
Updated
XF 2  Frag Zone 1.0.0 GP15.00
Тёмный стиль
0.00 star(s) 0 ratings
Downloads
0
Updated
XF 2  Frag Zone 2.2.4.0 GP30.00
Отличный стиль для игровых сообществ.
0.00 star(s) 0 ratings
Downloads
0
Updated