2008Choco / VeinMiner

Minecraft Bukkit/Spigot/Paper plugin with Fabric client side mod. Mine multiple blocks of the same type in quick succession.
https://www.spigotmc.org/resources/vein-miner.12038/
GNU General Public License v3.0
108 stars 36 forks source link

Clarification of "All" Category Under "BlockList" #84

Closed Yuogusy closed 2 years ago

Yuogusy commented 2 years ago

Apologies. I'm not sure if this is an actual issue or just a misunderstanding on my part. I am trying to reduce floating trees on my server by making VeinMiner work on any log when Shift is held down, regardless of what might be in the player's hand. I put all logs under the "All" category under BlockList, and I swore I tested it and it was working, but now it doesn't seem to.

Does "All" imply that any hold-able block or item can be used, or does it just mean all "tools" plus an empty hand? Basically I want to see if I can set it up so that even if a player punches a tree with a block of dirt, it'll still VeinMine, as long as they hold shift.

If not, I can install a separate plugin for tree-felling, but I am trying to cut down on the number of plugins I have installed.

Thank you for the great plugin!

2008Choco commented 2 years ago

The All category will add those blocks to all other categories (including the Hand category). It won't include any items that aren't already defined in a category. So,

Does "All" imply that any hold-able block or item can be used

No

does it just mean all "tools" plus an empty hand

Yes

I hope that answers your questions