-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toggle for specific tools not working. #77
Comments
Toggling specific categories seems to work fine but the issue seems to start happening if you have another category disabled first. In this case here you've toggled off the shovel category, but you then can't toggle off the axe category. Can still confirm this in the 2.0.0 branch, will have a fix for this in a future update. |
Kicking myself. Stupid bug lol. Fixed in the next update. |
nice that was really quick! :) |
We generally just refer to this as "modding". We are effectively modifying how Minecraft works so it's modding :) Though in the community we'll refer to each other as "plugin authors" because it just comes more naturally
Not really. An algorithm is just some process that solves a problem, so VeinMiner uses an algorithm I came up with to calculate nearby blocks that need to be mined according to some set of rules. However if you just want to learn some general Bukkit/Spigot API, you can always browse the Spigot wiki for guides on how to make plugins, or YouTube (though take these with a grain of salt - I wouldn't follow them religiously because it's not all 1000% accurate information). VeinMiner's code is all open source (in this repository, obviously), and the block allocation logic can be found here |
When trying to toggle a tool it will work the first time but afterwards whenever you reuse the command it will always say "VeinMiner successfully toggled on for tool axe" (axe example).
It doesn't toggle it off
The text was updated successfully, but these errors were encountered: