Detalhes-RestrictedAreas icon

RestrictedAreas

Create restricted areas where players can't build, damage, interact or modify terrain

Last updated 2 years ago
Total downloads 3046
Total rating 2 
Categories Server-side Client-side
Dependency string Detalhes-RestrictedAreas-0.0.4
Dependants 9 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.1600 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.1600

README

Restricted Areas

Create restricted areas where players can't build, damage, interact or modify terrain.

It has server sync, must be installed in client and the server. Does not need to restart the server when change configs. (thanks blaxxun for serversync)

X,Y:1 are the center Coordinates of the area.

Radius: is the area radius.

permittedIds: SteamId off players that can by pass this area.

Permissions: noBuild: Disable build, remove pieces, damage in buildings. NoTerrain: disable hoe and cultivator modifications NoPickaxe: disable pickaxe damage on ground NoInteract: Does not let pickup items from item stands and farms. NoTreeDamage: Does not allow damage on trees NoWard: does not allow building wards

Examples:

x=100;y=100;radius=300;permittedIds=76561198053366464,7656119833896646;permissions=noBuild,noTerrain,noInteract,noTreeDamage | x=100;y=100;radius=300;permittedIds=76561198053366464,7656119833896646;permissions=noBuild,noTerrain,noInteract,noTreeDamage

You can create more areas with a "|"

Help discord: https://discord.gg/eTWyhHKcFR

0.0.4 add nopickaxe 0.0.2 Add noWard