{"id":72049,"date":"2026-06-04T05:09:02","date_gmt":"2026-06-04T02:09:02","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/forestcore\/"},"modified":"2026-06-04T05:09:02","modified_gmt":"2026-06-04T02:09:02","slug":"forestcore","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/forestcore\/","title":{"rendered":"ForestCore"},"content":{"rendered":"<p># ForestCore<\/p>\n<p>A plugin that adds several features at once for my plugins<\/p>\n<p>## Key Features<\/p>\n<p>### 1. Update system<br \/>\n&#8211; Automatic update check via Modrinth<br \/>\n&#8211; Notifications about available updates in the console<br \/>\n&#8211; Support for all plugins connected to ForestCore<\/p>\n<p>### 2. Color system<br \/>\n&#8211; HEX color support (&#038;#000000)<br \/>\n&#8211; Vanilla color support (&#038;f)<br \/>\n&#8211; Convenient `ColorUtils.colorize()` method for use in plugins<\/p>\n<p>### 3. Plugin management menu<br \/>\n&#8211; View all connected plugins<br \/>\n&#8211; Display information about each plugin:<br \/>\n  &#8211; Name<br \/>\n  &#8211; Version<br \/>\n  &#8211; Plugin ID<br \/>\n  &#8211; Operation status<br \/>\n&#8211; Ability to edit plugin configuration directly from the menu<\/p>\n<p>### 4. Command system<br \/>\n&#8211; `\/fcore` &#8211; basic information about ForestCore<br \/>\n&#8211; `\/fcore help` &#8211; list of all commands<br \/>\n&#8211; `\/fcore help <plugin-id>` &#8211; commands of a specific plugin<br \/>\n&#8211; `\/fcore reload <plugin-id>` &#8211; reload plugin configuration<br \/>\n&#8211; `\/fcore menu` &#8211; open plugin management menu<br \/>\n&#8211; `\/fcore <plugin-id>` &#8211; information about a specific plugin<\/p>\n<p>## Installation<\/p>\n<p>### For servers<br \/>\n1. Download the latest version of `ForestCore-1.0-SNAPSHOT.jar` from the `target` folder after building the project<br \/>\n2. Place the file in the `plugins` folder of your server<br \/>\n3. Restart the server<br \/>\n4. ForestCore is ready to use!<\/p>\n<p>### For developers<\/p>\n<p>## Connecting the plugin to ForestCore<\/p>\n<p>### 1. Adding a dependency<br \/>\nIn your plugin&#8217;s `pom.xml` add:<\/p>\n<p>&#8220;`xml<br \/>\n<repositories><br \/>\n    <repository><br \/>\n        <id>github<\/id><br \/>\n        <name>GitHub Packages<\/name><br \/>\n        <url>https:\/\/maven.pkg.github.com\/camper_crafting\/ForestCore<\/url><br \/>\n    <\/repository><br \/>\n<\/repositories><\/p>\n<p><dependencies><br \/>\n    <dependency><br \/>\n        <groupId>ru.forestcore<\/groupId><br \/>\n        <artifactId>ForestCore<\/artifactId><br \/>\n        <version>1.0-SNAPSHOT<\/version><br \/>\n        <scope>provided<\/scope><br \/>\n    <\/dependency><br \/>\n<\/dependencies><br \/>\n&#8220;`<\/p>\n<p>### 2. Adding dependency to plugin.yml<br \/>\n&#8220;`yaml<br \/>\ndepend: [ForestCore]<br \/>\n&#8220;`<\/p>\n<p>### 3. Registering the plugin<br \/>\nIn the `onEnable()` method of your plugin:<\/p>\n<p>&#8220;`java<br \/>\nForestCore forestCore = (ForestCore) Bukkit.getPluginManager().getPlugin(&#8220;ForestCore&#8221;);<br \/>\nif (forestCore != null) {<br \/>\n    ForestPlugin forestPlugin = new ForestPlugin(<br \/>\n        &#8220;Plugin Name&#8221;,           \/\/ plugin name<br \/>\n        getDescription().getVersion(), \/\/ plugin version<br \/>\n        &#8220;plugin-id&#8221;,                  \/\/ Unique plugin ID<br \/>\n        &#8220;camper_crafting&#8221;,            \/\/ author&#8217;s name<br \/>\n        &#8220;https:\/\/modrinth.com\/plugin\/your-plugin&#8221;, \/\/ link to Modrinth<br \/>\n        &#8220;https:\/\/github.com\/your-username\/your-plugin&#8221;, \/\/ link to GitHub<br \/>\n        Arrays.asList(                \/\/ List of plugin commands<br \/>\n            &#8220;\/command1 &#8211; Command Description 1&#8221;,<br \/>\n            &#8220;\/command2 &#8211; Command Description 2&#8221;<br \/>\n        )<br \/>\n    );<br \/>\n    forestCore.getPluginManager().registerPlugin(&#8220;plugin-id&#8221;, forestPlugin);<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>## Use of colors<\/p>\n<p>### HEX colors<br \/>\n&#8220;`java<br \/>\nString message = ColorUtils.colorize(&#8220;&#038;#FF0000Red text&#8221;);<br \/>\n&#8220;`<\/p>\n<p>### Vanilla colors<br \/>\n&#8220;`java<br \/>\nString message = ColorUtils.colorize(&#8220;&#038;cRed text&#8221;);<br \/>\n&#8220;`<\/p>\n<p>### Color combination<br \/>\n&#8220;`java<br \/>\nString message = ColorUtils.colorize(&#8220;&#038;#FF0000Red text &#038;aand green text&#8221;);<br \/>\n&#8220;`<\/p>\n<p>## Plugin Example<\/p>\n<p>There is an `example-plugin.yml` in the repository called `ExamplePlugin` that demonstrates:<br \/>\n&#8211; Connecting to ForestCore<br \/>\n&#8211; Using colors<br \/>\n&#8211; Registering commands<br \/>\n&#8211; Integrating with ForestCore menus<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; Minecraft 1.16.5<br \/>\n&#8211; Paper\/Spigot server<br \/>\n&#8211; Java 8 or higher<\/p>\n<p>## Support<\/p>\n<p>If you have any problems or questions, please create an Issue in the GitHub repository.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>API for my plugins<\/p>\n","protected":false},"featured_media":72050,"template":"","meta":{"_minecraft_slug":"forestcore","_minecraft_project_id":"oW0XTNmr","_minecraft_author":"camper_crafting","_minecraft_license":"MIT","_minecraft_downloads":57,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"forestcore.zip","_minecraft_size_bytes":14521,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T20:52:46.399418Z","_minecraft_date_created":"2025-06-12T02:01:20.058552Z","_minecraft_date_modified":"2025-06-08T13:16:48.369530Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/forestcore","_minecraft_icon_attachment_id":72050,"_minecraft_imported_at":"2026-06-04T02:09:03+00:00","_minecraft_import_hash":"e339107546b5e5ed068826299408b1ca","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[873,126,127,92],"mod_loader":[132],"minecraft_version":[118,119,120,46,47,48],"class_list":["post-72049","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-library","mod_category-management","mod_category-paper","mod_category-utility","mod_loader-paper","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ForestCore - 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\/forestcore\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ForestCore - Minecraft\" \/>\n<meta property=\"og:description\" content=\"API for my plugins\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/forestcore\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/forestcore\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/forestcore\\\/\",\"name\":\"ForestCore - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/forestcore\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/forestcore\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/forestcore-icon-32620a0d46c2d75222353c61833202c9891b630c_96.webp\",\"datePublished\":\"2026-06-04T02:09:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/forestcore\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/forestcore\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/forestcore\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/forestcore-icon-32620a0d46c2d75222353c61833202c9891b630c_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/forestcore-icon-32620a0d46c2d75222353c61833202c9891b630c_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/forestcore\\\/#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\":\"ForestCore\"}]},{\"@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":"ForestCore - 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\/forestcore\/","og_locale":"en_US","og_type":"article","og_title":"ForestCore - Minecraft","og_description":"API for my plugins","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/forestcore\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/forestcore\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/forestcore\/","name":"ForestCore - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/forestcore\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/forestcore\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/forestcore-icon-32620a0d46c2d75222353c61833202c9891b630c_96.webp","datePublished":"2026-06-04T02:09:02+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/forestcore\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/forestcore\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/forestcore\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/forestcore-icon-32620a0d46c2d75222353c61833202c9891b630c_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/forestcore-icon-32620a0d46c2d75222353c61833202c9891b630c_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/forestcore\/#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":"ForestCore"}]},{"@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\/72049","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\/72050"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=72049"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=72049"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=72049"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=72049"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}