StackBoxes new

Stack large boxes and small boxes on top of each other, safely.

Carbon Oxide v1.0.0 Updated

Overview

StackBoxes is built and tested on live Carbon and Oxide servers.

Stack large boxes and small boxes on top of each other, safely.

Every download is licensed to you and watermarked with your details.

Features

  • Stacks up to a configurable height
  • Collapses cleanly when the base is destroyed
  • No floating boxes after decay

Install

  1. Download StackBoxes.cs from My Plugins.
  2. Drop it into oxide/plugins or carbon/plugins.
  3. Grant the permission:
o.grant group default stackboxes.use

The file name must stay StackBoxes.cs — Oxide matches it to the class name.

Config

{
  "Enabled": true,
  "Chat prefix": "[StackBoxes]",
  "Radius": 25.0
}

Commands & Permissions

Commands

  • /stackboxes — open the panel

Permissions

  • stackboxes.use — allows using the plugin

Changelog

VersionReleasedChanges
v1.0.0 latest
  • Bundled languages
  • Faster panel
  • Fixed a rare null reference on disconnect
v0.9.0
  • First public release.