{"id":35680,"date":"2026-06-01T20:27:25","date_gmt":"2026-06-01T17:27:25","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/bukkitofutils\/"},"modified":"2026-06-01T20:27:25","modified_gmt":"2026-06-01T17:27:25","slug":"bukkitofutils","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/bukkitofutils\/","title":{"rendered":"BukkitOfUtils"},"content":{"rendered":"<p>![Discord](https:\/\/github.com\/Streamline-Essentials\/StreamlineWiki\/blob\/main\/website\/images\/JoinTheDiscord.png?raw=true)<br \/>\nPlease join the Streamline Hub Discord to get<br \/>\nupdates and for me to fully assist you with bugs,<br \/>\nquestions, or suggestions.<\/p>\n<p>Discord: **click here**<\/p>\n<p>![Summary](https:\/\/github.com\/Streamline-Essentials\/StreamlineWiki\/blob\/main\/website\/images\/Summary.png?raw=true)<br \/>\n## BukkitOfUtils (BOU for short)<br \/>\n_Easily develop plugins that support the majority of server software!_<\/p>\n<p>## Supported Platforms<br \/>\n&#8211; Bukkit<br \/>\n&#8211; Spigot<br \/>\n&#8211; Paper<br \/>\n&#8211; Purpur<br \/>\n&#8211; Folia<br \/>\n&#8211; Mohist\/Banner\/Youer<br \/>\n&#8211; Airplane<br \/>\n&#8211; Tuinity<br \/>\n&#8211; ImmanitySpigot<br \/>\n&#8211; AxolotlSpigot<br \/>\n&#8211; And more!<br \/>\n  &#8211; Most forks of Spigot and Paper are supported natively.<\/p>\n<p>## What is it?<br \/>\nBOU is both a plugin and plugin-making framework \/ library.<br \/>\nIt is designed to ease the development process of making Bukkit plugins.<br \/>\nIt also provides a central framework for plugins that use it,<br \/>\nmaking the plugins that use it more organized and easier to manage<br \/>\nas well as making them slimmer and faster to download.<\/p>\n<p>![Why This?](https:\/\/github.com\/Streamline-Essentials\/StreamlineWiki\/blob\/main\/website\/images\/WhyThis.png?raw=true)<br \/>\nBOU is one of the few plugin-building-frameworks out there that supports<br \/>\nBukkit, Folia, **_and_** Mohist\/Banner\/Youer!<br \/>\nPlus, its easy-to-understand classes and framework help beginners<br \/>\nstart developing plugins that they too can understand!<\/p>\n<p>The plugin is also optimized with its own async methods so that<br \/>\nserver owners don&#8217;t have to worry about lag (specifically with method calls like Database operations).<\/p>\n<p>All of this and the fact that it has a built-in database framework that uses HikariCP<br \/>\n(the fastest database framework at the moment),<br \/>\nmeans that developers will have an easy time adding database support for their plugins.<\/p>\n<p>## What does this do?<br \/>\nAs stated before,<br \/>\nthe main purpose of this plugin is<br \/>\nto provide a central framework for plugins that use it.<\/p>\n<p>On top of that, it also has a few abilities it does by itself:<br \/>\n&#8211; Entity collection.<br \/>\n    &#8211; Shows the number of currently loaded mobs in your world.<br \/>\n    &#8211; This was originally intended for debugging on Folia servers.<br \/>\n&#8211; Allow server admins to change how many milliseconds there are in between the async ticks the plugin has.<br \/>\n    &#8211; This is used for increasing or decreasing the tickrate of the plugin&#8217;s runnable tasks.<br \/>\n&#8211; Item serialization.<br \/>\n    &#8211; Serialize and deserialize ItemStacks to and from strings.<br \/>\n&#8211; Built-in database framework.<br \/>\n    &#8211; Easily add database support to your plugins with HikariCP.<br \/>\n&#8211; Enhanced logging.<br \/>\n    &#8211; Allows plugin authors to handle logging messages in a more intuitive way.<br \/>\n&#8211; Focus on asynchronous, thread-safe, optimized methods.<br \/>\n    &#8211; The plugin is designed to be as lag-free as possible.<br \/>\n&#8211; Enhanced color support.<br \/>\n    &#8211; Easily colorize messages with the plugin&#8217;s built-in color support. Supports RGB colors with Hex!<br \/>\n&#8211; Added utility methods.<br \/>\n    &#8211; The plugin has a few utility methods that can be used in your plugin&#8217;s project.<br \/>\n&#8211; Localized PlaceholderAPI support.<br \/>\n    &#8211; Easily add PlaceholderAPI support to your plugin with the plugin&#8217;s built-in PlaceholderAPI support.<\/p>\n<p>![Commands and Permissions](https:\/\/github.com\/Streamline-Essentials\/StreamlineWiki\/blob\/main\/website\/images\/CommandsAndPermissions.png?raw=true)<br \/>\n## Commands<br \/>\n* `\/entity-count [world]`<br \/>\n  * Get the amount of entities currently loaded on your server.<br \/>\n* `\/boudebug <item-nbt|list-bou-plugins|store-item|get-item|make-item|worlds|uuid|top|down|up> [args]`<br \/>\n  * Serialize or deserialize items to and from strings<br \/>\n  * Store an item in memory.<br \/>\n  * Get an item from memory.<br \/>\n  * Get a list of loaded bou plugins.<br \/>\n  * List all worlds.<br \/>\n  * Show a copy-able message of a player&#8217;s UUID.<br \/>\n  * Teleport to:<br \/>\n    * Top location.<br \/>\n    * Down location.<br \/>\n    * Up location.<br \/>\n* `\/boumessage <player> <message>`<br \/>\n  * Send a message to a player with the plugin&#8217;s color support.<br \/>\n* `\/boutitle <player> <title>n<subtitle> [-fadeIn=<fade in ticks>] [-stay=<stay ticks>] [-fadeOut=<fade out ticks>]`<br \/>\n  * Send a title to a player with the plugin&#8217;s color support.<br \/>\n* `\/bouversion`<br \/>\n  * Shows `BukkitOfUtils` versioning information.<br \/>\n    * Including the server&#8217;s version.<br \/>\n* `\/runfirestring <firestring>`<br \/>\n  * Runs a `FireString`.<br \/>\n* `\/bouhelp <bou-plugin>`<br \/>\n  * Shows `Helpful` information about a `BOU` plugin.<br \/>\n* `\/item-factory <bou-plugin> <key>`<br \/>\n  * Get&#8217;s an item from the `ItemFactory`.<\/p>\n<p>![More Info](https:\/\/github.com\/Streamline-Essentials\/StreamlineWiki\/blob\/main\/website\/images\/MoreInfo.png?raw=true)<br \/>\n## How do I get started using this?<br \/>\nHead on over to the plugin&#8217;s wiki to see how you can use it in your own plugin&#8217;s project.<br \/>\nWiki: https:\/\/wiki.plas.host\/bukkitofutils<\/p>\n<p># BStats<br \/>\n![BStats Profile](https:\/\/bstats.org\/signatures\/bukkit\/BukkitOfUtils.svg)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Easily develop plugins that support the majority of server software! Supports Folia too!<\/p>\n","protected":false},"featured_media":35681,"template":"","meta":{"_minecraft_slug":"bukkitofutils","_minecraft_project_id":"6owv5fWs","_minecraft_author":"MrDrak","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":4068,"_minecraft_follows":7,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"bukkitofutils.zip","_minecraft_size_bytes":811134365,"_minecraft_version_count":21,"_minecraft_updated_at":"2026-05-16T04:20:26.793292Z","_minecraft_date_created":"2024-08-04T06:59:41.198608Z","_minecraft_date_modified":"2026-02-05T18:33:26.368269Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/bukkitofutils","_minecraft_icon_attachment_id":35681,"_minecraft_imported_at":"2026-06-01T17:27:26+00:00","_minecraft_import_hash":"ccf3619e49a285642a2b37569fdc4b31","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,873,126,127,128,129,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,21,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864],"class_list":["post-35680","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-library","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","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-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","minecraft_version-1-7-10","minecraft_version-1-7-2","minecraft_version-1-7-3","minecraft_version-1-7-4","minecraft_version-1-7-5","minecraft_version-1-7-6","minecraft_version-1-7-7","minecraft_version-1-7-8","minecraft_version-1-7-9","minecraft_version-1-8","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>BukkitOfUtils - 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\/bukkitofutils\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BukkitOfUtils - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Easily develop plugins that support the majority of server software! Supports Folia too!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/bukkitofutils\/\" \/>\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\\\/bukkitofutils\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bukkitofutils\\\/\",\"name\":\"BukkitOfUtils - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bukkitofutils\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bukkitofutils\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bukkitofutils-icon-c2bad741f59d114e40c055916ad3ada98e39ad46.png\",\"datePublished\":\"2026-06-01T17:27:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bukkitofutils\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bukkitofutils\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bukkitofutils\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bukkitofutils-icon-c2bad741f59d114e40c055916ad3ada98e39ad46.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bukkitofutils-icon-c2bad741f59d114e40c055916ad3ada98e39ad46.png\",\"width\":200,\"height\":200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bukkitofutils\\\/#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\":\"BukkitOfUtils\"}]},{\"@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":"BukkitOfUtils - 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\/bukkitofutils\/","og_locale":"en_US","og_type":"article","og_title":"BukkitOfUtils - Minecraft","og_description":"Easily develop plugins that support the majority of server software! Supports Folia too!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/bukkitofutils\/","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\/bukkitofutils\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/bukkitofutils\/","name":"BukkitOfUtils - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bukkitofutils\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bukkitofutils\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bukkitofutils-icon-c2bad741f59d114e40c055916ad3ada98e39ad46.png","datePublished":"2026-06-01T17:27:25+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bukkitofutils\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/bukkitofutils\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bukkitofutils\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bukkitofutils-icon-c2bad741f59d114e40c055916ad3ada98e39ad46.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bukkitofutils-icon-c2bad741f59d114e40c055916ad3ada98e39ad46.png","width":200,"height":200},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bukkitofutils\/#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":"BukkitOfUtils"}]},{"@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\/35680","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\/35681"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=35680"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=35680"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=35680"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=35680"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}