The plugin will allow the server owner to set the amount of high external walls that will be stacked on top of the placed high external wall, set whether the user of this plugin will need the chat command permission or not, and require the user of this plugin to have the materials required to stack the walls.
When the user places an high external wall, a # of externals walls are stacked on top. The # is based on the plugin configuration. The plugin has one toggle command (/wstack) and is compatible with . When the user removes the ground high external wall then the walls stacked on top are also destroyed.
When the user places an high external wall, a # of externals walls are stacked on top. The # is based on the plugin configuration. The plugin has one toggle command (/wstack) and is compatible with . When the user removes the ground high external wall then the walls stacked on top are also destroyed.
Chat Commands
- wstack - Enables/disables high external wall stacking.
Permission
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>.- externalwallstack.wstack
Configuration
The settings and options can be configured in the ExternalWallStacker file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.- []RequireMaterials
- [
- ]Description: When this configuration is set to true, it will require the users to have high external walls in order to stack high external walls. If the users has 2 high external walls and the configuration setting "StackHeight" is set to 2, the walls will stack 1 high because 1 of the 2 high external walls is being placed on the terrain. If the user removes the ground high external wall while this configuration is set to true, they will receive all of the high externals they used to stack the wall.
- []StackHeight
- [
- ]Description: This configuration will dictate how high the high external walls will stack.
- []UsePermission
- [
- ]Description: If this configuration is set to true, it will require the users to have the permission "externalwallstack.wstack" to use the chat command /wstack.
- []NotAuthorized
- [
- ]Description: The message that is displayed to the user if they don't have the permission to run the chat command /wstack.
- []CommandToggle
- [
- ]Description: The message that is displayed to the user if they successfully run the chat command /wstack.