You are viewing a potentially older version of this package. View all versions.
Detalhes-RestrictedAreas-0.0.4 icon

RestrictedAreas

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

Date uploaded 2 years ago
Version 0.0.4
Download link Detalhes-RestrictedAreas-0.0.4.zip
Downloads 2412
Dependency string Detalhes-RestrictedAreas-0.0.4

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