{"id":121102,"date":"2026-06-07T05:57:37","date_gmt":"2026-06-07T02:57:37","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/pick-and-throw\/"},"modified":"2026-06-07T05:57:37","modified_gmt":"2026-06-07T02:57:37","slug":"pick-and-throw","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/pick-and-throw\/","title":{"rendered":"Pick And Throw"},"content":{"rendered":"<p>A feature-rich Minecraft plugin that allows players to pick up and throw entities with advanced customization options.<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; \ud83c\udfaf **Pick up &#038; throw** entities and players<br \/>\n&#8211; \ud83d\udcda **Unlimited stacking** &#8211; Stack entities on top of each other (Optional)<br \/>\n&#8211; \ud83c\udfa8 **Customizable pickup item** &#8211; Set any item (with NBT support) as pickup tool<br \/>\n&#8211; \ud83d\udeab **Entity filter** &#8211; Whitelist\/Blacklist system for entity types<br \/>\n&#8211; \ud83c\udfae **Two throw modes** &#8211; Throw one at a time or all at once<br \/>\n&#8211; \u26a1 **Two power modes** &#8211; Fixed velocity or charge-by-sneaking<br \/>\n&#8211; \ud83d\udcca **Two charge displays** &#8211; BossBar or ActionBar<br \/>\n&#8211; \ud83d\udd04 **Charge loop mode** &#8211; Precise timing with cycling progress<br \/>\n&#8211; \ud83c\udf0d **Multi-language** &#8211; Community-friendly locale system (zh-CN, en-UK, etc.)<br \/>\n&#8211; \ud83d\udd10 **Permission system** &#8211; Control who can use the plugin<br \/>\n&#8211; \ud83c\udf10 **Universal compatibility** &#8211; Works on Folia, Paper, Spigot, and Bukkit<\/p>\n<p>## \ud83d\udce6 Installation<\/p>\n<p>1. Download the plugin jar<br \/>\n2. Place it in your server&#8217;s `plugins\/` folder<br \/>\n3. Restart the server<br \/>\n4. Configuration files will be auto-generated in `plugins\/PickAndThrow\/`<\/p>\n<p>## \ud83c\udfae How to Use<\/p>\n<p>### Basic Usage<\/p>\n<p>**Default mode** (empty hand):<br \/>\n1. Right-click entity \u2192 Pick up<br \/>\n2. Right-click another entity \u2192 Stack on top<br \/>\n3. Left-click \u2192 Throw<\/p>\n<p>**Charge mode**:<br \/>\n1. Right-click entity \u2192 Pick up<br \/>\n2. Hold Shift \u2192 Start charging (BossBar\/ActionBar shows progress)<br \/>\n3. While holding Shift, Left-click \u2192 Throw with current charge power<br \/>\n4. Release Shift and Left-click \u2192 Throw with minimum power<\/p>\n<p>### Custom Pickup Item (Optional)<\/p>\n<p>1. Hold any item<br \/>\n2. Use `\/pat sethand` \u2192 Set as pickup tool<br \/>\n3. Use `\/pat sethand` with empty hand \u2192 Clear (back to empty hand mode)<\/p>\n<p>## \ud83d\udcdd Commands<\/p>\n<p>All commands require `pickandthrow.admin` permission (default: OP)<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/pat` | Show plugin info and help |<br \/>\n| `\/pat reload` | Reload all configuration files |<br \/>\n| `\/pat sethand` | Set\/clear held item as pickup tool |<\/p>\n<p>## \ud83d\udd11 Permissions<\/p>\n<p>| Permission | Default | Description |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `pickandthrow.use` | `true` | Allows using pickup and throw features |<br \/>\n| `pickandthrow.admin` | `op` | Allows using admin commands |<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>### Main Settings<\/p>\n<p>&#8220;`yaml<br \/>\n# Language (zh-CN, en-UK, zh-TW, ja-JP, etc.)<br \/>\nlanguage: zh-CN<\/p>\n<p># Pickup tool (null = empty hand only)<br \/>\npickup-item: null<\/p>\n<p># Max entities (-1 = unlimited)<br \/>\nmax-entities: -1<\/p>\n<p># Entity filter mode<br \/>\nentity-filter-mode: blacklist<br \/>\nentity-filter-list:<br \/>\n  &#8211; ENDER_DRAGON<\/p>\n<p># Throw mode: &#8220;one&#8221; or &#8220;all&#8221;<br \/>\nthrow-mode: one<\/p>\n<p># Pickup range (blocks)<br \/>\npickup-range: 4.5<\/p>\n<p># Throw cooldown (ms)<br \/>\nthrow-cooldown: 300<\/p>\n<p># Power mode: &#8220;fixed&#8221; or &#8220;charge&#8221;<br \/>\nthrow-power-mode: charge<\/p>\n<p># Display type: &#8220;bossbar&#8221; or &#8220;actionbar&#8221;<br \/>\ncharge-display-type: bossbar<\/p>\n<p># Charge loop (100% -> 0% -> 100%)<br \/>\ncharge-loop: false<\/p>\n<p># BossBar colors<br \/>\nbossbar-colors:<br \/>\n  low: RED       # 0-33%<br \/>\n  medium: YELLOW # 33-66%<br \/>\n  high: GREEN    # 66-100%<br \/>\n&#8220;`<\/p>\n<p>### Entity Filter Examples<\/p>\n<p>**Blacklist** (prevent picking up bosses):<br \/>\n&#8220;`yaml<br \/>\nentity-filter-mode: blacklist<br \/>\nentity-filter-list:<br \/>\n  &#8211; ENDER_DRAGON<br \/>\n  &#8211; WITHER<br \/>\n  &#8211; WARDEN<br \/>\n&#8220;`<\/p>\n<p>**Whitelist** (only allow farm animals):<br \/>\n&#8220;`yaml<br \/>\nentity-filter-mode: whitelist<br \/>\nentity-filter-list:<br \/>\n  &#8211; COW<br \/>\n  &#8211; SHEEP<br \/>\n  &#8211; PIG<br \/>\n  &#8211; CHICKEN<br \/>\n&#8220;`<\/p>\n<p>### Language System<\/p>\n<p>**Built-in:**<br \/>\n&#8211; `zh-CN.yml` &#8211; Simplified Chinese<br \/>\n&#8211; `en-UK.yml` &#8211; English (UK)<\/p>\n<p>**Create custom:**<br \/>\n1. Copy `zh-CN.yml` or `en-UK.yml`<br \/>\n2. Rename (e.g., `ja-JP.yml`, `fr-FR.yml`)<br \/>\n3. Translate messages<br \/>\n4. Set `language: ja-JP` in config<br \/>\n5. Auto-fallback to `en-UK` if not found<\/p>\n<p>Community translations are welcome!<\/p>\n<p>## \ud83d\udd27 Building from Source<\/p>\n<p>Requires Maven 3.8+ and Java 17+<\/p>\n<p>&#8220;`bash<br \/>\nmvn clean package<br \/>\n&#8220;`<\/p>\n<p>Output: `target\/PickAndThrow-1.0.0.jar`<\/p>\n<p>## \ud83d\udcd6 Technical Details<\/p>\n<p>&#8211; **Throw direction**: Follows exact player look direction<br \/>\n&#8211; **Charge display**: Updates every tick<br \/>\n  &#8211; BossBar: Configurable colors<br \/>\n  &#8211; ActionBar: Rainbow gradient with 30 bars<br \/>\n&#8211; **Smart raycast**: Handles large entity hitboxes<br \/>\n&#8211; **Cooldown system**: Prevents double-trigger issues<br \/>\n&#8211; **NBT matching**: Full ItemStack comparison<br \/>\n&#8211; **Server detection**: Auto-detects Folia and uses appropriate scheduler API<\/p>\n<p>## \ud83d\udcc4 License<\/p>\n<p>This project is licensed under the GNU General Public License v3.0 &#8211; see the [LICENSE](LICENSE) file for details.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A feature-rich Minecraft plugin that allows players to pick up and throw entities with advanced customization options.<\/p>\n","protected":false},"featured_media":121103,"template":"","meta":{"_minecraft_slug":"pick-and-throw","_minecraft_project_id":"LiZAvWZb","_minecraft_author":"Mokzern","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":119,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"pick-and-throw.zip","_minecraft_size_bytes":58146,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T19:16:54.975365Z","_minecraft_date_created":"2025-10-22T21:40:48.976018Z","_minecraft_date_modified":"2025-11-24T16:50:06.474665Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/pick-and-throw","_minecraft_icon_attachment_id":121103,"_minecraft_imported_at":"2026-06-07T02:57:37+00:00","_minecraft_import_hash":"0326a1d7c4366eba90f1e0c256e050b3","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,125,89,866,127,867,129,869,92],"mod_loader":[130,131,132,134],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-121102","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-folia","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-social","mod_category-spigot","mod_category-transportation","mod_category-utility","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-spigot","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pick And Throw - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/pick-and-throw\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pick And Throw - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A feature-rich Minecraft plugin that allows players to pick up and throw entities with advanced customization options.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/pick-and-throw\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pick-and-throw\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pick-and-throw\\\/\",\"name\":\"Pick And Throw - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pick-and-throw\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pick-and-throw\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pick-and-throw-icon-0e0695bbd7e0231ec004fab8214728821542414c_96.webp\",\"datePublished\":\"2026-06-07T02:57:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pick-and-throw\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pick-and-throw\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pick-and-throw\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pick-and-throw-icon-0e0695bbd7e0231ec004fab8214728821542414c_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/pick-and-throw-icon-0e0695bbd7e0231ec004fab8214728821542414c_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/pick-and-throw\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Pick And Throw\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pick And Throw - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/pick-and-throw\/","og_locale":"en_US","og_type":"article","og_title":"Pick And Throw - Minecraft","og_description":"A feature-rich Minecraft plugin that allows players to pick up and throw entities with advanced customization options.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/pick-and-throw\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/pick-and-throw\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/pick-and-throw\/","name":"Pick And Throw - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pick-and-throw\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pick-and-throw\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pick-and-throw-icon-0e0695bbd7e0231ec004fab8214728821542414c_96.webp","datePublished":"2026-06-07T02:57:37+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/pick-and-throw\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/pick-and-throw\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/pick-and-throw\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pick-and-throw-icon-0e0695bbd7e0231ec004fab8214728821542414c_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/pick-and-throw-icon-0e0695bbd7e0231ec004fab8214728821542414c_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/pick-and-throw\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Pick And Throw"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/121102","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/121103"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=121102"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=121102"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=121102"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=121102"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}