{"id":158496,"date":"2026-06-09T16:45:24","date_gmt":"2026-06-09T13:45:24","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/totemboost\/"},"modified":"2026-06-09T16:45:24","modified_gmt":"2026-06-09T13:45:24","slug":"totemboost","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/totemboost\/","title":{"rendered":"TotemBoost"},"content":{"rendered":"<p># \u26a1 TotemBoost &#8211; Advanced Area Boost Plugin<\/p>\n<p>## \ud83d\udccb Overview<\/p>\n<p>**TotemBoost** is a powerful and feature-rich area boost plugin for Paper 1.21+ that allows players to place customizable totem beacons that grant various buffs to players within their radius. Create reusable templates, visualize coverage areas, and optimize server performance with built-in async processing!<\/p>\n<p>## \u2728 Key Features<\/p>\n<p>### \ud83c\udfaf Core System<br \/>\n&#8211; **Item-Based Totems** &#8211; Place beacons by right-clicking special totem items<br \/>\n&#8211; **Area Buffs** &#8211; Grant multiple potion effects and EXP multipliers to nearby players<br \/>\n&#8211; **Customizable Radius** &#8211; Configure coverage from 1 to 50+ blocks<br \/>\n&#8211; **Duration System** &#8211; Set temporary (minutes\/hours\/days) or permanent totems<br \/>\n&#8211; **Smart Hologram Display** &#8211; Shows owner, radius, duration, and active boosts above each totem<\/p>\n<p>### \ud83c\udfa8 User-Friendly GUI<br \/>\n&#8211; **Template Library** &#8211; Browse and use pre-made totem configurations<br \/>\n&#8211; **Template Creator** &#8211; Design custom totems with interactive GUI<br \/>\n&#8211; **Drag &#038; Drop** &#8211; Easy boost configuration with click controls<br \/>\n&#8211; **Give System** &#8211; Admin tool to distribute totems to players<\/p>\n<p>### \ud83d\udd27 Boost Types<br \/>\n&#8211; **EXP Multiplier** (1.5x, 2x, 3x, etc.)<br \/>\n&#8211; **Speed** (I-X)<br \/>\n&#8211; **Strength** (I-X)<br \/>\n&#8211; **Regeneration** (I-X)<br \/>\n&#8211; **Haste** (I-X)<br \/>\n&#8211; **Resistance** (I-X)<br \/>\n&#8211; **Jump Boost** (I-X)<br \/>\n&#8211; **Night Vision** (I-X)<br \/>\n&#8211; **Absorption** (I-X)<br \/>\n&#8211; **Luck** (I-X)<\/p>\n<p>### \ud83c\udf86 Visual Effects<br \/>\n&#8211; **Radius Visualization** &#8211; Colored particle circles showing coverage area<br \/>\n&#8211; **Placement Effects** &#8211; Stunning particle animations when placing totems<br \/>\n&#8211; **Cardinal Pillars** &#8211; Golden markers at North\/South\/East\/West edges<br \/>\n&#8211; **Auto-Display** &#8211; Automatically shows radius for 5 seconds on placement<\/p>\n<p>### \u26a1 Performance Optimized<br \/>\n&#8211; **Async Processing** &#8211; Offloads calculations to separate threads<br \/>\n&#8211; **Chunk-Based Checking** &#8211; Only checks totems in loaded chunks<br \/>\n&#8211; **Smart Caching** &#8211; Reduces redundant calculations by 50-80%<br \/>\n&#8211; **Performance Monitoring** &#8211; Built-in profiling and reporting system<br \/>\n&#8211; **Configurable** &#8211; Tweak all optimization settings via config<\/p>\n<p>## \ud83d\udce6 Requirements<\/p>\n<p>&#8211; **Server Software**: Paper 1.21.3 or newer (Spigot not supported)<br \/>\n&#8211; **Java Version**: Java 21+<br \/>\n&#8211; **Permissions Plugin**: Optional (has built-in permission support)<\/p>\n<p>## \ud83c\udfae Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/totem gui` | Open main GUI menu | `totemboost.gui` |<br \/>\n| `\/totem create <radius> <duration> <boost:value>` | Create totem item | `totemboost.create` |<br \/>\n| `\/totem give <player> <radius> <duration> <boost:value>` | Give totem to player | `totemboost.give` |<br \/>\n| `\/totem list` | List your totems | `totemboost.list` |<br \/>\n| `\/totem info` | View totem details | `totemboost.info` |<br \/>\n| `\/totem radius` | Show totem radius visualization | `totemboost.radius` |<br \/>\n| `\/totem remove` | Remove totem you&#8217;re looking at | `totemboost.remove` |<br \/>\n| `\/totem performance` | View performance statistics | `totemboost.performance` |<br \/>\n| `\/totem cleanup [force]` | Clean orphaned holograms | `totemboost.admin` |<br \/>\n| `\/totem reload` | Reload configuration | `totemboost.reload` |<\/p>\n<p>**Duration Format**: `1s` (seconds), `30m` (minutes), `1h` (hours), `1d` (days), `permanent`<\/p>\n<p>**Example**:<br \/>\n&#8220;`<br \/>\n\/totem create 15 2h exp_multiplier:2.0 speed:2 strength:1<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>&#8220;`yaml<br \/>\ntotemboost.*              # All permissions (default: op)<br \/>\ntotemboost.use            # Basic command access (default: true)<br \/>\ntotemboost.gui            # Access GUI menu (default: true)<br \/>\ntotemboost.create         # Create totem items (default: op)<br \/>\ntotemboost.give           # Give totems to others (default: op)<br \/>\ntotemboost.remove         # Remove own totems (default: op)<br \/>\ntotemboost.remove.others  # Remove other players&#8217; totems (default: op)<br \/>\ntotemboost.list           # List own totems (default: true)<br \/>\ntotemboost.list.all       # List all totems (default: op)<br \/>\ntotemboost.radius         # Show radius visualization (default: true)<br \/>\ntotemboost.performance    # View performance stats (default: op)<br \/>\n&#8220;`<\/p>\n<p>## \u2699\ufe0f Configuration Highlights<\/p>\n<p>&#8220;`yaml<br \/>\n# Performance (recommended for 50+ players)<br \/>\nperformance:<br \/>\n  async-processing: true          # Async calculations<br \/>\n  chunk-based-checking: true      # Chunk optimization<br \/>\n  cache-expiry-time: 5000         # 5 second cache<\/p>\n<p># Hologram Display<br \/>\nhologram:<br \/>\n  enabled: true<br \/>\n  update-interval: 20             # 1 second updates<br \/>\n  max-boost-lines: 5              # Lines shown<\/p>\n<p># Radius Visualization<br \/>\nradius-visualizer:<br \/>\n  enabled: true<br \/>\n  particles-per-circle: 60        # Smooth circles<br \/>\n  vertical-layers: 3              # Multi-level display<br \/>\n  show-on-placement: true<br \/>\n&#8220;`<\/p>\n<p>## \ud83c\udfaf Use Cases<\/p>\n<p>&#8211; **Spawn Towns** &#8211; Permanent EXP\/Speed boost zones<br \/>\n&#8211; **Mining Outposts** &#8211; Haste + Night Vision for miners<br \/>\n&#8211; **PvP Arenas** &#8211; Strength + Resistance combat zones<br \/>\n&#8211; **Farms** &#8211; EXP multiplier for grinding areas<br \/>\n&#8211; **Events** &#8211; Temporary boost zones for special occasions<br \/>\n&#8211; **VIP Areas** &#8211; Premium perks for donators<\/p>\n<p>## \ud83d\udcca Performance Benchmarks<\/p>\n<p>Tested on Paper 1.21.3 with 100 active totems:<br \/>\n&#8211; **Avg Boost Task**: ~50\u03bcs per tick<br \/>\n&#8211; **EXP Calculation**: ~15\u03bcs per player<br \/>\n&#8211; **Chunk-Based Mode**: 70% fewer checks vs traditional<br \/>\n&#8211; **Memory Usage**: <5MB for cache system\n\n## \ud83d\udcf8 Screenshots\n### GUI\n![GUI](https:\/\/cdn.modrinth.com\/data\/cached_images\/e9bba99c45c007fe7f367cdf9c9925f26c640975.gif)\n### TEMPLATE TOTEM\n![TEMPLATE](https:\/\/cdn.modrinth.com\/data\/cached_images\/7587aec198c3738598f11ce920655908e115c4a3.gif)\n### PLACE TOTEM\n![PLACE TOTEM](https:\/\/cdn.modrinth.com\/data\/cached_images\/6b38da4df88988cf6b287affd866eedf634082c4.gif)\n\n### And Many More..\n---\n\n**Made with \u2764\ufe0f for the Minecraft community**\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>powerful and feature-rich area boost plugin for Paper 1.21+ that allows players to place customizable totem beacons that grant various buffs to players within their radius.<\/p>\n","protected":false},"featured_media":158497,"template":"","meta":{"_minecraft_slug":"totemboost","_minecraft_project_id":"mhZ8XhQN","_minecraft_author":"ResistanceCore","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":47,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"totemboost.zip","_minecraft_size_bytes":106937,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T21:17:03.325268Z","_minecraft_date_created":"2025-12-14T01:32:06.219404Z","_minecraft_date_modified":"2025-12-10T05:22:35.433013Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/totemboost","_minecraft_icon_attachment_id":158497,"_minecraft_imported_at":"2026-06-09T13:45:24+00:00","_minecraft_import_hash":"64dec96bfa2872ada79f6a057aadd846","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,127,123,92],"mod_loader":[132],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-158496","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-paper","mod_category-technology","mod_category-utility","mod_loader-paper","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>TotemBoost - 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\/totemboost\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TotemBoost - Minecraft\" \/>\n<meta property=\"og:description\" content=\"powerful and feature-rich area boost plugin for Paper 1.21+ that allows players to place customizable totem beacons that grant various buffs to players within their radius.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/totemboost\/\" \/>\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\\\/totemboost\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/totemboost\\\/\",\"name\":\"TotemBoost - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/totemboost\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/totemboost\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/totemboost-icon-ddae2cad92f6b65870b1b04b4ea94e131b0c8ae1_96.webp\",\"datePublished\":\"2026-06-09T13:45:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/totemboost\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/totemboost\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/totemboost\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/totemboost-icon-ddae2cad92f6b65870b1b04b4ea94e131b0c8ae1_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/totemboost-icon-ddae2cad92f6b65870b1b04b4ea94e131b0c8ae1_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/totemboost\\\/#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\":\"TotemBoost\"}]},{\"@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":"TotemBoost - 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\/totemboost\/","og_locale":"en_US","og_type":"article","og_title":"TotemBoost - Minecraft","og_description":"powerful and feature-rich area boost plugin for Paper 1.21+ that allows players to place customizable totem beacons that grant various buffs to players within their radius.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/totemboost\/","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\/totemboost\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/totemboost\/","name":"TotemBoost - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/totemboost\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/totemboost\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/totemboost-icon-ddae2cad92f6b65870b1b04b4ea94e131b0c8ae1_96.webp","datePublished":"2026-06-09T13:45:24+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/totemboost\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/totemboost\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/totemboost\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/totemboost-icon-ddae2cad92f6b65870b1b04b4ea94e131b0c8ae1_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/totemboost-icon-ddae2cad92f6b65870b1b04b4ea94e131b0c8ae1_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/totemboost\/#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":"TotemBoost"}]},{"@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\/158496","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\/158497"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=158496"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=158496"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=158496"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=158496"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}