{"id":161484,"date":"2026-06-09T18:28:44","date_gmt":"2026-06-09T15:28:44","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-weapons\/"},"modified":"2026-06-09T18:28:44","modified_gmt":"2026-06-09T15:28:44","slug":"ultimate-weapons","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-weapons\/","title":{"rendered":"Ultimate Weapons"},"content":{"rendered":"<p>## Description<br \/>\nUltimate Weapons introduces powerful and highly customizable items for Minecraft 1.21.4+ that draws inspiration from major Minecraft servers, especially Hypixel, and aims to minimize performance impact by avoiding the use of tick functions.<br \/>\n## How to use<\/p>\n<details>\n<summary>Get item<\/summary>\n<p>To obtain an UWS item, simply run this command:<br \/>\n&#8220;`mcfunction<br \/>\n\/function uws:get_item\/<item_name><br \/>\n&#8220;`<br \/>\nCurrently, there are 14 available items, and more unique ones will be coming in future updates. All items are now only obtainable through commands, so as to give server admins full control over how items are distributed and utilized, allowing for flexible adaptation to gameplay without directly affecting mechanics through predefined recipes.<\/p>\n<p>For the documentation of all UWS items, visit this page.<\/p>\n<\/details>\n<details>\n<summary>Customize item \/ effect<\/summary>\n<p>UWS items are driven by UWS effects that are customizable and independent, meaning the effects are not bound to a specific item and you have full control over their application, making things possible like stacking as many effects as you like onto an item. These effects are usually triggered through enchantments, advancements, or `consumable` components. Each UWS item is associated with a unique UWS effect. Visit this page for the full documentation of all UWS effects.<\/p>\n<p>To customize an UWS item \/ effect, first use this command:<br \/>\n&#8220;`mcfunction<br \/>\n\/function uws:get_item_config\/<item_name><br \/>\n&#8220;`<br \/>\nThis will give you two command blocks with name `<item_name> Template` and `<item_name> Modifier`. The `<item_name> Template` block is responsible for giving you an UWS item whilst allowing you to tweak its effects by editing its arguments, while the `<item_name> Modifier` lets you modify the effects of your held item.<br \/>\n<br \/>\n&#8211; **In Template block:** Inside this block, look for this data:<br \/>\n&#8220;`<br \/>\n&#8220;minecraft:custom_data&#8221;:&#8221;{uws_effects:{<effect_name>:{key1:value,key2:value,&#8230;}}}&#8221;<br \/>\n&#8220;`<br \/>\nThe `<effect_name>` refers to the effect that will apply to this item; in this case, it is the effect that the UWS item is associated with. You can customize it by editing the `value` of specific fields in the object. A complete list of effect fields and their details can be found on the wiki.<\/p>\n<p>Once you&#8217;ve finished editing, activate the command block to receive the customized version of the target UWS item.<br \/>\n<br \/>\n&#8211; **In Modifier block:** Inside this block, look for the this data:<br \/>\n&#8220;`<br \/>\n&#8220;minecraft:set_custom_data&#8221;,&#8221;tag&#8221;:&#8221;{uws_effects:{<effect_name>:{key1:value,key2:value,&#8230;}}}&#8221;<br \/>\n&#8220;`<br \/>\nThis is similar to above. Modify the `value` of a given field in the object, then activate it to apply the changes to your held item&#8217;s effect. This also ensures the item gains the necessary trigger to activate the effect.<br \/>\n> **[NOTE]**<br \/>\n> Customization will only work if all arguments of the effect are complete and correctly formatted. Missing or incorrectly formatted arguments could result in all values falling back to their default ones when triggering the effect.<\/p>\n<\/details>\n<details>\n<summary>Apply effect to other item<\/summary>\n<p>To apply an UWS effect to your held item, use the command below:<br \/>\n&#8220;`mcfunction<br \/>\n\/function uws:set_effect\/<effect_name><br \/>\n&#8220;`<br \/>\nIf you&#8217;re not sure which effect is associated with which item, use this command to get the effect info of your held item:<br \/>\n&#8220;`mcfunction<br \/>\n\/function uws:help\/lookup_held_item<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>Manage effects<\/summary>\n<p>Ban an UWS effect:<br \/>\n&#8220;`mcfunction<br \/>\n\/function uws:ban_effect\/<effect_name><br \/>\n&#8220;`<br \/>\nThis will prevent the effect from being triggered. For blocks or items that are consumable, this also cancels their placement or consumption.<\/p>\n<p>Unban an UWS effect or clear banlist:<br \/>\n&#8220;`mcfunction<br \/>\n\/function uws:unban_effect\/<effect_name><br \/>\n\/function uws:unban_effect\/all<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>Adjust your preferences<\/summary>\n<p>Whether or not you have permission, you can use this command to view available options and adjust settings such as language, cooldown displays, and more:<br \/>\n&#8220;`mcfunction<br \/>\n\/trigger uws_options<br \/>\n&#8220;`<br \/>\nAdd `set <number>` at the end of the command to target a specific option.<\/p>\n<\/details>\n<p>## Notes<br \/>\n&#8211; Ultimate Weapons requires a persistent entity and a forceloaded chunk to function properly. Please avoid killing all entities (use `\/kill @e[tag=!uws.persistent]` instead) or removing all forceloaded chunks in the overworld.<br \/>\n&#8211; Ultimate Weapons overrides vanilla loot tables to implement some advanced features, so it&#8217;s advisable to ensure there are no conflicts with other packs.<br \/>\n&#8211; If you need to uninstall the datapack, you can use `\/function uws:unload` to remove all traces left by it (player database not included).<br \/>\n<\/p>\n<p>## Supported languages<br \/>\nUltimate Weapons supports the following languages (covering text messages and UWS item lores):<br \/>\n&#8211; English<br \/>\n&#8211; Simplified Chinese<br \/>\n&#8211; Cantonese (Hong Kong)<\/p>\n<details>\n<summary>Switch language<\/summary>\n<p>Set default language:<br \/>\n&#8220;`mcfunction<br \/>\n\/function uws:language\/default\/<lang><br \/>\n&#8220;`<br \/>\nSet your preferred language:<br \/>\n&#8220;`mcfunction<br \/>\n\/function uws:language\/prefer\/<lang><br \/>\n&#8220;`<br \/>\n<\/p>\n<p>**The language for item lores may not update immediately after switching.*<\/p>\n<\/details>\n","protected":false},"excerpt":{"rendered":"<p>A datapack that adds fun items from major Minecraft servers<\/p>\n","protected":false},"featured_media":161485,"template":"","meta":{"_minecraft_slug":"ultimate-weapons","_minecraft_project_id":"1qbDCTNN","_minecraft_author":"akastrmix","_minecraft_license":"MIT","_minecraft_downloads":613,"_minecraft_follows":4,"_minecraft_client_side":"optional","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"ultimate-weapons.zip","_minecraft_size_bytes":791554,"_minecraft_version_count":6,"_minecraft_updated_at":"2026-05-16T06:54:34.421711Z","_minecraft_date_created":"2025-01-17T06:48:51.564198Z","_minecraft_date_modified":"2025-07-25T13:12:06.866622Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/ultimate-weapons","_minecraft_icon_attachment_id":161485,"_minecraft_imported_at":"2026-06-09T15:28:44+00:00","_minecraft_import_hash":"68eee536e018f0745c7025734a43d24e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[84,88,92],"mod_loader":[86],"minecraft_version":[38,78,79,80,81],"class_list":["post-161484","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-datapack","mod_category-equipment","mod_category-utility","mod_loader-datapack","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Ultimate Weapons - 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\/ultimate-weapons\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ultimate Weapons - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A datapack that adds fun items from major Minecraft servers\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-weapons\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-weapons\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-weapons\\\/\",\"name\":\"Ultimate Weapons - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-weapons\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-weapons\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ultimate-weapons-icon-2d2abb6c1fc6f9aa3a4c3b868fd2666165ef0c56_96.webp\",\"datePublished\":\"2026-06-09T15:28:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-weapons\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-weapons\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-weapons\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ultimate-weapons-icon-2d2abb6c1fc6f9aa3a4c3b868fd2666165ef0c56_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ultimate-weapons-icon-2d2abb6c1fc6f9aa3a4c3b868fd2666165ef0c56_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ultimate-weapons\\\/#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\":\"Ultimate Weapons\"}]},{\"@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":"Ultimate Weapons - 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\/ultimate-weapons\/","og_locale":"en_US","og_type":"article","og_title":"Ultimate Weapons - Minecraft","og_description":"A datapack that adds fun items from major Minecraft servers","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-weapons\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-weapons\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-weapons\/","name":"Ultimate Weapons - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-weapons\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-weapons\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ultimate-weapons-icon-2d2abb6c1fc6f9aa3a4c3b868fd2666165ef0c56_96.webp","datePublished":"2026-06-09T15:28:44+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-weapons\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/ultimate-weapons\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-weapons\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ultimate-weapons-icon-2d2abb6c1fc6f9aa3a4c3b868fd2666165ef0c56_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ultimate-weapons-icon-2d2abb6c1fc6f9aa3a4c3b868fd2666165ef0c56_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ultimate-weapons\/#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":"Ultimate Weapons"}]},{"@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\/161484","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\/161485"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=161484"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=161484"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=161484"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=161484"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}