{ "gMMDcC2d": { "name": "OneBlock", "description": "OneBlock Minecraft Bukkit plugin", "slug": "oneblock_bukkit", "url": "https://modrinth.com/plugin/oneblock_bukkit", "supported_versions": [ "1.8", "1.8.1", "1.8.2", "1.8.3", "1.8.4", "1.8.5", "1.8.6", "1.8.7", "1.8.8", "1.8.9", "1.9", "1.9.1", "1.9.2", "1.9.3", "1.9.4", "1.10", "1.10.1", "1.10.2", "1.11", "1.11.1", "1.11.2", "1.12", "1.12.1", "1.12.2", "1.13", "1.13.1", "1.13.2", "1.14", "1.14.1", "1.14.2", "1.14.3", "1.14.4", "1.15", "1.15.1", "1.15.2", "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "paper", "purpur", "spigot" ], "updated": "2025-11-04T21:11:00.751271Z", "source_url": "https://github.com/MrMarL/OneBlock", "wiki_url": null, "icon_url": "https://cdn.modrinth.com/data/gMMDcC2d/986cc09005ff89787d557b3e6b704984d6f1d6cc.gif", "body_text": "# OneBlock minigame plugin.\n## 🌍 How to Start OneBlock?\n### 1. Create the World\nGenerate a dedicated OneBlock world:\n```\n/mv create OneBlock normal -g Oneblock \n```\n### 2. Set the Spawn Point\nInitialize the OneBlock area:\n```\n/ob set\n```\n- Default island spacing: **100 blocks**\n- Custom spacing example: **/ob set 300**\n### 3. Join the Game\nPlayers can teleport to their island by entering:\n```\n/ob join \n```\nor simply **/ob**\n## 🔧 Command Reference\n### Core Commands:\n- **/ob join** - Join to your island\n- **/ob invite [player]** - Invite player to your island\n- **/ob kick [player]** - Remove player from your island\n- **/ob accept** - Accept island invitation\n- **/ob IDreset** - Reset your island and create new one\n\n### Settings Commands:\n- **/ob set** - Set the first block (admin only)\n- **/ob set [distance]** - Set island spacing (e.g., 500 blocks)\n- **/ob circlemode [true/false]** - Enable circular island generation\n- **/ob autojoin [true/false]** - Auto-join players on world entry\n- **/ob protection [true/false]** - Prevent leaving islands\n- **/ob border [true/false]** - Enable player borders\n- **/ob droptossup [true/false]** -\tToss items upward when dropped\n- **/ob physics [true/false]** - Toggle block physics (e.g., falling gravel)\n- **/ob lvl_mult [value]** - Set level multiplier formula\n- **/ob UseEmptyIslands [true/false]** - Reuse abandoned islands\n- **/ob islands [true/false]** - Enable custom islands\n- **/ob islands set_my_by_def** - Set your island as default template\n- **/ob islands default** - Reset to default island\n- **/ob island_rebirth [true/false]** - Enable island rebirth\n\n### Config Commands:\n- **/ob reload** - Reload configuration files\n- **/ob listlvl** - List all levels\n- **/ob listlvl [level]** - Show blocks for specific level\n\n### Other Commands:\n- /ob setleave\n- /ob leave\n- /ob Progress_bar color [COLOR] - Set color\n- /ob Progress_bar [true/false] - Toggle progress bar\n- /ob Progress_bar level - Progress_bar level mode\n- /ob Progress_bar settext - Progress_bar text change\n- /ob setlevel \"nick\" 14 - Set ob level\n- /ob clear 'player' - Reset the player ob level and remove his island\n- /ob ver\n\n# 🎨 Progress Bar Customization\n### You can display the level in the progress bar:\n![You can display the level in the progress bar](https://cdn.modrinth.com/data/cached_images/e1c96b4db6e9668d4c126ec73824efe2c81e3166.jpeg)\n### You can change the color of the progress bar:\n![You can change the color of the progress bar](https://cdn.modrinth.com/data/cached_images/89c009c7886a62944537e9f9544b472b6b1d402a.jpeg)\n\n**use: /ob Progress_bar level**\n\nYou can specify the color of the progress bar for each level separately! In the blocks.yml file, the second line (after the line with the name of the level)\n\n# 📊 PlaceholderAPI Support\n- %OB_ver%\n- %OB_lvl% - The player's level number.\n- %OB_next_lvl% - The number of the next level.\n- %OB_break_on_this_lvl% - The number of broken blocks at this level.\n- %OB_need_to_lvl_up% - The number of blocks that still need to be broken to level up.\n- %OB_player_count% - The number of players in the OneBlock world.\n- %OB_lvl_name% - The name of the player's current level.\n- %OB_lvl_lenght% - The length of the level.\n- %OB_next_lvl_name% - The name of the next level.​\n- %OB_owner_name% - The name of the owner of your island.\n- %OB_percent% - Percentage of level completion.\n- %OB_scale% - Proportional scale of level completion.\n- %OB_top_1_name% - The name of the player with the highest island level.\n- %OB_top_2_name%\n- ...\n- %OB_top_10_name%\n- %OB_top_1_lvl% - The level of the player with the highest island level.\n- %OB_top_2_lvl%\n- ...\n- %OB_top_10_lvl%\n- %OB_number_of_invited% - The number of people invited to your island.\n\n### You can use placeholders in the progress bar text!\n/ob progress_bar settext %OB_lvl% lvl now. Need block to next lvl %OB_need_to_lvl_up%.\n![You can use placeholders in the progress bar text](https://cdn.modrinth.com/data/cached_images/0f4203d44f3cd42c4b552fad3a2320640a2289c7.jpeg)\n\n# 🧱 Custom Blocks Support\n## ItemsAdder Blocks\n**Native id support in blocks.yml**\n\n## Oraxen Blocks\n**Native id support in blocks.yml**\n\n## Nexo Blocks\n**Native id support in blocks.yml**\n\n## CraftEngine Blocks\n**Native id support in blocks.yml**\n\n## Other\nIn addition, you can spawn custom blocks (from mods or plugins) using the commands specified in blocks.yml\n\nfor example:\n- '/setblock %d %d %d IC2:blockOreCopper'\n- '/setblock %d %d %d IC2:blockOreTin'\n- '/setblock %d %d %d IC2:blockOreUran'\n- '/setblock %d %d %d ic2:resource 4'\n \nor\n\n- '/execute in minecraft:oneblock run setblock ~ ~ ~ IC2:blockOreCopper'\n- '/execute in minecraft:oneblock run setblock ~ ~ ~ IC2:blockOreTin'\n- '/execute in minecraft:oneblock run setblock ~ ~ ~ IC2:blockOreUran'\n- '/execute in minecraft:oneblock run setblock ~ ~ ~ ic2:resource 4'\n\n![Custom Blocks support](https://cdn.modrinth.com/data/cached_images/99fd24cc477a54d9490e64ae509de3583a22bc38.png)\n\n# 🏝️ Island Templates\nCreate custom default islands (7x12x7 area):\n```\n/ob islands set_my_by_def\n```\n - will save a copy of your island and install it for the players.\n\n![Saves a copy of your island.](https://cdn.modrinth.com/data/cached_images/9130fc987296b722efa24636730613a9dee324ec.jpeg)\n\n# 📈 Stats\n![https://bstats.org/signatures/bukkit/Oneblock.svg](https://bstats.org/signatures/bukkit/Oneblock.svg)" }, "qvdtDX3s": { "name": "Multiverse-Inventories", "description": "An inventory management plugin created to intertwine with Multiverse-Core", "slug": "multiverse-inventories", "url": "https://modrinth.com/plugin/multiverse-inventories", "supported_versions": [ "1.13", "1.13.1", "1.13.2", "1.14", "1.14.1", "1.14.2", "1.14.3", "1.14.4", "1.15", "1.15.1", "1.15.2", "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "paper", "spigot" ], "updated": "2025-10-14T11:38:39.290021Z", "source_url": "https://github.com/Multiverse/Multiverse-Inventories", "wiki_url": "https://mvplugins.org/inventories/", "icon_url": "https://cdn.modrinth.com/data/qvdtDX3s/3e3c705351a85c68b78a6131aff23f4674b2f71f_96.webp", "body_text": "![multiverse banner](https://cdn.modrinth.com/data/cached_images/e58e73a8731219bdc891453c3b9baf96ab9c6f00_0.webp)\n\n[![Discord](https://img.shields.io/discord/325459248047980545?label=Discord&logo=discord)](https://discord.gg/NZtfKky)\n[![Donate on Github Sponsor](https://img.shields.io/badge/Github%20Sponsor-Donate-pink?logo=githubsponsors)](https://github.com/sponsors/Multiverse)\n[![Donate on Open Collective](https://img.shields.io/badge/Open%20Collective-Donate-blue?style=flat&logo=opencollective)](https://opencollective.com/multiverse-plugins)\n\n[Multiverse Inventories](https://github.com/Multiverse/Multiverse-Inventories) is an add-on Plugin for [Multiverse Core](https://modrinth.com/plugin/multiverse-core) that lets players have separate inventories **per world!** This makes it possible to create multi gamemode servers without Velocity or Bungee!\n\nNow it's time to create your very own server with Multiverse Inventories, do check out our [Wiki](https://mvplugins.org) and [Usage Guide](https://mvplugins.org/inventories/fundamentals/basic-usage/) to get started. Feel free to hop onto our [Discord](https://discord.gg/NZtfKky) if you have any questions or just want to have a chat with us!\n\n## Features:\n\n- Have separated players stats and inventories per world or per group of worlds.\n- Choose what each group of worlds share:\n - Inventories\n - Ender chest\n - Last location (in a world before teleporting)\n - Hunger\n - Health,\n - Exp\n - Bed Spawns\n- No more modifying configuration files! Everything can be configured **in game**\n- Import your data from WorldInventories 1.0.2+ and MultiInv 3.0.0.\n\n## Is Multiverse Inventories missing that little something that you need?\n\nHop on our [Discord](https://discord.gg/NZtfKky) and tell us that you'd like to fork us and add a feature! You can of course do this without consulting us, but we cannot accept pull requests that will break Multiverse for the rest of our users! Don't go write your own World Management plugin, join the team and submit a pull request.\n\n## Loving Multiverse?\n\n### Do consider supporting the project with a small donation on [Github Sponsors](https://github.com/sponsors/Multiverse)!\n" }, "8VMk6P0I": { "name": "Multiverse-Portals", "description": "Jump through a portal in to any Multiverse destination imaginable", "slug": "multiverse-portals", "url": "https://modrinth.com/plugin/multiverse-portals", "supported_versions": [ "1.13", "1.13.1", "1.13.2", "1.14", "1.14.1", "1.14.2", "1.14.3", "1.14.4", "1.15", "1.15.1", "1.15.2", "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "paper", "spigot" ], "updated": "2025-10-15T05:46:21.279705Z", "source_url": "https://github.com/Multiverse/Multiverse-Portals", "wiki_url": "https://mvplugins.org/portals/", "icon_url": "https://cdn.modrinth.com/data/8VMk6P0I/3e3c705351a85c68b78a6131aff23f4674b2f71f_96.webp", "body_text": "![multiverse banner](https://cdn.modrinth.com/data/cached_images/e12e30beddf9c4a5c21e4267cd78998a4cfda03d_0.webp)\n\n[![Discord](https://img.shields.io/discord/325459248047980545?label=Discord&logo=discord)](https://discord.gg/NZtfKky)\n[![Donate on Github Sponsor](https://img.shields.io/badge/Github%20Sponsor-Donate-pink?logo=githubsponsors)](https://github.com/sponsors/Multiverse)\n[![Donate on Open Collective](https://img.shields.io/badge/Open%20Collective-Donate-blue?style=flat&logo=opencollective)](https://opencollective.com/multiverse-plugins)\n\n[Multiverse Portals](https://github.com/Multiverse/Multiverse-Portals) is an add-on Plugin for [Multiverse Core](https://modrinth.com/plugin/multiverse-core) that allows you to create Portals that can teleport players to Multiverse destinations (worlds, anchors or even exact positions), With [Multiverse Command Destination](https://www.spigotmc.org/resources/multiverse-commanddestination.90232/) you can even make portals run commands.\n\n\n## Features\n\n - Restrict users from using specific portals [with permissions](https://mvplugins.org/portals/fundamentals/permissions-setup/)\n - [Charge users](https://github.com/Multiverse/Multiverse-Core/wiki/Command-Reference-(Portals)#modify-portal) to use specific portals!\n - [Exempt users](https://github.com/Multiverse/Multiverse-Core/wiki/Permissions-(Portals)#exemptions) from portal fees.\n - Launch users through the air when they enter a Multiverse Portal!\n - Allow minecarts/boats through Multiverse Portals\n\n\n## Our other amazing sub-modules:\n\nWith just [Multiverse Core](https://modrinth.com/plugin/multiverse-core) and any of the below plugins, you can access all of these other related features in the Multiverse ecosystem.\n\n* [Multiverse-NetherPortals](https://modrinth.com/plugin/Multiverse-NetherPortals) -> Have separate nether and end worlds for each of your overworlds!\n* [Multiverse-Inventories](https://modrinth.com/plugin/Multiverse-Inventories) -> Have separated players stats and inventories per world or per group of worlds.\n* [Multiverse-SignPortals](https://modrinth.com/plugin/Multiverse-SignPortals) -> Signs as teleporters!\n\n\n## Is Multiverse missing that little something that you need?\n\nHop on our [Discord](https://discord.gg/NZtfKky) and tell us that you'd like to fork us and add a feature! You can of course do this without consulting us, but we cannot accept pull requests that will break Multiverse for the rest of our users! Don't go write your own World Management plugin, join the team and submit a pull request.\n\n\n## Loving Multiverse?\n\n### Do consider supporting the project with a small donation on [Github Sponsors](https://github.com/sponsors/Multiverse)!" }, "3wmN97b8": { "name": "Multiverse-Core", "description": "The Bukkit World Management Plugin.", "slug": "multiverse-core", "url": "https://modrinth.com/plugin/multiverse-core", "supported_versions": [ "1.13", "1.13.1", "1.13.2", "1.14", "1.14.1", "1.14.2", "1.14.3", "1.14.4", "1.15", "1.15.1", "1.15.2", "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "paper", "spigot" ], "updated": "2025-11-05T09:33:53.303974Z", "source_url": "https://github.com/Multiverse/Multiverse-Core", "wiki_url": "https://mvplugins.org/core/", "icon_url": "https://cdn.modrinth.com/data/3wmN97b8/3e3c705351a85c68b78a6131aff23f4674b2f71f_96.webp", "body_text": "![multiverse banner](https://cdn.modrinth.com/data/cached_images/0c705b40b244739c0e7eef38b3f8881da4165ca0_0.webp)\n\n[![Discord](https://img.shields.io/discord/325459248047980545?label=Discord&logo=discord)](https://discord.gg/NZtfKky)\n[![Donate on Github Sponsor](https://img.shields.io/badge/Github%20Sponsor-Donate-pink?logo=githubsponsors)](https://github.com/sponsors/Multiverse)\n[![Donate on Open Collective](https://img.shields.io/badge/Open%20Collective-Donate-blue?style=flat&logo=opencollective)](https://opencollective.com/multiverse-plugins)\n\nMultiverse was created at the dawn of Bukkit multiworld support. Multiverse has since then grown into a complete world management solution. Multiverse is:\n\n**Easy to Use:** The easiest world management solution for your Minecraft server, big or small!\n\n**Highly Configurable:** Includes highly customizable config options and world properties!\n\n**Optimised Performance:** Uses latest paper api's to ensure the best performance and stability possible!\n\n**Great Addons:** Additional modules such as [Inventories](https://modrinth.com/mod/multiverse-inventories), [Portals](https://modrinth.com/mod/multiverse-portals) and [NetherPortals](https://modrinth.com/mod/multiverse-netherportals) to enhance your gameplay, what's not to love!\n\n**One server, Endless possibilities:** Is your server a Multiverse?\n\n## New in v5!\n\n* Advanced command structure with **full tab-completion** and flags (Try out all the commands and see!)\n* Improved **respawn handling** with auto overworld linking and new config options\n* Built-in **PlaceholderAPI** support (no need for ecloud extensions)\n* Restrict all types of **entity spawning**, including non-living creatures such as armor stand! (those can be such a spam)\n* **Teleport** to world destintions with a command or allow others to teleport their self or others (with **per-world permissions**)\n* **Improved performance** with many internal changes and support for **async teleport**\n\n## Other Core Features\n\n* Create multiple worlds of different environment, seeds, single biome, super flat and with Custom Generators\n* Set the game mode per world (creative, survival or adventure)\n* Restrict users from going to specific worlds by using permissions\n* Economy support with entry fee!\n* Custom world aliases with rgb colors! (Leave your folder names alone! use an alias!)\n* Purge all those unwanted entities from your world!\n* Show which users are in what worlds with `/mv who`\n\n## Additional plugins to add more to Multiverse:\n\n### [Multiverse-Inventories](https://modrinth.com/mod/multiverse-inventories) features:\n\n* Have **separated** players stats and inventories per world or per group of worlds.\n* Choose what each group of worlds share: Inventories, Last location (in a world before teleporting), Hunger, Health, Exp, and Bed Spawns.\n\n### [Multiverse-Portals](https://modrinth.com/mod/multiverse-portals) features:\n\n* Make **custom portals** to go to any destination!\n* Restrict users from using specific portals using permissions.\n* Charge users to use specific portals!\n* Launch users through the air when they enter a Multiverse Portal! (with **cannon** destination)\n* Allow **minecarts/boats** through Multiverse Portals.\n\n### [Multiverse-NetherPortals](https://modrinth.com/mod/multiverse-netherportals) features:\n\n* **Automatically link** your nether and end to the correct overworld!\n* Have nether and end portals in a world **custom linked** to a specific world\n* Custom **World Scaling** when using NetherPortals! (All types of worlds, normal, skylands and nether supported! Even custom generators!)\n\n### [Multiverse-SignPortals](https://modrinth.com/plugin/multiverse-signportals) features:\n\n* Slap a sign on a standard Nether Portal, and it goes where the sign says!\n* Place a sign anywhere else and users can right-click to go to the destination!\n\n## Is Multiverse missing that little something that you need?\n\nHop on our [Discord](https://discord.gg/NZtfKky) and tell us that you'd like to fork us and add a feature! You can of course do this without consulting us, but we cannot accept pull requests that will break Multiverse for the rest of our users! Don't go write your own World Management plugin, join the team and submit a pull request.\n\n## Loving Multiverse?\n\n### Do consider supporting the project with a small donation on [Github Sponsors](https://github.com/sponsors/Multiverse)!\n" }, "Hn8OHmqL": { "name": "PurpurExtras", "description": "Purpur suggestions that should be a plugin", "slug": "purpurextras", "url": "https://modrinth.com/plugin/purpurextras", "supported_versions": [ "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "paper", "purpur" ], "updated": "2025-10-31T14:40:59.418839Z", "source_url": "https://github.com/PurpurMC/PurpurExtras", "wiki_url": "https://purpurmc.org/docs/purpurextras/", "icon_url": "https://cdn.modrinth.com/data/Hn8OHmqL/74f5a749bd0910989d9a741a006ee5a7f11c15bb_96.webp", "body_text": "![](https://i.imgur.com/UtemmjT.png)\n
\n\n## PurpurExtras\n\n[![GPL-2.0 License](https://img.shields.io/github/license/PurpurMC/PurpurExtras?&logo=github)](LICENSE)\n[![CodeFactor](https://www.codefactor.io/repository/github/PurpurMC/PurpurExtras/badge)](https://www.codefactor.io/repository/github/PurpurMC/PurpurExtras)\n[![Join us on Discord](https://img.shields.io/discord/685683385313919172.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://purpurmc.org/discord)\n\n[![Purpur's Stargazers](https://img.shields.io/github/stars/PurpurMC/PurpurExtras?label=stars&logo=github)](https://github.com/PurpurMC/PurpurExtras/stargazers)\n[![Purpur Forks](https://img.shields.io/github/forks/PurpurMC/PurpurExtras?label=forks&logo=github)](https://github.com/PurpurMC/PurpurExtras/network/members)\n[![Purpur Watchers](https://img.shields.io/github/watchers/PurpurMC/PurpurExtras?label=watchers&logo=github)](https://github.com/PurpurMC/PurpurExtras/watchers)\n\nPurpurExtras is a plugin designed to add all [Purpur](https://github.com/PurpurMC/Purpur) suggestions that should be in a plugin. Adding configurability, new fun and exciting gameplay features. All features can be found on [Purpur wiki](https://purpurmc.org/docs/purpurextras/configuration/).\n
\n\n## About\n\nPurpurExtras contains multiple miscellaneous features that were proposed to Purpur, but were deemed to be easier to implement as a plugin.\n\nFeatures include, but are not limited to:\n- Protecting blocks that can generate loot (where loot tables exist and loot was not generated yet) from being destroyed\n- Protecting spawners from being destroyed\n- Ability to allow players to create suspicious blocks by right clicking relevant blocks with items\n- Set shield's damage reduction percentage\n- Control over what entities transform into what after being struck by lightning\n- Ability to change blocks into other blocks after an anvil dropped on them\n\nComplete set of configuration and feature descriptions can be found [here](https://purpurmc.org/docs/purpurextras/configuration/)\n\n\n## Contact\n[![Join us on Discord](https://img.shields.io/discord/685683385313919172.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/mtAAnkk)\n\nJoin us on [Discord](https://purpurmc.org/discord)\n\n## License\n[![GPL-2.0 License](https://img.shields.io/github/license/PurpurMC/PurpurExtras?&logo=github)](LICENSE)\n\nAll code is licensed under the GPL-2.0 license, unless otherwise noted.\n" }, "z4mHgUYG": { "name": "InteractionVisualizer", "description": "Visualize Crafting Tables, Furnaces, Enchantment Tables and more with animations through packets!", "slug": "interactionvisualizer", "url": "https://modrinth.com/plugin/interactionvisualizer", "supported_versions": [ "1.11.2", "1.12.2", "1.13", "1.13.1", "1.13.2", "1.14", "1.14.1", "1.14.2", "1.14.3", "1.14.4", "1.15", "1.15.1", "1.15.2", "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "paper", "purpur", "spigot" ], "updated": "2025-10-11T21:06:25.602730Z", "source_url": "https://github.com/LOOHP/InteractionVisualizer", "wiki_url": null, "icon_url": "https://cdn.modrinth.com/data/z4mHgUYG/a7b3b95c3afeacdb8d1999c0beb658eed7319c94.png", "body_text": "## About\nSo in Minecraft, you click that crafting table and put things in, no one else knows what you are doing.. Aren't we supposed to be able to see that items pop up on the table logically?\n**With this plugin, you can! See items placed on the crafting table literally as players put them in in their GUI! *And much more!***\n\n## Features\n### 1. Visualization!\nHere are all the blocks and entities that have been visualized by InteractionVisualizer so far!\n

\n### [See the Gallery for all the GIFs of (almost) every block!](https://modrinth.com/mod/interactionvisualizer/gallery)\n

\n**Want to watch videos instead browsing the Gallery?**
\nHere is an awesome walkthrough by [MusicTechnician](https://www.youtube.com/channel/UC0DKOswctz1q3gtm5BMfPtw)! (English)\n\n\nHere is another one by [ServerMiner](https://youtube.com/user/ServerMiner)! (English)\n\n\nYet another one by [The BelgiumGames](https://www.youtube.com/channel/UC38CZxr4vqIqHCbgV1FUNsw) (Dutch)\n\n\n### 2. Client-Side!\n- None of the blocks and items actually exists on the server!\n- They can't be killed or removed by kill commands!\n- They won't affect the world in any way!\n\n### 3. Customization\n- Each block display can be disabled in the config!\n- Players can toggle a few options for themselves as well!\n- Player toggle data can be saved in SQLite *(default)* or MYSQL\n- Certain hologram text automatically uses each player's own client language!\n- [Many languages from the community! Just take a look! Click me!](https://github.com/LOOHP/InteractionVisualizerLanguages)\n\n## Dependencies\n- [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) *[1.12.2 or below only]* *(Please install the latest version that is compatible with your server version)*\n- [*LightAPI Fork*](https://www.spigotmc.org/resources/lightapi-fork.48247/) *[1.16.5 or below only]* *(Not to be mistaken with the original LightAPI)*\n\n## Supported Plugins\n- [**OpenInv**](https://dev.bukkit.org/projects/openinv?__cf_chl_jschl_tk__=9ac2f7ce0b53e116fb0547c52cf05cc72e4ee1ac-1586418367-0-AaFjGdB-PqH_rr9REedYaW59a8R9Im_qmC9u3nPzMFf7C4k4Q4SRPBfhvVQ6PsFGhh2jZrPYsD6gA1S2V6HvBK0YJ4qZbk7hVDqi-IaatWbsOLNYlVAQbb3-VB8wZfovtYegEOZtn1RVqOfHUj5cEAsC1kTl3-TbckXto4jQ98Lp7MBXdVxNr_Gv8VkvGc91QcJk9vvMVd7TqGM-uG6QPYu8CkjsrAY5n0E439edIDFLHQ-xHInaX4GSiHC-5SHPZh4h4yATYCKz62wp-lO7Y9G5423wLmS1zbIhXC1fXnEiocHqnA1PgyPYr29TQ4-ZvkCV8k9p82GUPd-boKrg_9Ie2Ahj2wFXKQIpoZxLVazX) (With silent chest on, chest animations are disabled)\n- [**SuperVanish**](https://www.spigotmc.org/resources/1331/) & [**PremiumVanish**](https://www.spigotmc.org/resources/14404/) (All animations are disabled while in vanish)\n- [**CMI**](https://www.spigotmc.org/resources/cmi-270-commands-insane-kits-portals-essentials-economy-mysql-sqlite-much-more.3742/) (All animations are disabled while in vanish)\n- [**Essentials**](https://modrinth.com/plugin/essentialsx) (All animations are disabled while in vanish)\n\n## Installation\n1. Put InteractionVisualizer.jar and **all required dependencies** into the plugins folder\n2. Start the server\n3. Edit the config\n4. Restart the server\n\n## Development Builds\n![](https://ci.loohpjames.com/job/InteractionVisualizer/badge/icon)\n\n[**Jenkins**](https://ci.loohpjames.com/job/InteractionVisualizer/)\n\n## Showcase Server\nWant to give the plugin a try?\n\n```\nIP: mc.loohpjames.com\n```\n\n![](https://api.loohpjames.com/serverbanner.png?ip=mc.loohpjames.com&width=918&name=IP:%20mc.loohpjames.com)\n\n## Q&A\n### How does /iv toggle works?\nThere are three modes in **/iv toggle**, they enable or disable certain mechanics used for the displays.\n**\"itemstand\"** stands for any visual items that are created with armorstands (the ones that lay flat on the blocks and don't float like normal dropped items) and itemframes (i.e. the CartographyTable map)\n**\"itemdrop\"** stands for any visual items that is a dropped item\n**\"hologram\"** stands for all the floating text (e.g. furnace progress bar)\nThe player data used for /ic toggle is saved in the **database**.\n\n### I got an error saying that there are some problems while saving blockdata.json, what do I do?\nThis is most likely caused by the server not shutting down properly. But regardless of what is the cause of the problem, you can always _go to the InteractionVisualizer plugin folder and replace the blockdata.json with one of the backups in the backup folder_.\n\n## Placeholders\nWith the plugin [PlaceholderAPI ](https://www.spigotmc.org/resources/placeholderapi.6245/)installed, you can get the toggle status of a player using placeholders, they are:\n```\n%interactionvisualizer_itemstand_%\n%interactionvisualizer_itemdrop_%\n%interactionvisualizer_hologram_%\n```\n\nIf a player has enabled, for example, the `itemstand` module for the **Crafting Table**, `%interactionvisualizer_itemstand_crafting_table%` will return `enabled`, if it is disabled, it will return `disabled`\n\n## API\n**InteractionVisualizer does provide an API for developers to create add-ons!**\nCheck out the wiki page: [https://github.com/LOOHP/InteractionVisualizer/wiki/Developer-API](https://github.com/LOOHP/InteractionVisualizer/wiki/Developer-API)\n\n## Commands\n/interactionvisualizer reload - Reloads the plugin
\n/interactionvisualizer refresh - Refresh all item displays for the player executing the command
\n/interactionvisualizer update - Check for updates
\n/interactionvisualizer toggle - Toggles display options
\n*(/iv in short)*\n\n## Permissions\n```\ninteractionvisualizer.reload - Allows you to reload the plugin [default: op]\ninteractionvisualizer.refresh - Allows you to refresh displays [default: true]\ninteractionvisualizer.toggle - Allows you to toggle modules [default: true]\ninteractionvisualizer.toggle.others - Allows you to toggle modules for others [default: op]\ninteractionvisualizer.update - Allows you receive update messages [default: op]\n```\n\n## Default Config\n[**Latest Config with descriptions**](https://github.com/LOOHP/InteractionVisualizer/tree/master/common/src/main/resources)\n\n## Community Translated Configs\n[**Check out the Repository!**](https://github.com/LOOHP/InteractionVisualizerLanguages)\n\n## Limitations\n- The plugin might not work on Minecraft version 1.10.2 or below\n\n## Data usage\nUsage statistics at https://bstats.org/plugin/bukkit/InteractiveChat will be visible to the public with your server included in the statistics. No private information of your server is sent.
\nUpdate checking is also done via https://api.loohpjames.com to notify you whenever a new version is released. No private information of your server is sent.\n\n![](https://bstats.org/signatures/bukkit/InteractionVisualizer.svg)" }, "a8UoyV2h": { "name": "BlueMap Marker Manager", "description": "BlueMap extension - Add a marker command to easily setup your markers & marker sets ingame without touching any configs", "slug": "bmarker", "url": "https://modrinth.com/plugin/bmarker", "supported_versions": [ "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "fabric", "paper", "purpur", "quilt", "spigot" ], "updated": "2025-11-01T16:01:12.495398Z", "source_url": "https://github.com/MiraculixxT/bluemap-marker", "wiki_url": "https://github.com/MiraculixxT/bluemap-marker/wiki", "icon_url": "https://cdn.modrinth.com/data/a8UoyV2h/00fd83f0902ed7cee49292b9714646363683a7a0_96.webp", "body_text": "# BlueMap Marker Manager\nBlueMap supports a variety of marker setups by default, but it requires some work from editing configs and reading docs to understand what is actually required. Who likes reading... \nThe Marker Manager takes this task completely off your hands and lets each player create their own markers!\n\n## Creating Markers / Marker-Sets\nYou can now find all information how to use BMarker\n-> [**HERE**](https://github.com/MiraculixxT/bluemap-marker/wiki)\n\n![Imgur](https://imgur.com/LHeMbg2.png)\n\nCreating a new marker or marker-set will start an interactive setup menu to define your favorite values. Every marker type has unique arguments to define with different displays. Hover over each argument to see what it does and how it modifies the output.\n\n| Command | Base Permission | Description | Documentation |\n|:-:|:-:|:-:|:-:|\n| /bmarker | *See Docs* | Create/modify/delete marker(-sets) | [Sets](https://github.com/MiraculixxT/bluemap-marker/wiki/Sets) - [Markers](https://github.com/MiraculixxT/bluemap-marker/wiki/Markers) |\n| /btemplate | `bmarker.command.templates` | Create/delete template groups | [Templates](https://github.com/MiraculixxT/bluemap-marker/wiki/Template-Sets) |\n| /bplayer | `bmarker.command.visibility` | Hide/show player markers | *Not available* |\n| /btp | `bmarker.command.teleport` | Teleport to selected marker | *Not available* |\n| /bsettings | `bmarker.command.settings` | Modify core settings | *Not available* |\n\nThe base permission is needed to use the commands, but they will be limited for player usage. Limits can be ignored and access to other players markers/sets with the bypass permission `.others` (e.g. `bmarker.command.visibility.others` to hide/show other players)\n\n\n\n## Support \nSimply hop on the [BlueMap Discord](https://discord.gg/zmkyJa3) and ask in #3rd-party-support :)\n\nIf you have issues with entering colors, please use a generator instead of trying to enter the RGB values for your self. There are some hidden rules that have to be followed, otherwise the system will just pick another color.\n\n## TODO - Maybe coming soon™\n- Ideas for new markers? Just ping me in BlueMap Discord (@Miraculixx)" }, "lJFOpcEj": { "name": "ImageFrame", "description": "Put images on maps and walls!", "slug": "imageframe", "url": "https://modrinth.com/plugin/imageframe", "supported_versions": [ "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "folia", "paper", "purpur", "spigot" ], "updated": "2025-10-11T21:56:08.467267Z", "source_url": "https://github.com/LOOHP/ImageFrame", "wiki_url": null, "icon_url": "https://cdn.modrinth.com/data/lJFOpcEj/042a7acf702b707ccc076d587ee712d00cd90c50.png", "body_text": "## About\n**Want to display information on your server in a fancy way?**
\n**Or maybe you want to display a nice animated TV screen in your home base?**
\n**_Then this is the plugin for you!_**\n\n## Videos\n**Want video demonstrations? Here are some videos made by some awesome people!**
\nVideo by [**ServerMiner**](https://www.youtube.com/@ServerMiner) in English:\n\n\nVideo by [**KasaiSora**](https://www.youtube.com/@KasaiSora) in English:\n\n\n## Features\n### 1. Load Images onto Maps and Item Frames\n- Load images from URLs!\n- PNG, JPEG, WEBP & GIFs are supported!\n- Get them in Map form or _directly_ on Item Frames! (Select your Item Frames with the smart selection tool!)\n- Automatic image fitting means your images won't be stretched!\n\n![](https://resources.loohpjames.com/spigot/assets/imageframe/1.png)\n\n### 2. Even Works with Animated GIFs!\n- Images will be animated if they are GIFs!\n- Animated up to 1/20 of a second!\n- Animation tasks run asynchronously\n\n\n\n### 3. Define Custom Width and Height\n- Have your image span across multiple maps\n- Automatic image fitting works across all sizes too!\n- Ideal for displaying on Item Frames!\n\n![](https://https://resources.loohpjames.com/spigot/assets/imageframe/3.png)\n\n*^ These metro platform signs look awesome, don't they? Put together with ImageFrame and invisible glowing item frames!*\n\n### 4. Add Overlays to Regular Vanilla Maps!\n- Create an image map with a regular vanilla map in your hand\n- Or across multiple maps via selecting them in item frames!\n\n![](https://resources.loohpjames.com/spigot/assets/imageframe/4.png)\n\n*^ Notice the extra text with a blue background at the top of the map?*\n\n### 5. Combined ImageMap for Easy Placement!\n- Get an entire multi-part ImageMap as one combined item!\n- Automatically searches for space to place the ImageMap on an Item Frame wall (or floor/ceiling)\n- The clicked Item Frame is treated as top-left if there is enough space\n- When broken, the whole combined map is removed with a single combined map returned!\n- Respect Item Frame protections on other plugins! (via calling Bukkit events)\n\n\n\n*^ The hearts particle is from _another plugin_ which listens to the [EntityDamageEvent](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/EntityDamageEvent.html)*
\n*^ Built-in Invisible Item Frames System*\n\n### 6. Refresh Maps Easily!\n- Refresh _all copies_ of the same image map from the URL source in one simple command!\n- Ideal for displaying information that you'll have to update across your server every once a while, without having to go and replace every single one\n\n\n\n*^ I've uploaded and replaced the TNT block with the grass block at the source URL, and I am holding 1 of the 4 maps in my hand*\n\n### 7. Add Map Markers To Your Images!\n- Any map icon can be used! Such as the mansion and temple icons on Vanilla cartographer maps!\n- They can also have an optional line of text below them\n- Configurable max markers per map\n- Ideal for marking locations on custom image maps!\n\n![](https://resources.loohpjames.com/spigot/assets/imageframe/7.png)\n![](https://resources.loohpjames.com/spigot/assets/imageframe/8.png)\n\n### 8. Survival Friendly\n- Require players _in survival_ to have empty maps in their inventory to be able to create image maps (using player commands)\n- Even works when directly creating images on Item Frames or getting the Combined ImageMap item!\n- Configurable in the config\n\n### 9. Easy to Keep Track and Manage\n- Commands available to help you (both as players and admins) manage your (or everybody's) created image maps\n- Ability to give access to ImageMaps to other players!\n- Different permission levels for different players you decided to share maps with.\n- Such as listing all maps of a player, renaming etc.\n- Option to set an image creation limit per player (Can be different for each player!)\n- Option to set a maximum size for a single image frame! (Customizable as always)\n- Migration available for [ImageMap](https://www.spigotmc.org/resources/imagemaps.81851/), [ImageOnMap](https://www.spigotmc.org/resources/imageonmap.26585/) and [DrMap](https://www.spigotmc.org/threads/drmap.480868/) (Message me for more plugin support requests)\n\n### 10. Invisible Item Frames\n- Built-in support for survival-friendly invisible item frames!\n- Splash item frame items with invisibility potions to obtain.\n- Can adjusted in the config.\n\n\n\n### 11. Languages\n- All messages presented to your players are customizable to your liking!\n\n## Dependencies\n- None!\n\n## Installation\n1. Put ImageFrame.jar into the plugins folder along with the required dependencies\n2. Start the server\n3. *Edit the config (if you need to)*\n4. *Restart the server (if you changed something in the config in step 3)*\n\n## Development Builds\n\n![](https://ci.loohpjames.com/job/ImageFrame/badge/icon)\n\n[**Jenkins**](https://ci.loohpjames.com/job/ImageFrame/)\n\n## Showcase Server\nWant to see the plugin in action?\n\n```\nIP: mc.loohpjames.com\n```\n\n![](https://api.loohpjames.com/serverbanner.png?ip=mc.loohpjames.com&width=918&name=IP:%20mc.loohpjames.com)\n\n## Commands\n**Legend:**
\nFor command \"\"/\"\" arguments,
\nYou can access another players map **if you have permission**
\nthrough this syntax:
\n\":\"\n\nFor example: /if get LOOHP:map combined\n\n**Administration:**\n\n```\n/imageframe reload - Reloads the plugin\n/imageframe update - Check for updates\n```\n\n**Player:**\n\n```\n/imageframe select - Select item frames to put image maps on\n/imageframe create - Create a new image map\n/imageframe create selection - Create a new image map and put it directly in your selected item frames\n/imageframe create combined - Create a new image map and get its Combined ImageMap item\n/imageframe overlay - Create a new image map that adds an overlay on a Minecraft Vanilla map you are holding\n/imageframe overlay selection - Create a new image map that adds an overlay on a Minecraft Vanilla map in your selected item frames\n/imageframe clone - Create a new image map with the same properties as the old one\n/imageframe clone selection - Create a new image map with the same properties as the old one and put it directly in your selected item frames\n/imageframe clone combined - Create a new image map with the same properties as the old one and get its Combined ImageMap item\n/imageframe playback pause - Toggle pause for an animated image map\n/imageframe playback jumpto - Jump to a specific second for an animated image map\n/imageframe refresh [optional:image_name] [optional:new_url] - Refresh a map you've created from source url\n/imageframe info - Get info related to the image map you are holding\n/imageframe get - Get a self-created pre-existing image map\n/imageframe get selection - Put a self-created pre-existing image map directly on your selected item frames\n/imageframe get combined - Get a self-created pre-existing image map in its Combined ImageMap form\n/imageframe delete - Delete a self-created pre-existing image map\n/imageframe rename - Rename a self-created pre-existing image map\n/imageframe list - List all self-created pre-existing image maps\n/imageframe marker add [optional:caption] - Add a marker to your map\n/imageframe marker remove - Remove a marker from your map\n/imageframe marker clear - Clear all markers from your map\n/imageframe setaccess - Set access permission of other players for your map\n```\n\n\n**Moderation:**\n\n```\n/imageframe list - List a player's pre-existing image maps\n/imageframe giveinvisibleframe [amount] [player] - Give invisible item frame items\n/imageframe adminsetcreator - Change the creator of an image map\n/imageframe adminmigrate - Migrate data from the selected and supported third-party plugin\n```\n\n## Permissions\n```yaml\npermissions:\n imageframe.create:\n default: op\n description: Allow players to create new image maps\n imageframe.create.animated:\n default: op\n description: Allow players to create new animated image maps\n imageframe.create.others:\n default: op\n description: Allow players to create image maps for other players, applies to overlay and clone, bypasses owning limit\n imageframe.overlay:\n default: op\n description: Allow players to overlay images on Vanilla maps\n imageframe.clone:\n default: op\n description: Allow players to make deep copies of their own image maps\n imageframe.playback:\n default: op\n description: Allow players to pause or set position of playback of their own animated image maps\n imageframe.select:\n default: op\n description: Allow players to select item frames\n imageframe.marker:\n default: op\n description: Allow players to add and remove markers on image maps\n imageframe.marker.unlimited:\n default: op\n description: Allow players to add unlimited markers on image maps\n imageframe.refresh:\n default: op\n description: Allow players to refresh image maps\n imageframe.rename:\n default: op\n description: Allow players to rename image maps\n imageframe.info:\n default: true\n description: Allow players to view image map data\n imageframe.list:\n default: true\n description: Allow players to list all image maps they've created\n imageframe.list.others:\n default: op\n description: Allow players to list all image maps a player have created\n imageframe.delete:\n default: op\n description: Allow players to delete an image map they've created\n imageframe.purge:\n default: false\n description: Allow players to purge all image maps created by a specific player\n imageframe.purge.all:\n default: false\n description: Allow players to purge all image maps at once\n imageframe.get:\n default: op\n description: Allow players to get an image map they've created\n imageframe.setaccess:\n default: op\n description: Allow players to change access permissions of their image maps\n imageframe.adminbypass:\n default: op\n description: Bypass all access restrictions and allow users to use and modify any image map\n imageframe.adminsetcreator:\n default: op\n description: Allow players to change the creator of any image map via the image map id\n imageframe.admindelete:\n default: op\n description: Allow players to delete any image map via the image map id\n imageframe.adminmigrate:\n default: op\n description: Allow players to migrate maps from supported plugins to ImageFrame\n imageframe.preference:\n default: true\n description: Allow players to update their player preferences\n imageframe.preference.others:\n default: op\n description: Allow players to update other players' player preferences\n imageframe.giveinvisibleframe:\n default: op\n description: Allow players to give invisible item frames\n imageframe.update:\n default: op\n description: Allows you receive update messages\n```\n\n## Default Config\n[**Latest Config with Descriptions**](https://github.com/LOOHP/ImageFrame/blob/main/common/src/main/resources/config.yml)\n\n## Data usage\nUsage statistics at https://bstats.org/plugin/bukkit/ImageFrame will be visible to the public with your server included in the statistics. No private information of your server is sent.
\nUpdate checking is also done via https://api.loohpjames.com to notify you whenever a new version is released. No private information of your server is sent.\n\n![](https://bstats.org/signatures/bukkit/ImageFrame.svg)" }, "5QNgOj66": { "name": "FancyHolograms", "description": "Create fancy looking text, item or block holograms with the new 1.19.4 text display entities", "slug": "fancyholograms", "url": "https://modrinth.com/plugin/fancyholograms", "supported_versions": [ "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "folia", "paper" ], "updated": "2025-11-05T11:48:13.236604Z", "source_url": "https://github.com/FancyInnovations/FancyPlugins", "wiki_url": "https://docs.fancyinnovations.com/fancyholograms/", "icon_url": "https://cdn.modrinth.com/data/5QNgOj66/cc884d7e7e8e5f2febaff17898b3a6af9397060e_96.webp", "body_text": "
\n\n![FancyHolograms Banner](https://github.com/FancyInnovations/FancyPlugins/blob/main/docs/src/static/logos-and-banners/fancyholograms-banner.png?raw=true)\n\n
\n\nSimple, lightweight and feature-rich hologram plugin for **[Paper](https://papermc.io/software/paper)** (and **[Folia](https://papermc.io/software/folia)**) servers using **[display entities](https://minecraft.wiki/w/Display)**\nand packets.\n\n
\n\n## Features\n\nWith this plugin you can create holograms with customizable properties like:\n\n- **Hologram Type** (text, item or block)\n- **Position**, **Rotation** and **Scale**\n- **Text Alignment**, **Background Color** and **Shadow**.\n- **Billboard** (fixed, center, horizontal, vertical)\n- **MiniMessage** formatting.\n- Placeholders support through **[PlaceholderAPI](https://github.com/PlaceholderAPI/PlaceholderAPI)** and **[MiniPlaceholders](https://github.com/MiniPlaceholders/MiniPlaceholders)** integration.\n- **[FancyNpcs](https://github.com/FancyMcPlugins/FancyNpcs)** integration.\n- ...and much more!\n\nCheck out **[images section](#images)** down below.\n\n
\n\n## Installation\n\nPaper **1.19.4** - **1.21.10** with **Java 21** (or higher) is required. Plugin should also work on **Paper** forks.\n\n**Spigot** is **not** supported.\n\n
\n\n## Documentation\n\nOfficial documentation is hosted **[here](https://docs.fancyinnovations.com/fancyholograms/)**. Quick reference:\n\n- **[Getting Started](https://docs.fancyinnovations.com/fancyholograms/getting-started)**\n- **[Command Reference](https://docs.fancyinnovations.com/fancyholograms/commands/hologram/)**\n- **[Using API](https://docs.fancyinnovations.com/fancyholograms/api/getting-started/)**\n\n**Have more questions?** Feel free to ask them on our **[Discord](https://discord.gg/ZUgYCEJUEx)** server.\n\n
\n\n## Developer API\n\nMore information can be found in **[Documentation](https://docs.fancyinnovations.com/fancyholograms/api/getting-started/)** and **[Javadocs](https://repo.fancyinnovations.com/javadoc/releases/de/oliver/FancyHolograms/latest)**.\n\n### Maven\n\n```xml\n\n fancyinnovations-releases\n FancyInnovations Repository\n https://repo.fancyinnovations.com/releases\n\n```\n\n```xml\n\n de.oliver\n FancyHolograms\n [VERSION]\n provided\n\n```\n\n### Gradle\n\n```groovy\nrepositories {\n maven(\"https://repo.fancyinnovations.com/releases\")\n}\n\ndependencies {\n compileOnly(\"de.oliver:FancyHolograms:[VERSION]\")\n}\n```\n\n
\n\n## Images\n\nImages showcasing the plugin, sent to us by our community.\n\n![Screenshot 1](https://github.com/FancyMcPlugins/FancyHolograms/blob/main/images/screenshots/example1.jpeg?raw=true) \nProvided by [@OliverSchlueter](https://github.com/OliverSchlueter)\n\n![Screenshot 2](https://github.com/FancyMcPlugins/FancyHolograms/blob/main/images/screenshots/example2.jpeg?raw=true) \nProvided by [@OliverSchlueter](https://github.com/OliverSchlueter)\n\n![Screenshot 3](https://github.com/FancyMcPlugins/FancyHolograms/blob/main/images/screenshots/example3.jpeg?raw=true) \nProvided by [@OliverSchlueter](https://github.com/OliverSchlueter)\n\n![Screenshot 4](https://github.com/FancyMcPlugins/FancyHolograms/blob/main/images/screenshots/example4.jpeg?raw=true) \nProvided by [@OliverSchlueter](https://github.com/OliverSchlueter)\n\n![Screenshot 5](https://github.com/FancyMcPlugins/FancyHolograms/blob/main/images/screenshots/example5.jpeg?raw=true) \nProvided by [@OliverSchlueter](https://github.com/OliverSchlueter)\n" }, "1apsbntF": { "name": "SetHome", "description": "SetHome is a plugin that allows you to easily create homes", "slug": "sethome", "url": "https://modrinth.com/plugin/sethome", "supported_versions": [ "1.2.1", "1.2.2", "1.2.3", "1.2.4", "1.2.5", "1.18", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "paper", "purpur", "spigot" ], "updated": "2025-11-01T09:36:37.962164Z", "source_url": null, "wiki_url": null, "icon_url": "https://cdn.modrinth.com/data/1apsbntF/54d485945aceef0f1fc6be8ef6ff3aba71a06489_96.webp", "body_text": "# How to use:\n\n- /home [name] - Teleport to your home\n- /sethome [name] - Create a home\n- /delhome [name] - Delete a home\n\n# Config\n```yml\n# Cooldown is the number of seconds the player must wait before they can teleport to a home\ncooldown: \n\n# Max homes is the maximum number of homes the player can have\nmax-homes: \n\n# Cancel on move is a setting that determines whether teleportation should be canceled if the player moves while on cooldown\ncancel-on-move: \n\n#Enderman sound to confirm a teleportation\nplay-sound: \n\n```\n# Screenshot\n\n![Alt text](https://cdn-raw.modrinth.com/data/1apsbntF/images/aa8530744ef3735f35b7f97fa9a851c65c7e6700.png 'Optional title')" }, "Pw3KRjwE": { "name": "Spawn", "description": "Highly configurable spawn plugin. Teleport to a custom spawnpoint by command or on specific events.", "slug": "spawn", "url": "https://modrinth.com/plugin/spawn", "supported_versions": [ "1.8", "1.8.1", "1.8.2", "1.8.3", "1.8.4", "1.8.5", "1.8.6", "1.8.7", "1.8.8", "1.8.9", "1.9", "1.9.1", "1.9.2", "1.9.3", "1.9.4", "1.10", "1.10.1", "1.10.2", "1.11", "1.11.1", "1.11.2", "1.12", "1.12.1", "1.12.2", "1.13", "1.13.1", "1.13.2", "1.14", "1.14.1", "1.14.2", "1.14.3", "1.14.4", "1.15", "1.15.1", "1.15.2", "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "paper", "purpur", "spigot" ], "updated": "2025-08-15T16:06:07.347435Z", "source_url": "https://github.com/rockquiet/Spawn", "wiki_url": "https://github.com/rockquiet/Spawn/wiki", "icon_url": "https://cdn.modrinth.com/data/Pw3KRjwE/f73302c65b41d91197378cdfa339ae13d8c773a2_96.webp", "body_text": "
\n\n[![Modrinth Downloads](https://img.shields.io/modrinth/dt/spawn?style=flat-square&logo=modrinth&labelColor=3A3025&color=407F35)](https://modrinth.com/plugin/spawn)\n[![Spigot Downloads](https://img.shields.io/spiget/downloads/106188?style=flat-square&logo=image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAD1BMVEVHcEwAAAD/0ADi6D86RuhWkE5HAAAAAXRSTlMAQObYZgAAAFBJREFUeJxljdERgDAIQ8OdAxicgHQCZQH3n0pqrT99P7y7QADAYkfHiIHFJ4yRwDWlDaHy7IPeMupOUkvVFiu5XL3hyLBXjIT/nfPLdq/yAL5yBqT7qDihAAAAAElFTkSuQmCC&labelColor=3A3025&color=407F35)](https://www.spigotmc.org/resources/106188)\n[![Hangar Downloads](https://img.shields.io/hangar/dt/spawn?style=flat-square&logo=image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAgBAMAAAAVss41AAAAJFBMVEVHcEz///////////////////////////////////////////8Uel1nAAAAC3RSTlMAH47fTa3EafI0C3ZKri0AAADwSURBVHicTZGvC8JQEMdPDeKSYBEsEwSFFbGJZcVkMRiEV7S6IgiCWNS6ZlBhxWZ3/ti8f87bfbfplePDvXff7/s+Iqlyr0p5FQy/3JwuzBw2s9GAk5qAaozqK3mAaKkL09FcR3XAE9cc0ELB8hVC6KfX4qtSCdQ+6LCB9TWYGyndt7LVzVbufQ7Pk8xJW9S9qEqwPORQ7Nop1Tk2zGNS8VfALWld0N3hk7QdTr7NM1DyQA9HT5qEHuZTmTLPaKvkzchaCQUgW0wOx3jD22goVypCwc2DFvVRlnWhIzk08uSttfj8/QMd/c3fJ9HNRv8CUjKn1XnSu4wAAAAASUVORK5CYII=&label=Downloads&labelColor=3A3025&color=407F35)](https://hangar.papermc.io/rockquiet/Spawn)\n[![GitHub Downloads](https://img.shields.io/github/downloads/rockquiet/joinprotection/total?style=flat-square&logo=github&labelColor=3A3025&color=407F35)](https://github.com/rockquiet/Spawn/releases)\n\n[![GitHub release (with filter)](https://img.shields.io/github/v/release/rockquiet/spawn?style=for-the-badge&labelColor=3A3025&color=407F35)](https://github.com/rockquiet/Spawn/releases)\n![Minecraft Versions](https://img.shields.io/badge/minecraft-1.8_--_1.21.10-407F35?style=for-the-badge&logoColor=407F35&labelColor=3A3025&color=407F35)\n![Java](https://img.shields.io/badge/java-8+-407F35?style=for-the-badge&logoColor=407F35&labelColor=3A3025&color=407F35)\n\n# Spawn\n\nYet another Spawn plugin with many configurable options.\n\n
\n\n## Features\n\n- You can set a Spawn and teleport to it (duh)\n- Teleport to Spawn...\n - ...on join / only on first join\n - ...on death (bed / respawn anchor spawn-point can be ignored)\n - ...when falling into the void (void height is configurable)\n - ...on world change\n- Command cooldown\n- Teleport delay (with cancel on move / blindness effect)\n- Teleport another player to Spawn via command\n- Fall damage on teleport can be disabled\n- Particles & sound on teleport\n- Whitelist/Blacklist worlds to restrict the plugin's functionality\n- Restrict the usage to specific game modes\n- [MiniMessage](https://docs.advntr.dev/minimessage/format.html) (only 1.18.2+ Paper based servers)\n and [Legacy Formatting](https://minecraft.wiki/w/Formatting_codes) is supported\n- Everything can be edited, bypassed with permissions, or completely disabled\n\n## Documentation\n\nAll commands, permissions and configuration options are available on\nthe [GitHub Wiki](https://github.com/rockquiet/Spawn/wiki).\n\n## Metrics\n\nThis plugin uses bStats to collect some (non-identifying) data about the servers it runs on.\nYou can opt-out by editing the `config.yml` in the `/plugins/bStats` folder located in your server directory.\n(More information [here](https://bstats.org/getting-started))\n\n[\"bstats\"](https://bstats.org/plugin/bukkit/SpawnWasTaken)\n\n" }, "pwCm0TtE": { "name": "AutoTreeChop", "description": "A powerful, customizable automatic tree chopping plugin for Paper/Folia servers.", "slug": "autotreechop", "url": "https://modrinth.com/plugin/autotreechop", "supported_versions": [ "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "folia", "paper", "purpur", "spigot" ], "updated": "2025-11-05T14:03:58.427155Z", "source_url": "https://github.com/milkteamc/AutoTreeChop", "wiki_url": "https://github.com/milkteamc/AutoTreeChop/wiki", "icon_url": "https://cdn.modrinth.com/data/pwCm0TtE/6584af951959d35f4e35b7fe918ff0da6726e398.png", "body_text": "# AutoTreeChop\n\n**AutoTreeChop** lets your players chop entire trees by breaking just one log.\nIt’s async-friendly, lightweight, and fully customizable — with built-in support for MySQL(optional), CoreProtect, and popular protection plugins.\n\n- 🌐 [Discord Support Server](https://discord.gg/uQ4UXANnP2)\n- 🌱 [Modrinth Page](https://modrinth.com/plugin/autotreechop)\n- 💻 [Source Code (GitHub)](https://github.com/milkteamc/AutoTreeChop)\n- ⚙️ [Default Config](https://github.com/milkteamc/AutoTreeChop/blob/master/src/main/resources/config.yml)\n\n---\n\n## Key Features\n\n### 🌲 Smart Tree Chopping\n- Chop entire trees by breaking just one log\n- Toggle on/off with `/atc` command or by sneaking (pressing SHIFT)\n- Async support for smooth performance on Modern servers\n- Customizable leaves cleaner\n\n### ⚡ Lightweight & Easy to Configure\n- Minimal performance impact\n- Simple setup, and user-friendly configuration\n\n### 🔁 Auto Replanting\n- Automatically replant saplings after chopping\n- Optionally require players to have saplings\n\n### 🧑‍🤝‍🧑 Player Control & Limits\n- Daily limits for usage and chopped blocks\n- Configurable cooldowns\n- VIP players can bypass limits with permission\n\n### 🛡️ Full Protection Plugin Support\n- Compatible with Residence, WorldGuard, Lands, GriefPrevention\n- Supports **CoreProtect** for logging actions\n\n### 🌐 Multi-Language & Locale Support\n- Translations included: `en`, `zh`, `ja`, `de`, `es`, `fr`, `ru`, etc.\n- Automatically switches to player’s locale if enabled\n\n### 🗄️ MySQL & SQLite Support\n- Scale with MySQL or keep it simple with SQLite (default)\n\n---\n\n## Supported Plugins\n> Since we call the block break event directly by default, plugins such as CoreProtect and Drop2Inventory should be supported without modification.\n\n- WorldGuard\n- Residence\n- Lands\n- GriefPrevention\n- PlaceholderAPI\n\n---\n\n## Commands\n\n| Command | Description |\n|--------|-------------|\n| `/atc` | Toggle AutoTreeChop |\n| `/atc usage` | Show daily usage |\n| `/atc reload` | Reload plugin config |\n| `/atc ` | Toggle for another player |\n| `/atc enable-all` | Enable for all players |\n| `/atc disable-all` | Disable for all players |\n| `/atc about` | Plugin info |\n\n---\n\n## Permissions\n\n> Requires a permission manager plugin, I personally recommend [LuckPerms](https://luckperms.net/download)\n\n| Permission | Description | Default |\n|------------|-------------|-------------|\n| `autotreechop.use` | Use `/atc` and `/atc usage` commands | Everyone |\n| `autotreechop.vip` | Ignore usage limits | OP |\n| `autotreechop.other` | Toggle others' ATC status | OP |\n| `autotreechop.updatechecker` | Receive update notifications | OP |\n| `autotreechop.replant` | Enable auto replanting | Everyone |\n| `autotreechop.leaves` | Enable leaves removal | Everyone |\n\n---\n\n## Placeholders\n\n> Requires [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/)\n\n| Placeholder | Output |\n|------------|--------|\n| `%autotreechop_status%` | Whether ATC is enabled |\n| `%autotreechop_daily_uses%` | Times used today |\n| `%autotreechop_daily_blocks_broken%` | Tree blocks chopped today |\n\n---\n\n## Support & Contribute\n\n- Need help? Join our [Discord](https://discord.gg/uQ4UXANnP2)\n- Found a bug? Open an issue on [GitHub](https://github.com/milkteamc/AutoTreeChop/issues)\n- Want to help translate? Submit a PR with your locale file!\n- Love the plugin? Give it a ⭐️ on [GitHub](https://github.com/milkteamc/AutoTreeChop)\n\n---\n\n## bStats\nThis plugin uses [bStats](https://bstats.org) to collect anonymous usage statistics (such as plugin version, server software, and player count). \nThese statistics help us improve the plugin. \nIf you prefer not to participate, you can disable it anytime in:\n`/plugins/bStats/config.yml`\n\n[![bstats](https://bstats.org/signatures/bukkit/AutoTreeChop.svg)](https://bstats.org/plugin/bukkit/AutoTreeChop/20053)\n" }, "C9BKEl8Y": { "name": "ajLeaderboards", "description": " Create leaderboards for almost anything! ", "slug": "ajleaderboards", "url": "https://modrinth.com/plugin/ajleaderboards", "supported_versions": [ "1.8.8", "1.8.9", "1.9", "1.9.1", "1.9.2", "1.9.3", "1.9.4", "1.10", "1.10.1", "1.10.2", "1.11", "1.11.1", "1.11.2", "1.12", "1.12.1", "1.12.2", "1.13", "1.13.1", "1.13.2", "1.14", "1.14.1", "1.14.2", "1.14.3", "1.14.4", "1.15", "1.15.1", "1.15.2", "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "folia", "paper", "purpur", "spigot" ], "updated": "2025-11-01T18:49:27.237772Z", "source_url": "https://github.com/ajgeiss0702/ajLeaderboards", "wiki_url": "https://wiki.ajg0702.us/ajleaderboards/", "icon_url": "https://cdn.modrinth.com/data/C9BKEl8Y/2c6bcfdd96632ed50cb9de0c3e2b00ae5c143bb1.png", "body_text": "# ajLeaderboards\n
\n ajLeaderboards is a plugin to allow you to create leaderboards for basically anything using PlaceholderAPI placeholders.
\n
\n

\n
\n
\n \"Features\"\n

\n
\n \n * Supports server versions 1.8.x-1.21.x
\n * Can be used with almost any plugin
\n * Can show player prefixes/suffixes on the leaderboard
\n * Make top npcs (see wiki)
\n * Make top signs (fully customizable)
\n * Player's heads above signs
\n * Players heads on armorstands
\n * Display leaderboard in several formats
\n * MySQL supported (to make sure leaderboards are synced)
\n * \"Extra\" placeholders (allows you to display separate placeholders alongside the leaderboard)
\n * Timed leaderboards (hourly, daily. monthly, etc)
\n * More features to come! (request them)
\n
\n
\n
\n

\n \n
\n
\n \"Screenshots\"\n
\n

\n
\n \n \"1.png\"
\n A leaderboard displayed using holograms
\n
\n \"2.png\"\n A npc leaderboard using Citizens
\n
\n \"3.png?r=2\"\n A sign leaderboard (using the built-in signs) with heads.
\n (also supports armorstands, and heads are not required)
\n
\n \"4.gif\"
\n Interactive hologram leaderboards using DecentHolograms
\n
\n
\n

\n
\n
\n \"Setup\"\n

\n
\n You must have PlaceholderAPI installed!\n
\n
\n Setup is pretty simple.
\n
\n You just use the /ajleaderboards add command to start tracking a placeholder, then as players join they will be added to the leaderboard.
\n
\n To display the leaderboard, you use the PlaceholderAPI placeholders
\n
\n To read a more detailed (and explained) guide, check out the wiki

\n
\n
\n
\n
\n
\n
\n
\n
\n \n \"elixirbannernew.gif\"
\n Use code AJG0702 to get 50% off! (new clients only)\n
\n
\n
\n
\n
\n
\n

\n
\n
\n \"Support\"\n

\n
\n \n If you have any questions, suggestions, or issues with the plugin,\n please contact me on Discord
\n
\n
\n

 

\n
\n
\n bStats\n
\n
\n This plugin collects anonymous usage information via bStats. It can be disabled in bStats' config file.
\n
\n \"ajLeaderboards.svg\"
\n
\n
\n
\n

\n
\n

 

\n
\n \n Some icons made by authors from www.flaticon.com\n \n
\n" }, "tRdRT5jS": { "name": "Click Mobs", "description": "Click to pick up any mob into your inventory and carry\nthem around!", "slug": "clickmobs", "url": "https://modrinth.com/plugin/clickmobs", "supported_versions": [ "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "fabric", "paper", "purpur", "spigot" ], "updated": "2025-10-27T12:00:05.012402Z", "source_url": "https://github.com/Clickism/ClickMobs", "wiki_url": null, "icon_url": "https://cdn.modrinth.com/data/tRdRT5jS/08afd66f210feeac992d88b9170540695e1a0864.png", "body_text": "![banner](https://i.imgur.com/jMvJaKO.png)\n\n[![discord](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-plural_vector.svg)](https://discord.gg/zUetzp3Gzk)\n\n## ClickMobs\n**ClickMobs is a simple quality of life mod/plugin that allows you to pick up any mob into your inventory and carry\nthem around.**\n\n![paper](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/paper_vector.svg)\n![fabric](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_vector.svg)\n![spigot](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/spigot_vector.svg)\n![purpur](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/purpur_vector.svg)\n\n### Features\n- Pick mobs up into your inventory by **shift + right clicking** them.\n- Place them back by placing the mob head.\n - Place the mobs directly into boats, minecarts, etc.\n - Use dispensers to spawn the mobs back automatically.\n- Clean messages, sound effects and particle effects.\n- Blacklist/whitelist any mob you want using **tags**!\n- **Language support:** German & English (Paper/Spigot only)\n\n### Blacklisting & Whitelisting Mobs\n- Blacklist/whitelist any mob you want using **tags**.\n - You can use and combine tags like `?hostile`, `?nametagged(...)`, `?baby`, etc.\n to select multiple mobs based on their properties.\n - **For more information, read the wiki:** [Wiki/Tags](https://clickism.de/docs/clickmobs/tags)\n- You can also blacklist/whitelist individual mobs.\n- You can manage the blacklist/whitelist in the **\"config.yml\"** file.\n\n### Configuration\n- For Paper/Spigot, you will find the configuration file at **\"plugins/ClickMobs/config.yml\"**.\n- For Fabric, you will find the configuration file at **\".minecraft/config/ClickMobs/config.yml\"**.\n - WARNING: If you are using another client (i.E. Modrinth App), the config file will be located at the installation\n directory instead.\n- Make sure you **save** the config file after making changes and do the following:\n - For Paper/Spigot, reload/restart your server or use the command *\"/clickvillagers reload\"*.\n - For Fabric, restart your game or server fully.\n\n### Compatibility\n- ClickMobs is fully compatible with [ClickVillagers](https://modrinth.com/plugin/clickvillagers)!\n\n### Licensing\n- This project is licensed under the GPLv3 license.\n- Refer to LICENSE.md for more information.\n" }, "YrkmSvXh": { "name": "Thizzy'z Tree Feller", "description": "The most customizable tree feller ever made.", "slug": "thizzyz-tree-feller", "url": "https://modrinth.com/plugin/thizzyz-tree-feller", "supported_versions": [ "1.15.2", "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "paper", "purpur", "spigot" ], "updated": "2025-10-20T23:50:31.598737Z", "source_url": "https://github.com/ThizThizzyDizzy/tree-feller", "wiki_url": null, "icon_url": "https://cdn.modrinth.com/data/YrkmSvXh/ad581d4a572a85db448074d65a82caabc21f2ae9.png", "body_text": "
\n

Default Behavior

\n

\"Large

\n

Individual Tree Detection

\n

\"Birch

\n

Advanced Structure Detection

\n

\"Advanced

\n

Fully Configurable

\n

\"Total

\n

In-game Configuration

\n

Custom trees can be configured in seconds by auto-detecting the tree's features

\n

\"Configuring

\n

Extensive Debugging info

\n

\"Debugging

\n
    \n
  • Configure custom trees with any combination of blocks for its leaves and logs
  • \n
  • Configure custom tools with custom name, durability, enchantments, and more
  • \n
  • Almost any configuration option can be customized for each tree or tool
  • \n
  • Tools or trees can be configured to only work in specific worlds, times of day, gamemodes, and more!
  • \n
\n

Plug-and-play

\n

The default configuration will reliably cut down all vanilla trees, while not disturbing player-made structures.

\n

Many user-requested features:

\n
    \n
  • Customizable permissions for each tree or tool
  • \n
  • Global and tool or tree-based cooldowns
  • \n
  • Tree felling animation
  • \n
  • Advanced falling trees
  • \n
  • Effects (particles, sounds, and explosions)
  • \n
  • /treefeller reload
  • \n
  • And more!
  • \n
\n

Compatibility with the following plugins:

\n
    \n
  • McMMO Classic
  • \n
  • McMMO
  • \n
  • EcoSkills
  • \n
  • MMOCore
  • \n
  • Zrip’s Jobs Reborn
  • \n
  • CoreProtect
  • \n
  • GriefPrevention
  • \n
  • WorldGuard
  • \n
  • Towny
  • \n
  • Ore Regenerator
  • \n
  • Drop2Inventory
  • \n
  • And more!
  • \n
\n

FAQ

\n

Does it work with custom trees?

\n

Yes

\n
\n

The tree feller is fully capable of detecting and cutting down trees of any shape and size, provided that the logs are connected.

\n

The default config is configured for vanilla trees. If you have very large trees or trees with multiple or mismatched wood or leaf types, you may have to add your own trees to the config.

\n
\n

Many custom trees are generated improperly, containing diagonally connected or persistent leaves.

\n

If this is the case, you may have to enable ignore-leaf-data, diagonal-leaves, and player-leaves.

\n

Troubleshooting?

\n

If you can't get something to work:

\n
    \n
  1. Make sure you’re using the latest version
  2. \n
  3. Run /treefeller debug and try to cut down a tree.
  4. \n
  5. Check the startup logs in the server console
  6. \n
\n

If you are unable to pinpoint the problem, I’m happy to help on discord or GitHub. Make sure to provide the config, startup logs, and the debug information from /treefeller debug

\n

Tips/Fun Facts

\n

You can use the tree feller for ores

\n

Add trees using ore for the trunk and with leaves disabled:

\n
    \n
  • [COAL_ORE, COAL_ORE, {required-leaves: 0, leaf-detect-range: 0, leaf-break-range: 0, max-height: 256}]
  • \n
\n

Add tools for each pickaxe with allowed-trees set to ORE

\n
    \n
  • {type: IRON_PICKAXE, allowed-trees: ORE}
  • \n
\n

Set allowed-trees for the axes to LOG

\n
    \n
  • {type: IRON_AXE, allowed-trees: LOG}
  • \n
\n

Fore more specific configuration, allowed-trees should be set to a list of tree indexes, such as [0, 1, 2, 3, 4, 5] for the first 6 trees defined

\n

(you may need to set max-height higher as well)

\n
\n
\n

You can define more than one tool or tree of the same type

\n

This is useful if you want OR behavior. In this example, a golden axe must have either unbreaking 1 or efficiency 2:

\n

tools:

\n
    \n
  • {type: GOLDEN_AXE, required-enchantments: {unbreaking: 1}}
  • \n
  • {type: GOLDEN_AXE, required-enchantments: {efficiency: 2}}
  • \n
\n

Tools and trees are checked in order

\n

If you have an item that matches two tools, the first one will always be used.

\n

For example:

\n
    \n
  • {type: IRON_AXE, required-enchantments: {unbreaking: 1}}
  • \n
  • {type: IRON_AXE, required-enchantments: {unbreaking: 2}, effects: [explosion]}
  • \n
\n

An explosion will never occur, as an iron axe with unbreaking 2 also matches the first tool.

\n

Commands

\n
/treefeller reload
\n
Permission: treefeller.reload
\n
- Reloads the tree feller configuration
\n
/treefeller help
\n
Permission: treefeller.help
\n
- Displays help for tree feller commands
\n
/treefeller on
\n
Permission: treefeller.toggle
\n
- Toggles on the tree feller for the player who ran the command
\n
/treefeller off
\n
Permission: treefeller.toggle
\n
- Toggles off the tree feller for the player who ran the command
\n
/treefeller toggle
\n
Permission: treefeller.toggle
\n
- Toggles the tree feller for the player who ran the command
\n
/treefeller debug [on|off]
\n
Permission: treefeller.debug
\n
- Toggles debug mode on or off globally
\n
/treefeller config
\n
Permission: treefeller.config
\n
- Opens the ingame configuration
\n\n## Configuration\nWhen you update the tree feller, make sure to add any missing configuration options, as they will not be automatically added\n\n(See [config.yml](https://github.com/ThizThizzyDizzy/tree-feller/blob/master/src/config.yml))" }, "BITzwT7B": { "name": "Click Villagers", "description": "Click to pick up villagers, see their trades, change their biomes, claim them and much more!", "slug": "clickvillagers", "url": "https://modrinth.com/plugin/clickvillagers", "supported_versions": [ "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "fabric", "paper", "purpur", "spigot" ], "updated": "2025-10-27T11:58:34.136305Z", "source_url": "https://github.com/Clickism/ClickVillagers", "wiki_url": null, "icon_url": "https://cdn.modrinth.com/data/BITzwT7B/6be9d25207fe2406711546020b48b409803c40f6_96.webp", "body_text": "![banner](https://i.imgur.com/e8FIPeB.png)\n\n![paper](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/paper_vector.svg)\n![fabric](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_vector.svg)\n![spigot](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/spigot_vector.svg)\n![purpur](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/purpur_vector.svg)\n\n## ClickVillagers\n**ClickVillagers is a simple quality of life plugin/mod that makes working with villagers much easier by allowing you \nto pick villagers up into your inventory, claim and protect them, change their biomes, and much more!**\n\n[![discord](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-plural_vector.svg)](https://discord.gg/zUetzp3Gzk)\n\n- 🎥 **Trailer**: https://youtu.be/19qup8i3IyU\n\n### Features & How to Use\n- Pick villagers up into your inventory by **shift + right clicking** them.\n- Place them back by placing the villager head.\n - You can place villagers directly into boats, minecarts, etc.\n - Use dispensers to place villagers back automatically. *(On Paper/Spigot 1.21+)*\n- Clean messages, sound effects and particle effects.\n- **Language support:** German & English *(Paper/Spigot only)*\n\n### See Trades at a Glance\n- See picked up villagers' trades in their description!\n - For each profession, only relevant trades will be shown. (i.E: only enchanted books for librarians)\n - Relevant trades will be formatted with colors and emojis.\n- The villager's owner, trade status and anchor status will also be shown.\n\n![trades](https://i.imgur.com/vzZWZ3A.png)\n### Anchor Villagers\n- Anchor villagers by **shift + right clicking** with **SHEARS**.\n- Anchored villagers cannot move on their own, but you can still push them around.\n\n### Claim & Protect Villagers\n- Claim villagers by **shift + right clicking** with **ANY SHOVEL**. \n - Claimed villagers won't take any damage by default.\n- After claiming, access their menu by **shift + right clicking** *with or without a shovel.*\n - Change a claimed villager's biomes.\n - Open/close a claimed villager's trading.\n- Add **trading partners** and only let your trading partners trade with your villagers.\n\n![claims](https://i.imgur.com/hrnOAnT.png)\n### Villager Hoppers\n- Use **Villager Hoppers** to pick up villagers automatically.\n - Baby villagers and claimed villagers won't be picked up by default.\n - For Paper/Spigot, craft a villager hopper by combining **1 Hopper and 1 Emerald**\n - For Fabric, **regular hoppers** will pick up villagers instead, there is **no** custom item/recipe.\n- Especially useful for villager farms.\n\n### Configuration\n- For Paper/Spigot, you will find the configuration file at **\"plugins/ClickVillagers/config.yml\"**.\n- For Fabric, you will find the configuration file at **\".minecraft/config/ClickVillagers/config.yml\"**.\n - WARNING: If you are using another client (i.E. Modrinth App), the config file will be located at the installation \n directory instead.\n- Make sure you **save** the config file after making changes and do the following:\n - For Paper/Spigot, reload/restart your server or use the command *\"/clickvillagers reload\"*.\n - For Fabric, restart your game or server fully.\n\n### Permissions\n- Permissions are only available on Paper/Spigot.\n\n| **Permission** | **Description** | **Default** |\n|-----------------------------------|-----------------------------------------------------------------------------------------------------|-------------|\n| `clickvillagers.pickup` | Allows players to pick up villagers. | true |\n| `clickvillagers.place` | Allows players to place villagers. | true |\n| `clickvillagers.hopper` | Allows players to place villager hoppers; however, they are always able to break them. | true |\n| `clickvillagers.anchor` | Allows players to anchor villagers. | true |\n| `clickvillagers.claim` | Allows players to claim villagers. | true |\n| `clickvillagers.partner` | Allows players to add trading partners. | true |\n| `clickvillagers.bypass-claims` | Allows players to access claimed villagers. | op |\n| `clickvillagers.bypass-limits` | Allows players to bypass limits defined in the configuration. | op |\n| `clickvillagers.reload` | Allows players to reload the plugin. | op |\n| `clickvillagers.bypass-cooldowns` | Allows players to bypass pick up and claim cooldowns. | false |\n\n\n### Licensing\n- This project is licensed under the GPLv3 license." }, "swbUV1cr": { "name": "BlueMap", "description": "A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.", "slug": "bluemap", "url": "https://modrinth.com/plugin/bluemap", "supported_versions": [ "1.13", "1.13.1", "1.13.2", "1.14", "1.14.1", "1.14.2", "1.14.3", "1.14.4", "1.15", "1.15.1", "1.15.2", "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "fabric", "folia", "forge", "neoforge", "paper", "purpur", "spigot", "sponge" ], "updated": "2025-10-22T12:55:13.865849Z", "source_url": "https://github.com/BlueMap-Minecraft/BlueMap", "wiki_url": "https://bluemap.bluecolored.de/wiki/", "icon_url": "https://cdn.modrinth.com/data/swbUV1cr/b9a17ab8c850046101a47e62037225c9b007a2ca_96.webp", "body_text": "[![title-banner](https://bluecolored.de/paste/BluemapBanner.png)](https://bluemap.bluecolored.de/)\n\n
\n\ncreate **3D**-maps of your Minecraft worlds and display them in your browser \n**>> [DEMO MAP](https://bluecolored.de/bluemap) <<**\n\n\n[![GitHub issues](https://img.shields.io/github/issues-raw/BlueMap-Minecraft/BlueMap)](https://github.com/orgs/BlueMap-Minecraft/projects/2)\n[![GitHub all releases](https://img.shields.io/github/downloads/BlueMap-Minecraft/BlueMap/total)](https://github.com/BlueMap-Minecraft/BlueMap/releases)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/BlueMap-Minecraft/BlueMap)](https://github.com/BlueMap-Minecraft/BlueMap/releases/latest)\n[![Discord](https://img.shields.io/discord/665868367416131594?label=discord)](https://discord.gg/zmkyJa3)\n\n
\n\n
\n
\n\n## What is BlueMap\nBlueMap is a program that reads your Minecraft world files and generates not only a map, but also 3D-models of the whole surface.\nWith the web-app you then can look at those in your browser and basically view the world as if you were ingame! \nOr just look at it from far away to get an overview.\n\n[![screenshot](https://bluecolored.de/paste/BlueMapScreenshot.jpg?2)](https://bluecolored.de/bluemap)\n\nBlueMap comes as a Spigot/Paper or Sponge Plugin, as a Fabric or Forge-Mod and you can also use BlueMap without any Server\nfrom the Command-Line as a standalone tool.\n\nIf installed as a Plugin/Mod, BlueMap **renders asynchronously** to your MinecraftServer-Thread. \nThis means at no time will it block your server-thread directly. \nSo as long as your CPU is not fully utilized, your server should not be slowed down while BlueMap is rendering.\n\n\n## Using BlueMap\nYou can download BlueMap from [here](https://github.com/BlueMap-Minecraft/BlueMap/releases). \nRead the [installation instructions](https://bluemap.bluecolored.de/wiki/getting-started/Installation.html) to get started! \nAnd [here](https://bluemap.bluecolored.de/3rdPartySupport.html) is a list of addons and tools that work with bluemap.\n\nHere you can see how many servers are using BlueMap:\n\n[![BlueMap Graph](https://metrics.bluecolored.de/bluemap/graph.php?1)](https://metrics.bluecolored.de/)\n\nIf you need help with the setup, feel free to join the [Discord-server](https://discord.gg/zmkyJa3), we'll be happy to help you there!\n\n### Metrics and Webserver\n**BlueMap uses [bStats](https://bstats.org/) and an own metrics-system and is hosting a web-server!**\n\nMetrics are really useful to keep track of how the plugin is used and helps me stay motivated! Please turn them on :)\n\n**bStats:** All data collected by bStats can be viewed here: https://bstats.org/plugin/bukkit/BlueMap/5912.\n\n**own metrics:** Additionally to bStats, BlueMap is sending a super small report, containing only the implementation-name and the version of the BlueMap-plugin to my server. I do this, because there are some other implementations for BlueMap (Fabric, Forge, CLI) that are not supported by bStats. Here is an example report:\n```json\n{\n \"implementation\": \"sponge\",\n \"version\": \"0.0.0\"\n}\n```\n\nAll metrics can be disabled in the plugins config.\n\n**web-server:** The web-server is a core-functionality of this plugin. So it is enabled by default but can be disabled in the plugin-config. By default the web-server is bound to all network-interfaces ('0.0.0.0') on port `8100` and is hosting the content of the `./bluemap/web/`-folder.\n\n### Todo / planned features\n[Here is a todo-list](https://github.com/orgs/BlueMap-Minecraft/projects/2) ordered by what i right now think is the priority, but might always change or be reordered at my discretion. *(I develop BlueMap in my free-time, so nothing here is a promise and there are no ETA's)*\n\n### Issues / Suggestions\nYou found a bug, have another issue or a suggestion?\nYou are very welcome to to join the [Discord-server](https://discord.gg/zmkyJa3) and the [reddit](https://www.reddit.com/r/BlueMap) and share your thoughts!" }, "gG7VFbG0": { "name": "TAB", "description": "An all-in-one solution that works", "slug": "tab-was-taken", "url": "https://modrinth.com/plugin/tab-was-taken", "supported_versions": [ "1.5.1", "1.5.2", "1.6.1", "1.6.2", "1.6.4", "1.7.2", "1.7.3", "1.7.4", "1.7.5", "1.7.6", "1.7.7", "1.7.8", "1.7.9", "1.7.10", "1.8", "1.8.1", "1.8.2", "1.8.3", "1.8.4", "1.8.5", "1.8.6", "1.8.7", "1.8.8", "1.8.9", "1.9", "1.9.1", "1.9.2", "1.9.3", "1.9.4", "1.10", "1.10.1", "1.10.2", "1.11", "1.11.1", "1.11.2", "1.12", "1.12.1", "1.12.2", "1.13", "1.13.1", "1.13.2", "1.14", "1.14.1", "1.14.2", "1.14.3", "1.14.4", "1.15", "1.15.1", "1.15.2", "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "bungeecord", "fabric", "folia", "forge", "neoforge", "paper", "purpur", "quilt", "spigot", "sponge", "velocity", "waterfall" ], "updated": "2025-10-08T16:42:19.683433Z", "source_url": "https://github.com/NEZNAMY/TAB", "wiki_url": "https://github.com/NEZNAMY/TAB/wiki", "icon_url": "https://cdn.modrinth.com/data/gG7VFbG0/4a7fcab5db748296adac920926efff93b1da416d_96.webp", "body_text": "![](https://raw.githubusercontent.com/NEZNAMY/TAB/master/.github/description/images/Section_About.png)\nTAB is an all-in-one plugin for displaying information in various places, which aims to outperform all similar plugins in terms of features, compatibility and performance.\nThe compact configuration allows you to get the plugin to work the way you want regardless of how simple or complex you want it to be or how experienced you are.\nThe default configuration already contains useful values and examples to give you a better understanding and get you started quickly with instant results.\nThe extensive [wiki](https://github.com/NEZNAMY/TAB/wiki) answers any of your questions.\n\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/master/.github/description/images/Badge_Release.svg) \n![](https://raw.githubusercontent.com/NEZNAMY/TAB/master/.github/description/images/Badge_Minecraft.svg) \n![](https://raw.githubusercontent.com/NEZNAMY/TAB/master/.github/description/images/Badge_Java.svg) \n[![](https://raw.githubusercontent.com/NEZNAMY/TAB/master/.github/description/images/Badge_SourceCode.svg)](https://github.com/NEZNAMY/TAB) \n[![](https://img.shields.io/github/issues/neznamy/tab?label=Issues)](https://github.com/NEZNAMY/TAB/issues) \n[![](https://raw.githubusercontent.com/NEZNAMY/TAB/master/.github/description/images/Badge_Documentation.svg)](https://github.com/NEZNAMY/TAB/wiki)\n\n# Discord?\nOfficial support by me is no longer provided to free users due to limited time and extreme inefficiency (see [provided services]([https://github.com/NEZNAMY/TAB?tab=readme-ov-file#provided-services](https://github.com/NEZNAMY/TAB?tab=readme-ov-file#provided-services)) for more info).\nHowever, you can join this [fresh new community discord]([https://discord.gg/YPqXt63YQj](https://discord.gg/YPqXt63YQj)) made by a nice person who promises to help everyone with all plugins, including TAB.\n\nBefore you consider requiring assistance, check out the [wiki](https://github.com/NEZNAMY/TAB/wiki) first. It will answer any questions you may have and is also constantly getting improved.\n\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/master/.github/description/images/Section_Features.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_HeaderFooter.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_NameTags.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_Sorting.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_TablistFormatting.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_PlayerlistObjective.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_Belowname.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_Bossbar.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_GlobalPlayerlist.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_Layout.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_Scoreboard.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_PerWorldPlayerlist.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_API.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_Placeholders.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_PlaceholderOutputReplacements.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_RGB.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_ConditionalPlaceholders.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_HighPerformance.png)\n![](https://raw.githubusercontent.com/NEZNAMY/TAB/refs/heads/master/.github/description/images/Generated_More.png)" }, "OhduvhIc": { "name": "Veinminer", "description": "Mine the whole vine on mining a single ore. Known feature by modpacks and pvp games like UHC (quick mine)", "slug": "veinminer", "url": "https://modrinth.com/plugin/veinminer", "supported_versions": [ "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "datapack", "fabric", "folia", "forge", "paper", "purpur", "quilt", "spigot" ], "updated": "2025-10-09T10:11:42.190359Z", "source_url": "https://github.com/MiraculixxT/Veinminer", "wiki_url": null, "icon_url": "https://cdn.modrinth.com/data/OhduvhIc/f9c333a18b2c11a5fb063de8e86dba8b76094c66.png", "body_text": "[![dono-badge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/donate/kofi-singular_vector.svg)](https://ko-fi.com/miraculixx/donate)\n[![enchant-badge](https://i.imgur.com/dNlLO2m.png)](https://modrinth.com/datapack/veinminer-enchantment)\n[![silk-badge](https://i.imgur.com/iSCVMEz.png)](https://modrinth.com/mod/silk)\n[![fapi-badge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg)](https://modrinth.com/mod/fabric-api)\n\n\n## ⛏️ Veinminer\nMine a single ore to break the full vein of the same ore! \nVeinminer is a common feature in various modpacks or survival pvp game modes like UHC to speed up breaking whole veins.\nNow you can use this feature as a datapack too!\n\n> ### Client Hotkey & Highlighting\n> Add the [**Hotkey Addon**](https://modrinth.com/datapack/veinminer-client) to only veinmine when pressing a hotkey & get a mining preview\n> ### Use as Enchantment? \n> Add the [**Veinminer Enchantment Addon**](https://modrinth.com/datapack/veinminer-enchantment) to limit veinmining to only enchanted tools!\n\n**Version 2.x** -> Full customizable mod & plugin
\n**Version 1.x** -> Light DataPack with less settings
\n\n## Customization & Settings\n![](https://cdn-raw.modrinth.com/data/OhduvhIc/images/f4c0ad7fa3b8b579753c1f757e80151798717c68.gif)\n\n**Veinminer comes in two different versions**\n\nThe DataPack (V1) version is a simple version that is usable on every server and world.\n\n| Command | Permission | Description |\n|:----------------------------------------:|:-----------:|:--------------------------------------------------:|\n| /function veinminer:settings/**pickaxe** | `OP/Cheats` | Limit or grant the effect for certain pickaxes |\n| /function veinminer:settings/**general** | `OP/Cheats` | Change some general settings to balance the effect |\n\n---\nThe Fabric & Paper (V2) version is a more advanced version that is only usable with Fabric/Quilt or Paper/PurPur servers.\n\n| Command | Permission | Short Description |\n|:-----------------------:|:--------------------:|:-------------------------------------------------:|\n| /veinminer **blocks** | `veinminer.blocks` | Edit blocks that are veinmineable |\n| /veinminer **toggle** | `veinminer.toggle` | Completely toggle Veinminer |\n| /veinminer **settings** | `veinminer.settings` | Change settings like cooldown, max chain and more |\n| *Using Veinminer* | `veinminer.use` | If perm-restriction is active, this is needed to veinmine |\n\n
General Settings\n\nTo change a setting, enter `/veinminer settings ... `. To check the current state, leave out the new value argument.\n\n| Setting | Description | Default |\n|:-------:|:-----------:|:-------:|\n| `mustSneak` | Players must sneak to veinmine | `false` |\n| `cooldown` | Time between players are able to veinmine (in ticks) | `20` |\n| `delay` | Time between each automated block breaking (in ticks) | `1` |\n| `maxChain` | Max amount of blocks that can break from one source block | `100` |\n| `needCorrectTool` | If blocks have a required tool, this must be used | `true` |\n| `searchRadius` | Amount of blocks in between blocks to count connected | `1` |\n| `permissionRestricted` | Only players with `veinminer.use` permission can veinmine | `false` |\n| `mergeItemDrops` | All item drops are merged to the source block | `false` |\n| `autoUpdate` | Check for updates and download new version if available | `false` |\n| `durabilityDecrease` | If each mined block should reduce durability | `true` |\n\n
\n
Block Groups - Advanced Settings\n \n Block groups can hold multiple blocks together that will be treated like the same block.
\n `/veinminer group create [] []`\n\n All blocks inside one group will be mined together. A block can be in multiple groups. New blocks can be added or removed from groups with the following commands:
\n `/veinminer group edit add-block `
\n `/veinminer group edit remove-block `\n\n Groups can be limited to certain tools, for example group `wood` can only be mined by axes. If no tool is added to a group, all tools are allowed. If a block is in multiple groups, all tools from those groups are allowed.
\n (If a block is in one unlimited tool group and one limited to axes, only axes work for this block)
\n `/veinminer group edit add-tool `
\n `/veinminer group edit remove-tool `\n\n---\n\n You can also modify the group file directly inside `.../veinminer/default_groups.json`, here are some useful templates by [@DereC4](https://github.com/MiraculixxT/Veinminer/issues/43):\n \n**Ores & Logs**\n```json\n[ { \"name\": \"Ores\", \"blocks\": [ \"minecraft:coal_ore\", \"minecraft:deepslate_coal_ore\", \"minecraft:iron_ore\", \"minecraft:deepslate_iron_ore\", \"minecraft:copper_ore\", \"minecraft:deepslate_copper_ore\", \"minecraft:gold_ore\", \"minecraft:deepslate_gold_ore\", \"minecraft:redstone_ore\", \"minecraft:deepslate_redstone_ore\", \"minecraft:emerald_ore\", \"minecraft:deepslate_emerald_ore\", \"minecraft:lapis_ore\", \"minecraft:deepslate_lapis_ore\", \"minecraft:diamond_ore\", \"minecraft:deepslate_diamond_ore\", \"minecraft:nether_gold_ore\", \"minecraft:nether_quartz_ore\" ], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"Logs\", \"blocks\": [ \"minecraft:acacia_log\", \"minecraft:oak_log\", \"minecraft:mangrove_log\", \"minecraft:birch_log\", \"minecraft:jungle_log\", \"minecraft:spruce_log\", \"minecraft:dark_oak_log\", \"minecraft:pale_oak_log\", \"minecraft:cherry_log\", \"minecraft:crimson_stem\", \"minecraft:warped_stem\" ], \"tools\": [ \"minecraft:diamond_axe\", \"minecraft:golden_axe\", \"minecraft:iron_axe\", \"minecraft:wooden_axe\", \"minecraft:stone_axe\", \"minecraft:netherite_axe\" ] } ]\n```\n\n**Ores & Logs - Splittet**\n```json\n[ { \"name\": \"coal_ore\", \"blocks\": [\"minecraft:coal_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"deepslate_coal_ore\", \"blocks\": [\"minecraft:deepslate_coal_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"iron_ore\", \"blocks\": [\"minecraft:iron_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"deepslate_iron_ore\", \"blocks\": [\"minecraft:deepslate_iron_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"copper_ore\", \"blocks\": [\"minecraft:copper_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"deepslate_copper_ore\", \"blocks\": [\"minecraft:deepslate_copper_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"gold_ore\", \"blocks\": [\"minecraft:gold_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"deepslate_gold_ore\", \"blocks\": [\"minecraft:deepslate_gold_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"redstone_ore\", \"blocks\": [\"minecraft:redstone_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"deepslate_redstone_ore\", \"blocks\": [\"minecraft:deepslate_redstone_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"emerald_ore\", \"blocks\": [\"minecraft:emerald_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"deepslate_emerald_ore\", \"blocks\": [\"minecraft:deepslate_emerald_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"lapis_ore\", \"blocks\": [\"minecraft:lapis_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"deepslate_lapis_ore\", \"blocks\": [\"minecraft:deepslate_lapis_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"diamond_ore\", \"blocks\": [\"minecraft:diamond_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"deepslate_diamond_ore\", \"blocks\": [\"minecraft:deepslate_diamond_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"nether_gold_ore\", \"blocks\": [\"minecraft:nether_gold_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"nether_quartz_ore\", \"blocks\": [\"minecraft:nether_quartz_ore\"], \"tools\": [ \"minecraft:diamond_pickaxe\", \"minecraft:golden_pickaxe\", \"minecraft:iron_pickaxe\", \"minecraft:netherite_pickaxe\", \"minecraft:stone_pickaxe\", \"minecraft:wooden_pickaxe\" ] }, { \"name\": \"acacia_log\", \"blocks\": [\"minecraft:acacia_log\"], \"tools\": [ \"minecraft:diamond_axe\", \"minecraft:golden_axe\", \"minecraft:iron_axe\", \"minecraft:wooden_axe\", \"minecraft:stone_axe\", \"minecraft:netherite_axe\" ] }, { \"name\": \"oak_log\", \"blocks\": [\"minecraft:oak_log\"], \"tools\": [ \"minecraft:diamond_axe\", \"minecraft:golden_axe\", \"minecraft:iron_axe\", \"minecraft:wooden_axe\", \"minecraft:stone_axe\", \"minecraft:netherite_axe\" ] }, { \"name\": \"mangrove_log\", \"blocks\": [\"minecraft:mangrove_log\"], \"tools\": [ \"minecraft:diamond_axe\", \"minecraft:golden_axe\", \"minecraft:iron_axe\", \"minecraft:wooden_axe\", \"minecraft:stone_axe\", \"minecraft:netherite_axe\" ] }, { \"name\": \"birch_log\", \"blocks\": [\"minecraft:birch_log\"], \"tools\": [ \"minecraft:diamond_axe\", \"minecraft:golden_axe\", \"minecraft:iron_axe\", \"minecraft:wooden_axe\", \"minecraft:stone_axe\", \"minecraft:netherite_axe\" ] }, { \"name\": \"jungle_log\", \"blocks\": [\"minecraft:jungle_log\"], \"tools\": [ \"minecraft:diamond_axe\", \"minecraft:golden_axe\", \"minecraft:iron_axe\", \"minecraft:wooden_axe\", \"minecraft:stone_axe\", \"minecraft:netherite_axe\" ] }, { \"name\": \"spruce_log\", \"blocks\": [\"minecraft:spruce_log\"], \"tools\": [ \"minecraft:diamond_axe\", \"minecraft:golden_axe\", \"minecraft:iron_axe\", \"minecraft:wooden_axe\", \"minecraft:stone_axe\", \"minecraft:netherite_axe\" ] }, { \"name\": \"dark_oak_log\", \"blocks\": [\"minecraft:dark_oak_log\"], \"tools\": [ \"minecraft:diamond_axe\", \"minecraft:golden_axe\", \"minecraft:iron_axe\", \"minecraft:wooden_axe\", \"minecraft:stone_axe\", \"minecraft:netherite_axe\" ] }, { \"name\": \"pale_oak_log\", \"blocks\": [\"minecraft:pale_oak_log\"], \"tools\": [ \"minecraft:diamond_axe\", \"minecraft:golden_axe\", \"minecraft:iron_axe\", \"minecraft:wooden_axe\", \"minecraft:stone_axe\", \"minecraft:netherite_axe\" ] }, { \"name\": \"cherry_log\", \"blocks\": [\"minecraft:cherry_log\"], \"tools\": [ \"minecraft:diamond_axe\", \"minecraft:golden_axe\", \"minecraft:iron_axe\", \"minecraft:wooden_axe\", \"minecraft:stone_axe\", \"minecraft:netherite_axe\" ] }, { \"name\": \"crimson_stem\", \"blocks\": [\"minecraft:crimson_stem\"], \"tools\": [ \"minecraft:diamond_axe\", \"minecraft:golden_axe\", \"minecraft:iron_axe\", \"minecraft:wooden_axe\", \"minecraft:stone_axe\", \"minecraft:netherite_axe\" ] }, { \"name\": \"warped_stem\", \"blocks\": [\"minecraft:warped_stem\"], \"tools\": [ \"minecraft:diamond_axe\", \"minecraft:golden_axe\", \"minecraft:iron_axe\", \"minecraft:wooden_axe\", \"minecraft:stone_axe\", \"minecraft:netherite_axe\" ] } ]\n```\n
\n\nOP players will have all permissions. To manually grant permissions see [Luckperms](https://luckperms.net/).\nFor Folia support you need to set delay to 0!\n\n## Server Hosting (ad)\nYou are looking for an easy way to play with your friends?
\nGet a powerful server and support us ❤ by clicking on the sign below!\n\n[![lilypad.gg/miraculixx](https://i.imgur.com/kI7SU7C.png)](https://lilypad.gg/miraculixx)\n\n## Some Advice\n- To veinmine, your pickaxe must be able to mine the ore in normal conditions (unless disabled in V2)\n- While Veinminer is running very lightweight, mining unnatural big veins can lag the client and the server through the amount of items\n\n\nIf you need any help or want to share some ideas to add, just hop on our Discord ([dc.mutils.net](https://dc.mutils.net))\n" }, "9eGKb6K1": { "name": "Simple Voice Chat", "description": "A working voice chat in Minecraft!", "slug": "simple-voice-chat", "url": "https://modrinth.com/plugin/simple-voice-chat", "supported_versions": [ "1.8.8", "1.12", "1.12.1", "1.12.2", "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "22w42a", "22w43a", "22w44a", "22w45a", "22w46a", "1.19.3-pre1", "1.19.3-pre2", "1.19.3-pre3", "1.19.3-rc1", "1.19.3-rc2", "1.19.3-rc3", "1.19.3", "23w03a", "23w04a", "23w05a", "23w06a", "23w07a", "1.19.4-pre1", "1.19.4-pre2", "1.19.4-pre3", "1.19.4-pre4", "1.19.4-rc1", "1.19.4-rc2", "1.19.4-rc3", "1.19.4", "23w12a", "23w13a", "23w13a_or_b", "23w14a", "23w16a", "23w17a", "23w18a", "1.20-pre1", "1.20-pre2", "1.20-pre4", "1.20-pre5", "1.20-pre6", "1.20-pre7", "1.20-rc1", "1.20", "1.20.1-rc1", "1.20.1", "23w31a", "23w32a", "23w33a", "23w35a", "1.20.2-pre1", "1.20.2-pre2", "1.20.2-pre3", "1.20.2-pre4", "1.20.2-rc1", "1.20.2-rc2", "1.20.2", "23w40a", "23w41a", "23w42a", "23w43a", "23w43b", "23w44a", "23w45a", "23w46a", "1.20.3-pre1", "1.20.3-pre2", "1.20.3-pre3", "1.20.3-pre4", "1.20.3-rc1", "1.20.3", "1.20.4-rc1", "1.20.4", "23w51a", "23w51b", "24w03b", "24w04a", "24w05a", "24w05b", "24w06a", "24w07a", "24w09a", "24w10a", "24w11a", "24w12a", "24w13a", "24w14potato", "24w14a", "1.20.5-pre1", "1.20.5-pre2", "1.20.5-pre3", "1.20.5-pre4", "1.20.5-rc1", "1.20.5-rc2", "1.20.5-rc3", "1.20.5", "1.20.6", "24w18a", "24w19b", "24w20a", "24w21b", "1.21-pre1", "1.21-pre2", "1.21-pre3", "1.21-pre4", "1.21-rc1", "1.21", "1.21.1-rc1", "1.21.1", "24w33a", "24w34a", "24w35a", "24w36a", "24w37a", "24w38a", "24w39a", "24w40a", "1.21.2-pre1", "1.21.2-pre2", "1.21.2-pre3", "1.21.2-pre4", "1.21.2-pre5", "1.21.2-rc1", "1.21.2-rc2", "1.21.2", "1.21.3", "24w44a", "24w45a", "24w46a", "1.21.4-pre1", "1.21.4-pre2", "1.21.4-pre3", "1.21.4-rc1", "1.21.4-rc3", "1.21.4", "25w02a", "25w03a", "25w04a", "25w05a", "25w06a", "25w07a", "25w08a", "25w09b", "25w10a", "1.21.5-pre1", "1.21.5-pre2", "1.21.5-pre3", "1.21.5-rc1", "1.21.5-rc2", "1.21.5", "25w14craftmine", "25w15a", "25w16a", "25w17a", "25w18a", "25w19a", "25w20a", "25w21a", "1.21.6-pre1", "1.21.6-pre2", "1.21.6-pre3", "1.21.6-pre4", "1.21.6-rc1", "1.21.6", "1.21.7-rc1", "1.21.7-rc2", "1.21.7", "1.21.8-rc1", "1.21.8", "25w31a", "25w32a", "25w33a", "25w34b", "25w35a", "25w36b", "25w37a", "1.21.9-pre1", "1.21.9-pre2", "1.21.9-pre3", "1.21.9-pre4", "1.21.9-rc1", "1.21.9", "1.21.10-rc1", "1.21.10", "25w41a", "25w42a", "25w43a", "25w44a", "25w45a" ], "server_support": [ "bukkit", "bungeecord", "fabric", "folia", "forge", "neoforge", "paper", "purpur", "quilt", "spigot", "velocity", "waterfall" ], "updated": "2025-11-04T15:58:08.170099Z", "source_url": "https://github.com/henkelmax/simple-voice-chat", "wiki_url": "https://modrepo.de/minecraft/voicechat/wiki", "icon_url": "https://cdn.modrinth.com/data/9eGKb6K1/icon.png", "body_text": "[Modrinth](https://modrinth.com/mod/simple-voice-chat)\n|\n[CurseForge](https://legacy.curseforge.com/minecraft/mc-mods/simple-voice-chat)\n|\n[Discord](https://discord.gg/4dH2zwTmyX)\n|\n[Wiki](https://modrepo.de/minecraft/voicechat/wiki)\n|\n[FAQ](https://modrepo.de/minecraft/voicechat/faq)\n|\n[Credits](https://modrepo.de/minecraft/voicechat/credits)\n|\n[API](https://modrepo.de/minecraft/voicechat/api)\n\n# Simple Voice Chat\n\nA proximity voice chat for Minecraft with a variety of [addons](https://modrepo.de/minecraft/voicechat/addons) that offer additional features and functionalities.\n\n⚠️ **NOTE** This mod requires special setup on the server in order to work.\nPlease read the [wiki](https://modrepo.de/minecraft/voicechat/wiki/setup) for more information.\n\n

\n \n \n \n
\n Please join the Discord if you have questions!\n

\n\n## Downloads\n\n- [Fabric](https://modrinth.com/mod/simple-voice-chat/versions?l=fabric)\n- [NeoForge](https://modrinth.com/mod/simple-voice-chat/versions?l=neoforge)\n- [Forge](https://modrinth.com/mod/simple-voice-chat/versions?l=forge)\n- [Bukkit/Spigot/Paper](https://modrinth.com/plugin/simple-voice-chat/versions?l=bukkit)\n- [Quilt](https://modrinth.com/mod/simple-voice-chat/versions?l=quilt)\n- [Velocity](https://modrinth.com/mod/simple-voice-chat/versions?l=velocity)\n- [BungeeCord/Waterfall](https://modrinth.com/mod/simple-voice-chat/versions?l=bungeecord)\n\n## Features\n\n- Push to talk\n- Voice activation\n- Proximity voice chat\n- Password protected groups\n- Automatic voice activity detection\n- Automatic microphone gain adjustment\n- [Opus codec](https://opus-codec.org/)\n- [RNNoise](https://jmvalin.ca/demo/rnnoise/) recurrent neural network noise suppression\n- OpenAL audio\n- Cross compatibility between Fabric, NeoForge, Forge, Quilt, Bukkit, Spigot and Paper\n- Support for Velocity, BungeeCord and Waterfall\n- Compatibility with [ModMenu](https://modrinth.com/mod/modmenu) (Use [ClothConfig](https://modrinth.com/mod/cloth-config) for a better configuration UI)\n- Configurable push to talk key\n- Microphone and speaker test playback\n- Configurable voice distance\n- Whispering\n- Individual player volume adjustment\n- Microphone amplification\n- 3D sound\n- AES encryption\n- Audio recording with separate audio tracks\n- A powerful [API](https://modrepo.de/minecraft/voicechat/api)\n- Many [addons](https://modrepo.de/minecraft/voicechat/addons)\n\n## Icons\n\n| Icon | Description |\n|:------------------------------------:|-------------------------------------------------------|\n| ![](https://cdn.modrinth.com/data/cached_images/920509ef166dd12999f5c37593726d5b38b178df_0.webp) | You are talking |\n| ![](https://cdn.modrinth.com/data/cached_images/fca88ce39851e803b131d80f967baceb979e981e.png) | You are whispering |\n| ![](https://cdn.modrinth.com/data/cached_images/3295a4809a4c5fa34130cf2b0ca4cb0c877ef0b6_0.webp) | Player is talking |\n| ![](https://cdn.modrinth.com/data/cached_images/f65e6c7acc8a12fe235f6a2eab6f7312ec459d0a_0.webp) | Player is whispering |\n| ![](https://cdn.modrinth.com/data/cached_images/8cb7bef660801ee9bee15e12864d766b57905540.png) | Microphone muted |\n| ![](https://cdn.modrinth.com/data/cached_images/05cfff1ecdba43d43e3ed8920e84834babb1b04e.png) | Voice chat disabled |\n| ![](https://cdn.modrinth.com/data/cached_images/ce6cc8977f481476d7f6759bf21f34788d09476f.png) | Voice chat not connected
Voice chat not installed |\n\n## The GUI\n\nYou can open the voice chat GUI by pressing the `V` key.\nThis allows you to open the settings, group chats, mute yourself, disable the voice chat, start/stop a recording and hide all icons.\n\n![](https://cdn.modrinth.com/data/cached_images/c46289d611c1c4802c6f44fb9963ec9a04ea63c8.png)\n\n### Group Chats\n\nGroup chats allow you to talk to players that are not in your vicinity.\nTo open the group chat interface, either press the group button in the voice chat GUI or just press the group key.\n\nTo create a new group, just type a name in the text field and press the button at the bottom.\n\n![](https://cdn.modrinth.com/data/cached_images/dcaa5edc9ee9c404d93d17d5d687f853bb710cda.png)\n\nCreating or joining a group will bring you into the group chat interface.\nYou will also see the heads of the group members in the top left corner of your screen.\nTalking players will be outlined.\nYou can disable these icons by pressing the third button from the left.\n\n![](https://cdn.modrinth.com/data/cached_images/63b27eb45a5e2b5c8df35fb7c63a4ba79cccb154.png)\n\nPlayers that are not in a group will see a group icon next to your head, indicating that you are in a group.\n\nYou can invite players to your group chat by entering the command `/voicechat invite ` or from the social interactions screen.\n\n### Settings\n\nYou can access the voice chat settings by pressing the `V` key and pressing the settings button.\n\nThis menu offers the ability to set up your voice chat audio settings.\n\nBy clicking the microphone button, you can test your microphone activation.\n\n![](https://cdn.modrinth.com/data/cached_images/838d33f174e66349feff2fc7edc03e19a8dd8634.png)\n\n## Important Notes\n\nYou need to open a port on the server. This is port `24454` `UDP` by default.\nWithout opening this port, the voice chat will not work.\nThis port can be changed in the server config.\nMore information [here](https://modrepo.de/minecraft/voicechat/wiki/setup).\n\nThe voice chat is encrypted, but we don't guarantee the security of it. Use at your own risk!\n" }, "fALzjamp": { "name": "Chunky", "description": "Pre-generates chunks, quickly and efficiently", "slug": "chunky", "url": "https://modrinth.com/plugin/chunky", "supported_versions": [ "1.13.2", "1.14", "1.14.1", "1.14.2", "1.14.3", "1.14.4", "1.15", "1.15.1", "1.15.2", "1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5", "1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" ], "server_support": [ "bukkit", "fabric", "folia", "forge", "neoforge", "paper", "spigot", "sponge" ], "updated": "2025-10-05T10:40:23.258963Z", "source_url": "https://github.com/pop4959/Chunky", "wiki_url": "https://github.com/pop4959/Chunky/wiki", "icon_url": "https://cdn.modrinth.com/data/fALzjamp/e1954413665e57b7bae1feef44eda530270c7d47_96.webp", "body_text": "

Chunky

\n\nPre-generates chunks, quickly, efficiently, and safely\n\n

Features

\n\n- Start one or several chunk generation tasks at the same time (if you want to leverage your CPU more)\n- Pause chunk generation tasks, saving them for later\n- Shows detailed information such as chunks processed, percent to completion, ETA, chunk processing rate, etc\n- Custom world [shapes](https://github.com/pop4959/Chunky/wiki/Shapes), and optional world border support with [ChunkyBorder](https://modrinth.com/plugin/chunkyborder) installed\n\n

Permissions

\n\nIn order to use chunky you will need to either:\n- Be an operator on a dedicated server. To become an operator, someone with access to the server must run the command *op * from the server console.\n- Be in a singleplayer world. In older versions of chunky you may also need to enable cheats for the world. This can be done during world creation, or by using the \"Open to LAN\" button.\n\n

Commands

\n\n

Task Management

\n\n**chunky start** *Starts a new chunk generation task from the current selection*\n
\n**chunky pause** *Pauses the current chunk generation tasks, and saves progress*\n
\n**chunky continue** *Continues running current or saved chunk generation tasks*\n
\n**chunky cancel** *Stops the current chunk generation tasks, and cancels progress*\n\n

Selection

\n\n**chunky world [world]** *Sets the currently selected world*\n
\n**chunky shape ** *Set the [shape](https://github.com/pop4959/Chunky/wiki/Shapes) to generate*\n
\n**chunky center [ ]** *Sets the current center block location*\n
\n**chunky radius ** *Sets the current radius*\n
\n**chunky worldborder** *Set the center and radius to match the world border in the selected world*\n
\n**chunky spawn** *Set the center to the spawn point*\n
\n**chunky corners ** *Set the selection by corner coordinates*\n
\n**chunky pattern ** *Set the preferred generation [pattern](https://github.com/pop4959/Chunky/wiki/Patterns)*\n
\n**chunky selection** *Display the current selection*\n\n

Miscellaneous

\n\n**chunky silent** *Toggle displaying update messages*\n
\n**chunky quiet ** *Set the quiet interval in seconds for update messages*\n
\n**chunky progress** *Display pre-generation progress in-game for all tasks*\n
\n**chunky reload** *Reloads the configuration*\n
\n**chunky trim** *Delete chunks outside selection*\n\n

Examples

\n\n**Generate chunks in a square centered at 0,0 in the overworld with a 1000 block radius**\n```\nchunky radius 1000\nchunky start\n```\n**Generate chunks in a circle centered at spawn in the nether with a 1000 block radius**\n```\nchunky world the_nether\nchunky shape circle\nchunky spawn\nchunky radius 1000\nchunky start\n```\n**Generate chunks inside a world border centered at 0,0 with a 10000 block radius**\n```\nworldborder center 0 0\nworldborder set 20000\nchunky worldborder\nchunky start\n```\n\n

Links

\n\n[**Wiki**](https://github.com/pop4959/Chunky/wiki) Find up-to-date information about plugin features\n
\n[**Discord**](https://discord.gg/ZwVJukcNQG) Visit the #chunky channel and ask questions\n
\n[**Crowdin**](https://crowdin.com/project/chunky) Help translate the plugin into several languages\n
\n[**Donate**](https://www.paypal.me/pop4959) Support the project if you've found it useful\n
\n[**bStats**](https://bstats.org/plugin/bukkit/Chunky/8211) Check out some cool stats for the plugin\n
\n[**CodeMC**](https://ci.codemc.io/view/Author/job/pop4959/job/Chunky/) Download the latest builds from this mirror\n
\n[**ChunkyBorder**](https://modrinth.com/plugin/chunkyborder) Custom world border addon\n\n

Screenshots

\n\nExample pre-generated square world with radius 2000\n
![](https://i.imgur.com/ILvHPaE.png)\n\nGenerating 3 worlds simultaneously using a Ryzen 3700X processor + 16GB RAM\n
![](https://i.imgur.com/VjKrSY0.png)" } }