作者:rebot | 分类:模组
Minecraft 版本: 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 1.21.11
平台: fabric
标签: equipment game-mechanics technology
A fork of 2008Choco's VeinMiner
This Minecraft (Bukkit) plugin aims to recreate portablejim's popular Minecraft Forge mod, VeinMiner, for CraftBukkit and Spigot servers. Licensed under GPLv3, releases are made on GitHub to comply with this license. You are currently on the GitHub page for VeinMiner (for Bukkit). portablejim's VeinMiner (for Forge) repository may be found here. You are welcome to fork this project and create a pull request or request features/report bugs through the issue tracker.
Simple Vein Miner introduces a vanilla-friendly mechanic that allows players to instantly mine groups of adjacent blocks, saving nothing more than precious time. Groups of ores, large trees, vast crop fields, and more. Each tool can have its own configurable block list allowing for limitless possibilities. This is a fantastic perk for Prison, Factions and Semi-Vanilla servers that isn't overpowered but still gives players a rewarding benefit for donating to your server.
The companion mod is an optional client-sided mod to provide a more rich user-experience for players including support for custom keybinds, keybinds for pattern switching, and vein mining wire frame rendering. This can be downloaded and installed for Fabric clients.
/veinminer ...
/veinminer reloadconfig.yml and categories.yml and apply any changes you've made in the file veinminer.command.reload/veinminer version/veinminer toggle [tool]veinminer.command.toggle/veinminer mode <mode>"client", the VeinMiner Companion Mod must be installed on your client veinminer.command.mode/veinminer pattern <pattern>defaulttunnelstaircase_upstaircase_downveinminer.command.pattern/veinminer givetool <category> <tool> [amount]veinminer.command.givetool/veinminer importveinminer.command.import/veinminer blocklist .../blocklist below/veinminer toollist .../toollist below/blocklist ...
/blocklist <category> add <block>minecraft:stone, or with states like minecraft:chest[waterlogged=true] veinminer.command.blocklist/blocklist <category> remove <block>minecraft:stone, or with states like minecraft:chest[waterlogged=true] veinminer.command.blocklist/blocklist <category> listveinminer.command.blocklist/toollist ...
/toollist <category> add <item>veinminer.command.toollist/toollist <category> remove <item>veinminer.command.toollist/toollist <category> listveinminer.command.toollistUniversal Vein Miner natively supports many popular anti cheats so that your players will not be flagged with "fast break" (or whatever the equivalent flag is for your anti cheat of choice). If the anti cheat you are using is not listed here, there is a high chance that players using vein miner will be false flagged for breaking blocks too quickly. If you want another anti cheat added to this list, please request it be supported either in the Discussion Thread, on Discord, or on GitHub as an issue.
Universal Vein Miner happily supports PlaceholderAPI with the following placeholders:
"%veinminer_enabled%"
Whether or not VeinMiner is toggled on.
"%veinminer_enabled_<category>%"
Whether or not VeinMiner is toggled on for a given category.
"%veinminer_active%"
Whether or not VeinMiner is active (e.g. the player has the keybind pressed).
"%veinminer_vein_mining%"
"true" or "false" depending on whether or not the player is currently vein mining.
Only "true" for a brief moment in time.
"%veinminer_vein_mineable%"
Provides "true" if the player's target block is vein mineable with the tool in hand, or "false" otherwise.
Requires player.
"%veinminer_vein_mineable_<category>%"
Provides "true" if the player's target block is vein mineable with the specified category, or "false" otherwise.
Requires player.
"%veinminer_using_client_mod%"
"true" or "false" depending on whether or not the player is using the client mod.
"%veinminer_pattern%"
The key of the player's selected vein mining pattern.
"%veinminer_activation_strategy%"
The name of the player's selected method of activation ("Sneak", "Client", "Always", etc.).
"%veinminer_category%"
Provides the name of the category of the tool in the player's hand.
Requires player.
"%veinminer_cost%"
Provides the cost of vein mining.
"free economy" permission. "%veinminer_cost_<category>%"
Provides the cost of vein mining for the specified category.
"free economy" permission."%veinminer_max_vein_size%"
Provides the maximum amount of blocks mineable in a single vein mine.
"%veinminer_max_vein_size_<category>%"
Provides the max vein size of the specified category.
Universal Vein Miner communicates with the Minecraft client via its custom payload packet. While VeinMiner does have its own client-sided companion mod, other client mods are capable of listening to these channels and intercepting messages. Additionally, while VeinMiner supplies API to communicate with the client, servers also have the option of listening to the raw message contents.
请登录后举报
暂无评论,抢个沙发吧~