hello everybody.... i am bored of veinminer being OP but i really want it just because it is a pain in the ass to destroy all the ores... so i thought change the config to ores and wood only and nothing else not even dirt.. is there away i can change the configs to only do ores and wood? i don't seem to find them in the configs
# Configuration file
####################
# blocklist
#===================
# IDs of blocks to auto-mine. Separate ids with ',' and metadata from ID with ':'.
####################
blocklist {
# Block ids to auto-mine when using a configured axe. [default '17,18']
S:blockList.axe=17,18
# Block ids to auto-mine when using a configured pickaxe. [default: '14,15,16,21,24,48,56,73,74,89,129']
S:blockList.pickaxe=14,15,16,21,24,48,56,73,74,89,129
# Block ids to auto-mine when using a configured shovel. [default: '82']
S:blockList.shovel=82
}
####################
# client
#===================
# These settings are used client side, so they have no impact on servers.
####################
client {
# What mode should the client use when joining a game.
# Valid modes: [default: sneak
# 'auto' = enables on press of keybind
# 'sneak' = enables on sneaking
# 'no_sneak' = disables on sneaking
S:client.preferredMode=sneak
}
####################
# itemlist
#===================
# Tools to use to auto-mine with. Separate ids with ',' and metadata from ID with ':'.
####################
itemlist {
# Item ids to use as a axe. [default '258,271,275,279,286']
S:itemList.axe=258,271,275,279,286
# Item ids to use as a pickaxe. [default '257,270,274,278,285']
S:itemList.pickaxe=257,270,274,278,285
# Item ids to use as a shovel. [default '256,269,273,277,284']
S:itemList.shovel=256,269,273,277,284
}
####################
# limit
####################
limit {
# Limit of blocks to be destroyed at once. Use -1 for infinite. [range: -1 to 2147483647, default: '800']
I:limit.blocks=800
# Maximum number of blocks to be removed per game tick (1/20 seconds). Using a low number will keep the game from getting huge performance drops but also decreases the speed at which blocks are destroyed. [range: 1 ~ 1000, default: 10]
I:limit.blocksPerTick=10
# Maximum distance from the first block to search for blocks to destroy. [range: -1 to 1000, default: '20]
I:limit.radius=20
}
####################
# misc
####################
misc {
# Block IDs (with metadata) to consider equivalent.
# Separate block IDs from metadata with ':'. Separate blocks with '='. Separate groups with ','
# [default: '73:0-74:0,17:0-17:4-17:8,17:1-17:5-17:9,17:2-17:6-17:10,17:3-17:7-17:11']
S:equalBlocks=73:0=74:0,17:0=17:4=17:8,17:1=17:5=17:9,17:2=17:6=17:10,17:3=17:7=17:11
}
####################
# overrides
####################
overrides {
# Mine all blocks with all registered tools that can harvest blocks.
B:override.allBlocks=true
# Allow all tools, including the open hand, to be used to mine blocks.
B:override.allTools=true
}
This is the VeinMiner Config for default only. Delete the contents of Veinminer.cfg and paste this in.
When posting a new thread: http://bit.ly/1nUXmYS If your problem has been solved, please consider adding [Solved] to beginning of the title! Ever heard of OpenEye? If you want to help me help you, get it now: http://bit.ly/1o0c3IW
The Meaning of Life, the Universe, and Everything.
Join Date:
6/8/2014
Posts:
54
Location:
US
Minecraft:
Next_Gen_Gaming
Member Details
You can remove the shovel by /veinminer toollist shovel remove minecraft:(variant)_shovel
Variant being the type of material used (only for 1.7+ versions)
if you use 1.6.4 simply replace the end of the command starting at "minecraft" to the ID of the block, if you need to get the ID look here: http://minecraft-ids.grahamedgecombe.com/ or press the key combo: F3+h (without the "+" of coarse) this will show REMAINING durability of the item or tool etc. and the ID in "()".
Hope that helps
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
# Configuration file #################### # blocklist #=================== # IDs of blocks to auto-mine. Separate ids with ',' and metadata from ID with ':'. #################### blocklist { # Block ids to auto-mine when using a configured axe. [default '17,18'] S:blockList.axe=17,18 # Block ids to auto-mine when using a configured pickaxe. [default: '14,15,16,21,24,48,56,73,74,89,129'] S:blockList.pickaxe=14,15,16,21,24,48,56,73,74,89,129 # Block ids to auto-mine when using a configured shovel. [default: '82'] S:blockList.shovel=82 } #################### # client #=================== # These settings are used client side, so they have no impact on servers. #################### client { # What mode should the client use when joining a game. # Valid modes: [default: sneak # 'auto' = enables on press of keybind # 'sneak' = enables on sneaking # 'no_sneak' = disables on sneaking S:client.preferredMode=sneak } #################### # itemlist #=================== # Tools to use to auto-mine with. Separate ids with ',' and metadata from ID with ':'. #################### itemlist { # Item ids to use as a axe. [default '258,271,275,279,286'] S:itemList.axe=258,271,275,279,286 # Item ids to use as a pickaxe. [default '257,270,274,278,285'] S:itemList.pickaxe=257,270,274,278,285 # Item ids to use as a shovel. [default '256,269,273,277,284'] S:itemList.shovel=256,269,273,277,284 } #################### # limit #################### limit { # Limit of blocks to be destroyed at once. Use -1 for infinite. [range: -1 to 2147483647, default: '800'] I:limit.blocks=800 # Maximum number of blocks to be removed per game tick (1/20 seconds). Using a low number will keep the game from getting huge performance drops but also decreases the speed at which blocks are destroyed. [range: 1 ~ 1000, default: 10] I:limit.blocksPerTick=10 # Maximum distance from the first block to search for blocks to destroy. [range: -1 to 1000, default: '20] I:limit.radius=20 } #################### # misc #################### misc { # Block IDs (with metadata) to consider equivalent. # Separate block IDs from metadata with ':'. Separate blocks with '='. Separate groups with ',' # [default: '73:0-74:0,17:0-17:4-17:8,17:1-17:5-17:9,17:2-17:6-17:10,17:3-17:7-17:11'] S:equalBlocks=73:0=74:0,17:0=17:4=17:8,17:1=17:5=17:9,17:2=17:6=17:10,17:3=17:7=17:11 } #################### # overrides #################### overrides { # Mine all blocks with all registered tools that can harvest blocks. B:override.allBlocks=true # Allow all tools, including the open hand, to be used to mine blocks. B:override.allTools=true }This is the VeinMiner Config for default only. Delete the contents of Veinminer.cfg and paste this in.
When posting a new thread: http://bit.ly/1nUXmYS
If your problem has been solved, please consider adding [Solved] to beginning of the title!
Ever heard of OpenEye? If you want to help me help you, get it now: http://bit.ly/1o0c3IW
Variant being the type of material used (only for 1.7+ versions)
if you use 1.6.4 simply replace the end of the command starting at "minecraft" to the ID of the block, if you need to get the ID look here: http://minecraft-ids.grahamedgecombe.com/ or press the key combo: F3+h (without the "+" of coarse) this will show REMAINING durability of the item or tool etc. and the ID in "()".
Hope that helps