About CREATIVE | SANDBOX | BUILDING
The Creative Plugin is designed to enhance the creative and sandbox aspects of the game and offers a wide range of features that empower players to create, build, and experiment with different bases.
You can imagine, create and save your structures.
PERMISSIONS
Quotecreative.vip
creative.admin
usage:
oxide.grant group <group name> creative.vip
oxide.grant user <name/steamid> creative.vip
oxide.grant group <group name> creative.admin
oxide.grant user <name/steamid> creative.admin
FEATURES
Quote* Claimable zones to build
* Upgrade and Downgrade using mouse click
* Fly using letter F
* Remove building structures or deployable using letter R
* Saving and Loading bases
* Building Upgrade and Building Skins
* Building Cost
* Player Menu
* Claim zone using menu
* Fly using menu
* Enable / Disable GTFO mode (GTFO will only allow team to be inside the zone)
* Infinite ammo / rockets
* Base publishing system
ABOUT
Quote* Player can only claim one area
* Only the owner and their team can be inside the claimed area
* Players inside a claimed area can't left the area
* Saving or loading bases can only be done when a player has claimed the area
* Player without an claimed area can't build
* Fast on ground loot despawn
* Removal tool
* God Mode and Fly
* Infinite resources
* Decay disabled
* Automatically enable entities (turrets, furnace, etc)
* No Blueprints
* No Effects (Wet, Cold, Hunget, etc)
* No Workbench
* Always Day (12:00)
COMMANDS
Quote* /help or /info to display information menu
* /claim -> Claim an area in the current player position, if there's another area nearby the player can't claim the current area.
* /unclaim -> Unclaim the owned area by the player. (Only the player who used /claim can unclaim the area)
* /save <basename> -> Save the current entities in the claimed area (Only the claimed area owner can save bases)
* /load <basename> -> Load any base owned by the player. (You require a claimed area to use this command)
* /list -> Display all the owned bases by the player
* /undo -> Remove all entities in the claimed area
* /cost -> Display building cost inside the claimed area (Only building structures, deployables will be added soon with an interface)
* /skins -> Open the skins menu (You should use any paid or free skin plugin.)
* /invite <playername> -> Invite your friend to your team so he can build or enter your area
* /bskin <grade level> <building skin> -> Set skins to buildings (grade level = 1 stones | 2 metal fragments) (building skin -> stones (0 default, 1 adobe, 2 bricks) | metal container (0 default, 1-16 colors)
* All the players can fly using the letter F or chat command /fly
* Players can delete entity or structures using letter R (Max distance: 10 meters | Require a hammer in hand to remove thins)
* /time <0-24> -> will set the ingame time to the desired hour.
* /publish <base name> -> Will make the base public and give a code to share it.
* /load_code <published code> -> Will load the public base attached to that code.
* /code_list -> will display the player public bases.
CONFIG
* INFO MENU CONFIG
Quote{
"Building Zone Radius (Def: 40)": 40.0,
"Disable player being kicked by terrain violation": true,
"Disable structures decay (Def: true)": true,
"Always day (12:00) (Def: true)": true,
"Server Name": "SERVERNAME | CREATIVE | BUILDING | SANDBOX",
"Information": [
"Type <color=red>/help</color> or <color=red>/info</color> to display this information menu again!",
"Type <color=red>/claim</color> to claim zone to build your base.",
"Type <color=red>/unclaim</color> to unclaim the current building zone.",
"Type <color=red>/save</color> <basename> to save your base.",
"Type <color=red>/load</color> <basename> to load your base.",
"Type <color=red>/undo</color> to undo last loaded base.",
"Type <color=red>/list</color> to display all your saved bases.",
"Type <color=red>/cost</color> to display the building cost of the base in the building zone.",
"Type <color=red>/skin</color> or click the skin button in the left corner of the screen to change the items skins.",
"Type <color=red>/invite <playername></color> to invite a player to your team.",
"Type <color=red>/accept</color> to accept the team invitation.",
"You can <color=green>upgrade</color> or <color=red>downgrade</color> building structures by clicking left or right mouse button.",
"Type <color=red>/bskin <grade level> <building sin> </color> to set the building skin to a paid DLC.",
"You can fly pressing the letter <color=red>F</color>.",
"You can delete or remove things using the letter <color=red>R</color>.",
"You can select the building grade and skin at the menu in the left corner of the screen.",
"Only the owner and their teammates can be inside the building zone."
],
"Enable Godmode": true,
"Add Moderator": true,
"Building Load Timer between structures (def 0.5f)": 0.5,
"Lobby position (player can not build here)": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
"Load/Save base system (default / copypaste)": "default",
"Default players save base limit (def: 10)": 10,
"VIP players save base limit (def: 30)": 10,
"Keep zone and building when player disconnect? (Def: false)": false,
"Display MapMarker on zones": true,
"Zone Claim Command": "claim",
"Zone Un-Claim Command": "unclaim",
"Clan Create Command": "create",
"Clan Invite Command": "invite",
"Base Save Command": "save",
"Base Load Command": "load",
"Time Command": "time",
"Base List Command": "list",
"Base Undo Command": "base_undo",
"Open Menu Command": "menu",
"Open Info Menu Command": "info",
"Base Cost Command": "cost",
"Build Grade Command": "up",
"Noclip Command": "fly"
}
* ZONE CLAIM CONFIG
Quote{
"Building Zone Radius (Def: 40)": 40.0,
"Disable player being kicked by terrain violation": true,
"Disable structures decay (Def: true)": true,
"Always day (12:00) (Def: true)": true
}
* BUILDING CONFIG
Quote{
"Enable Godmode": true,
"Add Moderator": true // GIVE MODERATOR TO PLAYER ON CONNECT -> ALLOW NOCLIP
}