Automatically pickup hemp, pumpkin, ore, pickable items, corpse, etc.

Supported Games
GameServerKingsGameServerKings

Players only need to be close to them to automatically pickup.

Pickup Types

PlantEntity,
CollectibleEntity,
MurdererCorpse,
ScientistCorpse,
PlayerCorpse,
ItemDropBackpack,
ItemDrop,
WorldItem,
LootContainer,// If it's a container, you need to open it. If it's a barrel, you need to hit it
CollectableGifts,

Permissions

  • autopickup.use -- Allows players to use chat commands and automatically pickup.

Chat Commands

  • /ap - Open auto pickup UI

Configuration

{
  "Settings": {
    "Clear Data On Map Wipe": false,
    "Use Teams": false,
    "Use Clans": true,
    "Use Friends": true,
    "Auto pickup is enabled by default": true,
    "Prevent pickup other player's backpack": false,
    "Prevent pickup other player's corpse": false,
    "Prevent pickup other player's plant entity": false,
    "Prevent pickup other player's loot container": true
  },
  "Chat Settings": {
    "Chat Command": "ap",
    "Chat Prefix": "<color=#00FFFF>[AutoPickup]</color>: ",
    "Chat SteamID Icon": 0
  },
  "Auto Pickup Settings": {
    "PlantEntity": {
      "Enabled": true,
      "Check Radius": 0.5
    },
    "CollectibleEntity": {
      "Enabled": true,
      "Check Radius": 0.5
    },
    "MurdererCorpse": {
      "Enabled": true,
      "Check Radius": 0.5
    },
    "ScientistCorpse": {
      "Enabled": true,
      "Check Radius": 0.5
    },
    "PlayerCorpse": {
      "Enabled": true,
      "Check Radius": 0.5
    },
    "ItemDropBackpack": {///Backpack left by the corpse
      "Enabled": true,
      "Check Radius": 0.5
    },
    "ItemDrop": {///Backpack left by box
      "Enabled": false,
      "Check Radius": 0.5
    },
    "WorldItem": {///Discarded item
      "Enabled": false,
      "Check Radius": 0.5
    },
    "LootContainer": {
      "Enabled": false,
      "Check Radius": 0.5
    },   
    "CollectableGifts": {//Halloween candy and Easter egg
      "Enabled": false,
      "Check Radius": 0.5
    },
  },
  "World Item Pickup Settings": {
    "Auto Pickup Delay": 0.5,
    "Check that player's inventory is full": true,
    "Only pickup items that exist in player's inventory": false,
    "Item Block List (Item shortname)": [],
    "Allow Pickup Item Category": {
      "Attire": true,
      "Misc": true,
      "Ammunition": true,
      "Construction": true,
      "Component": true,
      "Items": true,
      "Traps": true,
      "Electrical": true,
      "Fun": true,
      "Food": true,
      "Resources": true,
      "Weapon": true,
      "Medical": true,
      "Tool": true
    }
  },
  "Loot Container Pickup Settings": {
    "loot-barrel-1": true,
    "loot-barrel-2": true,
    "trash-pile-1": true,
    "crate_basic": true,
    "crate_elite": true,
    "crate_mine": true,
    "crate_normal": true,
    "crate_normal_2": true,
    "crate_normal_2_food": true,
    "crate_normal_2_medical": true,
    "crate_tools": true,
    "crate_underwater_advanced": true,
    "crate_underwater_basic": true,
    "dm ammo": true,
    "dm c4": true,
    "dm construction resources": true,
    "dm construction tools": true,
    "dm food": true,
    "dm medical": true,
    "dm res": true,
    "dm tier1 lootbox": true,
    "dm tier2 lootbox": true,
    "dm tier3 lootbox": true,
    "foodbox": true,
    "loot_barrel_1": true,
    "loot_barrel_2": true,
    "loot_component_test": true,
    "loot_trash": true,
    "minecart": true,
    "oil_barrel": true,
    "codelockedhackablecrate": true,
    "supply_drop": true,
    "giftbox_loot": true,
    "presentdrop": true,
    "stocking_large_deployed": true,
    "stocking_small_deployed": true,
    "bradley_crate": true,
    "heli_crate": true,
    "visualshelvestest": true
  },
  "Collectible Entity Pickup Settings": {
    "corn-collectable": true,
    "hemp-collectable": true,
    "mushroom-cluster-5": true,
    "mushroom-cluster-6": true,
    "potato-collectable": true,
    "pumpkin-collectable": true,
    "halloween-bone-collectable": true,
    "halloween-metal-collectable": true,
    "halloween-stone-collectable": true,
    "halloween-sulfur-collectible": true,
    "halloween-wood-collectable": true,
    "metal-collectable": true,
    "stone-collectable": true,
    "sulfur-collectable": true,
    "wood-collectable": true,
    "diesel_collectable": true
  },
  "Plant Entity Pickup Settings": {
    "corn.entity": true,
    "hemp.entity": true,
    "potato.entity": true,
    "pumpkin.entity": true
  }
}

Localization

{
  "NotAllowed": "You do not have permission to use this command",
  "Enabled": "<color=#8ee700>Enabled</color>",
  "Disabled": "<color=#ce422b>Disabled</color>",
  "AutoPickupStatus": "Automatically pickup is now {0}",
  "Title": "Auto Pickup UI",
  "PlantEntity": "Auto Pickup Plant Entity",
  "CollectibleEntity": "Auto Pickup Collectible Entity",
  "MurdererCorpse": "Auto Pickup Murderer Corpse",
  "ScientistCorpse": "Auto Pickup Scientist Corpse",
  "PlayerCorpse": "Auto Pickup Player Corpse",
  "ItemDropBackpack": "Auto Pickup Item Drop Backpack",
  "ItemDrop": "Auto Pickup Item Drop",
  "WorldItem": "Auto Pickup World Item",
  "LootContainer": "Auto Pickup Loot Container"
}

Hooks

private object OnAutoPickupEntity(BasePlayer player, BaseEntity entity)

Thanks for

glasiore: designed the icon for the plugin. Great man!!!**Arainrr **: Previous maintainer

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

27.0K downloads
90 watchers

pickup