{"id":46089,"date":"2026-06-02T11:18:01","date_gmt":"2026-06-02T08:18:01","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/copper-plus-kaizen\/"},"modified":"2026-06-02T11:18:01","modified_gmt":"2026-06-02T08:18:01","slug":"copper-plus-kaizen","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/copper-plus-kaizen\/","title":{"rendered":"Copper Plus"},"content":{"rendered":"<p># CopperPlus &#8211; Advanced Copper Oxidation Plugin<\/p>\n<p>![Minecraft Version](https:\/\/www.minecraft.net\/)<br \/>\n![Paper API](https:\/\/papermc.io\/)<br \/>\n![Languages](#supported-languages)<\/p>\n<p>## \ud83c\udfae Overview<\/p>\n<p>CopperPlus is a quality-of-life plugin for Minecraft 1.21+ that revolutionizes copper oxidation mechanics. Transform the slow, natural oxidation process into a rapid, controlled system using campfires and water &#8211; perfect for builders and redstone engineers who need oxidized copper quickly!<\/p>\n<p>## \u2728 Key Features<\/p>\n<p>### \u26a1 Accelerated Oxidation System<br \/>\n&#8211; **Rapid Oxidation**: Place copper blocks above lit campfires with water nearby to speed up oxidation dramatically<br \/>\n&#8211; **Smart Detection**: Automatically detects valid setups and begins the oxidation process<br \/>\n&#8211; **Water Speed Multiplier**: More water blocks = faster oxidation (configurable bonus per water block)<br \/>\n&#8211; **Visual Feedback**: Particle effects and sound notifications during oxidation<br \/>\n&#8211; **Progress Tracking**: Real-time oxidation progress messages<\/p>\n<p>### \ud83c\udf0d Multi-Language Support (11 Languages!)<br \/>\n&#8211; **English** (en_US) &#8211; Default<br \/>\n&#8211; **Chinese Simplified** (zh_CN) &#8211; \u7b80\u4f53\u4e2d\u6587<br \/>\n&#8211; **Spanish** (es_ES) &#8211; Espa\u00f1ol<br \/>\n&#8211; **Hindi** (hi_IN) &#8211; \u0939\u093f\u0928\u094d\u0926\u0940<br \/>\n&#8211; **Arabic** (ar_SA) &#8211; \u0627\u0644\u0639\u0631\u0628\u064a\u0629<br \/>\n&#8211; **Portuguese** (pt_BR) &#8211; Portugu\u00eas<br \/>\n&#8211; **Russian** (ru_RU) &#8211; \u0420\u0443\u0441\u0441\u043a\u0438\u0439<br \/>\n&#8211; **Japanese** (ja_JP) &#8211; \u65e5\u672c\u8a9e<br \/>\n&#8211; **German** (de_DE) &#8211; Deutsch<br \/>\n&#8211; **French** (fr_FR) &#8211; Fran\u00e7ais<br \/>\n&#8211; **Korean** (ko_KR) &#8211; \ud55c\uad6d\uc5b4<\/p>\n<p>### \ud83d\udee0\ufe0f Additional Features<br \/>\n&#8211; **Starter Kit**: Quick-start kit with campfire, copper blocks, water bucket, and flint &#038; steel<br \/>\n&#8211; **Dispenser Support**: Dispensers can place copper blocks that automatically start oxidizing<br \/>\n&#8211; **Message Toggle**: Players can enable\/disable oxidation notifications<br \/>\n&#8211; **Smart Chunk Management**: Efficient processing with configurable limits per chunk<br \/>\n&#8211; **Fully Configurable**: Extensive configuration options for all features<\/p>\n<p>## \ud83d\udccb Commands<\/p>\n<p>All commands use the main `\/copperplus` command (aliases: `\/cp`, `\/copper+`):<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/copperplus help` | Show all available commands | `copperplus.use` |<br \/>\n| `\/copperplus kit` | Get the copper oxidation starter kit | `copperplus.kit` |<br \/>\n| `\/copperplus language` | View your current language | `copperplus.use` |<br \/>\n| `\/copperplus language set <code>` | Change your language | `copperplus.use` |<br \/>\n| `\/copperplus language list` | List all available languages | `copperplus.use` |<br \/>\n| `\/copperplus language admin <code>` | Set server default language | `copperplus.admin` |<br \/>\n| `\/copperplus togglemsg` | Toggle oxidation messages on\/off | `copperplus.use` |<br \/>\n| `\/copperplus reload` | Reload plugin configuration | `copperplus.admin` |<\/p>\n<p>## \ud83d\udd27 How It Works<\/p>\n<p>### Basic Setup<br \/>\n1. Place a **Campfire** (regular or soul campfire)<br \/>\n2. Place a **Copper Block** directly above the campfire<br \/>\n3. Place **Water** blocks nearby (within 1 block radius)<br \/>\n4. The campfire must be **lit** for oxidation to occur<br \/>\n5. Watch as your copper oxidizes in seconds instead of hours!<\/p>\n<p>### Oxidation Speed Formula<br \/>\n- **Base Speed**: Configurable duration (default: 60 seconds for full oxidation)<br \/>\n- **Water Bonus**: Each water block adds a speed multiplier<br \/>\n- **Maximum**: Up to 26 water blocks can affect oxidation speed<br \/>\n- **Formula**: `Speed = 1.0 + (water_blocks \u00d7 water_speed_bonus)`<\/p>\n<p>### Oxidation Stages<br \/>\nThe plugin supports all vanilla copper oxidation stages:<br \/>\n- Copper Block \u2192 Exposed Copper<br \/>\n- Exposed Copper \u2192 Weathered Copper<br \/>\n- Weathered Copper \u2192 Oxidized Copper<\/p>\n<p>Works with all copper variants: blocks, stairs, slabs, and cut copper!<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>### Key Configuration Options<\/p>\n<p>```yaml<br \/>\ngeneral:<br \/>\n  enabled: true                    # Enable\/disable the plugin<br \/>\n  debug: false                      # Debug mode for troubleshooting<\/p>\n<p>oxidation:<br \/>\n  duration-seconds: 60              # Base time for one oxidation stage<br \/>\n  water-speed-bonus: 0.25           # Speed multiplier per water block<br \/>\n  max-water-blocks: 26              # Maximum water blocks counted<br \/>\n  require-lit-campfire: true        # Campfire must be lit<br \/>\n  water-check-radius: 1             # Radius to check for water<\/p>\n<p>effects:<br \/>\n  particles: true                   # Enable particle effects<br \/>\n  particle-type: \"WAX_ON\"          # Particle type to use<br \/>\n  sounds: true                      # Enable sound effects<\/p>\n<p>performance:<br \/>\n  check-interval: 20                # Ticks between oxidation checks<br \/>\n  max-per-chunk: 50                 # Max oxidizing blocks per chunk<\/p>\n<p>kit:<br \/>\n  items:<br \/>\n    campfire: 4                     # Number of campfires in kit<br \/>\n    copper-block: 64                # Number of copper blocks<br \/>\n    water-bucket: 2                 # Number of water buckets<br \/>\n    flint-and-steel: 1              # Flint and steel for lighting<br \/>\n```<\/p>\n<p>## \ud83d\udd11 Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|------------|-------------|---------|<br \/>\n| `copperplus.use` | Access to basic commands | All players |<br \/>\n| `copperplus.kit` | Use the `\/copperplus kit` command | All players |<br \/>\n| `copperplus.admin` | Admin commands (reload, set default language) | Operators |<\/p>\n<p>## \ud83d\udce6 Installation<\/p>\n<p>1. **Requirements**:<br \/>\n   - Paper server 1.21 or higher<br \/>\n   - Java 21 or higher<\/p>\n<p>2. **Installation Steps**:<br \/>\n   - Download the latest `copper-plus-1.0.jar` from releases<br \/>\n   - Place the JAR file in your server's `plugins` folder<br \/>\n   - Restart your server<br \/>\n   - Configure settings in `plugins\/CopperPlus\/config.yml`<br \/>\n   - (Optional) Customize language files in `plugins\/CopperPlus\/languages\/`<\/p>\n<p>## \ud83c\udfaf Use Cases<\/p>\n<p>### For Builders<br \/>\n- Quickly obtain oxidized copper for builds without waiting hours<br \/>\n- Create gradient effects with different oxidation stages<br \/>\n- Mass-produce weathered copper for roofing and decoration<\/p>\n<p>### For Redstone Engineers<br \/>\n- Rapidly test copper bulb oxidation states<br \/>\n- Create controlled oxidation farms<br \/>\n- Experiment with different oxidation patterns<\/p>\n<p>### For Server Admins<br \/>\n- Provide quality-of-life improvement for players<br \/>\n- Reduce server load compared to tick acceleration methods<br \/>\n- Full control over oxidation speed and mechanics<\/p>\n<p>## \ud83c\udf1f Unique Features<\/p>\n<p>### Why CopperPlus?<\/p>\n<p>1. **Realistic Mechanism**: Uses campfire heat and water (like real oxidation chemistry!)<br \/>\n2. **Performance Optimized**: Efficient chunk-based processing<br \/>\n3. **Fully Integrated**: Works with dispensers, all copper types, and vanilla mechanics<br \/>\n4. **Player Choice**: Optional notifications, per-player language preferences<br \/>\n5. **Admin Friendly**: Extensive configuration and reload without restart<\/p>\n<p>## \ud83d\udd04 Update Roadmap<\/p>\n<p>### Planned Features<br \/>\n- [ ] Custom oxidation patterns and templates<br \/>\n- [ ] Waxing automation system<br \/>\n- [ ] Oxidation reversal with lightning integration<br \/>\n- [ ] GUI for language and settings management<br \/>\n- [ ] PlaceholderAPI support<br \/>\n- [ ] Economy integration for kit purchases<br \/>\n- [ ] Custom crafting recipes for oxidized variants<\/p>\n<p>## \ud83d\udcca Performance<\/p>\n<p>- **Lightweight**: Minimal server impact with smart check intervals<br \/>\n- **Scalable**: Configurable limits prevent performance issues<br \/>\n- **Efficient**: Only processes active oxidation setups<br \/>\n- **Clean**: Automatic cleanup when chunks unload<\/p>\n<p>## \ud83d\udc1b Troubleshooting<\/p>\n<p>### Common Issues<\/p>\n<p>**Oxidation not starting:**<br \/>\n- Ensure campfire is lit (not just placed)<br \/>\n- Check water is within 1 block radius<br \/>\n- Verify copper block is directly above campfire<br \/>\n- Make sure the plugin is enabled in config<\/p>\n<p>**Messages not showing:**<br \/>\n- Check if you've toggled messages off with `\/copperplus togglemsg`<br \/>\n- Verify your language file exists and is valid<br \/>\n- Ensure you're within 16 blocks of oxidizing copper<\/p>\n<p>**Performance issues:**<br \/>\n- Reduce `max-per-chunk` in config<br \/>\n- Increase `check-interval` for less frequent updates<br \/>\n- Enable `clear-on-unload` for better memory management<\/p>\n<p>## \ud83d\udcac Support<\/p>\n<p>- **Bug Reports**: Create an issue on our GitHub repository<br \/>\n- **Feature Requests**: Suggest features through GitHub discussions<br \/>\n- **Discord**: Join our community server for live support<br \/>\n- **Wiki**: Detailed documentation available on GitHub Wiki<\/p>\n<p>## \ud83d\udcdc License<\/p>\n<p>This plugin is provided as-is for use on Minecraft servers. Redistribution or modification requires permission from the author.<\/p>\n<p>## \ud83d\udc68\u200d\ud83d\udcbb Author<\/p>\n<p>**Timiliris_420** - Lead Developer<\/p>\n<p>## \ud83d\ude4f Credits<\/p>\n<p>- Paper team for the excellent API<br \/>\n- Minecraft community for inspiration<br \/>\n- All contributors and testers<\/p>\n<p>---<\/p>\n<p>*CopperPlus - Making copper oxidation fun and fast!* \ud83c\udfae\u26a1<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Add game mechanics about the copper.<\/p>\n","protected":false},"featured_media":46090,"template":"","meta":{"_minecraft_slug":"copper-plus-kaizen","_minecraft_project_id":"SHEcVem2","_minecraft_author":"KaizenCore","_minecraft_license":"MIT","_minecraft_downloads":61,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"copper-plus-kaizen.zip","_minecraft_size_bytes":53628,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T20:44:50.930705Z","_minecraft_date_created":"2025-09-26T01:48:36.281957Z","_minecraft_date_modified":"2025-09-25T12:43:23.922971Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/copper-plus-kaizen","_minecraft_icon_attachment_id":46090,"_minecraft_imported_at":"2026-06-02T08:18:02+00:00","_minecraft_import_hash":"03bfc58e5645e1c0a130021d57f5e6ec","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,127,128,129,123,92],"mod_loader":[132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-46089","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","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>Copper Plus - 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\/copper-plus-kaizen\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Copper Plus - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Add game mechanics about the copper.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/copper-plus-kaizen\/\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/copper-plus-kaizen\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/copper-plus-kaizen\\\/\",\"name\":\"Copper Plus - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/copper-plus-kaizen\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/copper-plus-kaizen\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/copper-plus-kaizen-icon-63ac6ce1162264592581daddbefd480b5db910f3_96.webp\",\"datePublished\":\"2026-06-02T08:18:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/copper-plus-kaizen\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/copper-plus-kaizen\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/copper-plus-kaizen\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/copper-plus-kaizen-icon-63ac6ce1162264592581daddbefd480b5db910f3_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/copper-plus-kaizen-icon-63ac6ce1162264592581daddbefd480b5db910f3_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/copper-plus-kaizen\\\/#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\":\"Copper Plus\"}]},{\"@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":"Copper Plus - 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\/copper-plus-kaizen\/","og_locale":"en_US","og_type":"article","og_title":"Copper Plus - Minecraft","og_description":"Add game mechanics about the copper.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/copper-plus-kaizen\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/copper-plus-kaizen\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/copper-plus-kaizen\/","name":"Copper Plus - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/copper-plus-kaizen\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/copper-plus-kaizen\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/copper-plus-kaizen-icon-63ac6ce1162264592581daddbefd480b5db910f3_96.webp","datePublished":"2026-06-02T08:18:01+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/copper-plus-kaizen\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/copper-plus-kaizen\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/copper-plus-kaizen\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/copper-plus-kaizen-icon-63ac6ce1162264592581daddbefd480b5db910f3_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/copper-plus-kaizen-icon-63ac6ce1162264592581daddbefd480b5db910f3_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/copper-plus-kaizen\/#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":"Copper Plus"}]},{"@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\/46089","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\/46090"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=46089"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=46089"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=46089"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=46089"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}