
Requires CopyPaste plugin. https://umod.org/plugins/copy-paste
Cargo Plane will bring in airdrop to drop your patefile. see video.
Will auto auth on turrets, tc, beds, and locks.
Permission needed for /getdrop
basecall.use
Chat Commands
/getdrop <ItemName>--- get your self a drop with global cooldown in config.
/redo -- If they open any loot boxes or after 60 seconds they can no longer redo.
Console Command
givedrop <ItemName> <steamID> ---- give player a drop with config itemName
Spoiler: Demo Config
Code:
{
"Settings": {
"PermissionUse": "basecall.use",
"planeSpeed": 6.0,
"dropSpeed": 60.0,
"cooldownToss": 2,
"cooldownGet": 2,
"DropItems": {
"2131827661": { // The SkinID of the item.
"ItemName": "BaseDrop", // The Item Name
"pasteFile": "T1B1", // Copy paste file name with out .json
"CopyPasteParameters": [
"stability",
"false"
]
},
"2137151394": {
"ItemName": "StarterBase",
"pasteFile": "T1B1",
"CopyPasteParameters": [
"stability",
"false"
]
}
}
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 4
}
Example of uses. You could copy a box on a twig foundation with items in it for players.
Or use it to give player a starter base.
Cargo Plane will bring in airdrop to drop your patefile. see video.
Will auto auth on turrets, tc, beds, and locks.
Permission needed for /getdrop
basecall.use
Chat Commands
/getdrop <ItemName>--- get your self a drop with global cooldown in config.
/redo -- If they open any loot boxes or after 60 seconds they can no longer redo.
Console Command
givedrop <ItemName> <steamID> ---- give player a drop with config itemName
Spoiler: Demo Config
Code:
{
"Settings": {
"PermissionUse": "basecall.use",
"planeSpeed": 6.0,
"dropSpeed": 60.0,
"cooldownToss": 2,
"cooldownGet": 2,
"DropItems": {
"2131827661": { // The SkinID of the item.
"ItemName": "BaseDrop", // The Item Name
"pasteFile": "T1B1", // Copy paste file name with out .json
"CopyPasteParameters": [
"stability",
"false"
]
},
"2137151394": {
"ItemName": "StarterBase",
"pasteFile": "T1B1",
"CopyPasteParameters": [
"stability",
"false"
]
}
}
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 4
}
Example of uses. You could copy a box on a twig foundation with items in it for players.
Or use it to give player a starter base.