Foundation Only Deployables

Oxide Foundation Only Deployables 1.0.0

Sign in to download
This plugin blocks the placement of most deployables on the ground, limiting them to foundations or other building blocks.


Permissions

  • foundationonlydeployables.ignore - Players with this permission can place any deployable on the ground, bypassing the foundation-only restriction.

Configuration

JSON:
{
  "Version": "1.0.0",
  "Prefab Names That Can Be Placed On Ground": [
    "assets/prefabs/deployable/furnace.large/furnace.large.prefab",
    "assets/prefabs/deployable/oil refinery/refinery_small_deployed.prefab",
    "assets/prefabs/building/wall.external.high.stone/wall.external.high.stone.prefab",
    "assets/prefabs/building/wall.external.high.wood/wall.external.high.wood.prefab",
    "assets/prefabs/building/gates.external.high/gates.external.high.wood/gates.external.high.wood.prefab",
    "assets/prefabs/building/gates.external.high/gates.external.high.stone/gates.external.high.stone.prefab"
  ]
}
  • Prefab Names That Can Be Placed On Ground - A list of deployable prefabs that are allowed to be placed directly on the ground, bypassing the building block restriction.

Localization

JSON:
{
    "CannotPlaceOnGround": "This item can only be placed on building blocks, ground placement is not allowed."
}
Author
VisEntities
Downloads
9
First release
Last update

Ratings

0.00 star(s) 0 reviews

Also by VisEntities

Back
Top