How to tools to server files.
I got the datapack to work and was able to add trees (don't know if I did it right, but it works) but even though I have correct tool required It isn't working. I notice in the files there is no tools listed anywhere and not sure how to add them.
14 Replies
Could you send your modified version? Maybe that way its faster to help you
Sure, mind telling me how to do that hehe
Maybe this is right?
I was able to add trees and get it to work but I think I could add all the trees in one group and then add tools at the bottom like the ores are but I'm not sure
I added them all individually
And im also not sure what the difference in blocks and groups is I only edited blocks I didn't have to edit the groups
wait backwards I edited blocks not groups
I'm a bit confused now haha. In your post you mentioned the datapack version, but those config files are from the 2.0 versions (paper/fabric)
Block Groups
Block groups can hold multiple blocks together that will be treated like the same block.
/veinminer group create <name> [<block1>] [<block2>]
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:
Groups can be limited to certain tools, for example group/veinminer group edit <name> add-block <block>
/veinminer group edit <name> remove-block <block>
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.
(If a block is in one unlimited tool group and one limited to axes, only axes work for this block)
/veinminer group edit <name> add-tool <item>
/veinminer group edit <name> remove-tool <item>
hmm, I may have the paper version then I thought it was the datapack one though because I didn't think the paper one would work on a server with geyser enabled
I have it installed in the plugins folder for my server does that help any?
I think I just need to know how to add it where only axes mine trees and only pickaxes mine ores I understand the group part, but where do I add it lol
Try to follow the guide from the bot to add tools to groups, if a group is not limited to any tool, its useable by any
yeah that's what is happening, and it works for the bedrock players too like everything is working good it's just you don't need the right tool for the job lol
the bot does that mean in game?>
This message ^^
I'll work on it I'm still confused, but I understand more now than I did before
I think I already have the group for ores configured I just need to add tools
I think I added the trees in the wrong folder
From looking at my files did I add them right or is there a better way?
What you did is fine! A group for every tree type is a bit more work than having one for all, but in the end works like expected
I would recommend using the ingame commands to edit the config, as it tries to help you actively
Yeah I think I got it figured out in my head how to make it work lol just a experimental thing till it works