Веймаранер собака. описание, особенности, уход и цена веймаранера

Описание плагина VeinMiner:

VeinMiner позволяет игрокам добывать целую жилу руды, когда игрок добывает руду присев. Он добудет всю жилу, когда нужно будет сломать только одну руду. Как и в оригинальном моде, есть чрезвычайно мощный список блоков, который можно изменить в игре, а также в файле конфигурации, чтобы определить, какие блоки (и какие значения данных) могут быть подвергнуты риску. Списки разделены инструментами и могут быть сгруппированы по псевдонимам, чтобы обеспечить более гибкий и упрощенный опыт добычи. Это фантастический перк для серверов Prison, Factions и Semi-Vanilla, который не слишком силен, но все же дает игрокам вознаграждение за пожертвование на ваш сервер.

Usage:

To use Veinminer, you need to have Veinminer installed on the server (for single player games the client and the server are the same). You do not need to have Veinminer installed on the client; however, it will provide reduced functionality to the clients that do not have it installed.

In order to get the most out of Veinminer, you shold edit the VeinMiner.cfg config file. This mod adds the ids of the blocks to the different block lists to that you wish to be able to mine using Veinminer. This mod adds any tools that you want to be able to use to use with Veinminer. The IDs should be changed on the server.

The default config file has the vanilla ores added for the pickaxes, vanilla wood added for the vanilla axes and clay for the shovel.

Veinminer has several modes, each of which determine when it is activated. Modes are specific to each player.

  • ‘Disabled’: Don’t activate at all. This is the default if you don’t have the mod installed in the client.
  • ‘Auto’: Activate when the keyboard shortcut (also called a keybind) is pressed in the client. The keyboard shortcut by default is ‘~`.
  • ‘Sneak’: Activate while you are sneaking. This is the same option as provided by Connected Destruction. This is the default if you have the client.
  • ‘No Sneak’: Activate while you are not sneaking.

The client setting in the config file allows you to choose what mode you go into when you join a game. To set the default mod to disabled, you should set the shortcut to an unused key.

You can use the ‘‘ command to change the mode that VeinMiner is in for you. This can be done with ‘‘ where ‘‘ is one of ‘disable;, ‘auto’; ‘sneak’; or ‘no_sneak’. You can use ‘‘ for help (i.e. info on this page).

Using the default settings, it is an easy way to see that VeinMiner working is to chop a tree (from vanilla) down using an axe (from vanilla).

VeinMiner Mod Download Links:

File Name Status Game Version Date
VeinMiner 0.38.1 Release 1.12.2 Jul 28, 2017
VeinMiner 0.38.1 Release 1.11.2 Jul 28, 2017
VeinMiner 0.38.1 Release 1.10.2 Jul 28, 2017
VeinMiner 0.38.0 Release 1.12 Jun 27, 2017
VeinMiner 0.36.0 Release 1.8.9 Jun 17, 2017
VeinMiner 0.36.0 Release 1.7.10 Jun 17, 2017
VeinMiner 0.35.2 Release 1.11 Dec 22, 2016
VeinMiner 0.33.1 Release 1.10 Jun 23, 2016
VeinMiner 0.33.0 Release 1.9.4 Jun 18, 2016
VeinMiner 0.31.5 Release 1.9 Mar 21, 2016
VeinMiner-1.8_0.30.2.unknown.jar Release 1.8 Nov 25, 2015

Credits: portablejim

← With Sprinkles Mod for Minecraft 1.12.2/1.11.2Overlord Mod for Minecraft 1.12.2/1.11.2 →

VeinMiner Configuration

Default Values

By default, you will have many values to try and regulate the amount of power this plugin has. Sometimes, it can get a little overpowered, and often, if the integer you set in an option is too high, your CPU may raise a little every time someone VeinMines (Version 1.5.0 has made optimizations to the algorithm, and the CPU spikes may not occur as much anymore). Here is what the default configuration will look like without any modifications to it whatsoever:

MetricsEnabled: true
ActivationMode: 'SNEAK'
RepairFriendlyVeinminer: falseIncludeEdges: true
DisabledWorlds:
- WorldName
Tools:
  Pickaxe:
    MaxVeinSize: 64
    UsesDurability: true
  Axe:
    MaxVeinSize: 64
    UsesDurability: true
  Shovel:
    MaxVeinSize: 64
    UsesDurability: true
  Hoe:
    MaxVeinSize: 64
    UsesDurability: true
  Shears:
    MaxVeinSize: 64
    UsesDurability: true
BlockList:
  Pickaxe:
    - COAL_ORE
    - IRON_ORE
    - GOLD_ORE
    - LAPIS_ORE
    - REDSTONE_ORE
    - GLOWING_REDSTONE_ORE
    - DIAMOND_ORE
    - EMERALD_ORE
    - QUARTZ_ORE
  Axe:
    - LOG
    - LOG_2
    - MELON_BLOCK
    - PUMPKIN
    - HUGE_MUSHROOM_1
    - HUGE_MUSHROOM_2
  Shovel:
    - SAND
    - GRAVEL
  Hoe:
    - CROPS;7
    - POTATO;7
    - CARROT;7
    - BEETROOT_BLOCK;3
    - RED_MUSHROOM
    - BROWN_MUSHROOM
  Shears:
    - WOOL
    - WEB
    - LEAVES
    - LEAVES_2
  All:
    - ICE
    - PACKED_ICE  Aliases:    - REDSTONE_ORE,GLOWING_REDSTONE_ORE    - HUGE_MUSHROOM_1,HUGE_MUSHROOM_2    - LOG;0,LOG;4,LOG;8,LOG;12    - LOG;1,LOG;5,LOG;9,LOG;13    - LOG;2,LOG;6,LOG;10,LOG;14    - LOG;3,LOG;7,LOG;11,LOG;15    - LOG_2;0,LOG_2;2,LOG_2;4,LOG_2;6    - LOG_2;1,LOG_2;3,LOG_2;5,LOG_2;7    - LONG_GRASS,DOUBLE_PLANT

ActivationMode:

  • The mode that will cause VeinMiner to activate whilst mining. There are 2 available values, and if a proper value is not applied, the plugin will seize to function
  • Possibles values:
    • ‘SNEAK’: Activates whilst breaking a block and sneaking
    • ‘STAND’: Activates whilst breaking a block and standing up (Not sneaking)

RepairFriendlyVeinminer:

  • Whether vein mining will stop to allow for a tool repair or not
  • Possibles values:
    • true: VeinMiner will stop mining when your tool durability is at 0, allowing for repair
    • false: VeinMiner will continue mining until your tool is broken

IncludeEdges:

  • Whether vein mining will include the edges of blocks or not
  • Possibles values:
    • true: VeinMiner will include all corners and edges when mining veins
    • false: VeinMiner will ignore corners and edges, and instead only mine on a limited axis (Useful for laggy servers)

DisabledWorlds:

  • This is a list value in which you determine which worlds VeinMiner is disabled in. There is already an example world provided in which you may follow
  • Specify a list of all world names (Capitalization matters) you wish VeinMiner to be disabled in

MaxVeinSize:

  • The maximum vein size that a VeinMine can destroy. By default, this should be set to 64 as it is not too much yet not too little
  • This requires an integer value with no limit on how high it can go

UsesDurability:

  • This one seems pretty straight forward from the title of the configuration option. This will determine whether VeinMiner uses durability on the tool or not
  • This requires a boolean value. Setting it to true will damage the tool with the respective amount of durability, and setting it to false will not damage the pickaxe at all

BlockList:

  • This is a list value in which you determine which blocks are affected by VeinMiner
  • Be careful about which items you put in this list, because they are using the BUKKIT variations of the item ID. For example: «minecraft:iron_bars» are actually known as «IRON_FENCE» in bukkit
  • There is no limit to how many block types can be used in this list
  • Data values are able to be specified by using a semi-colon ( «;» ), and the data value of the block promptly after. Example: «STONE;1» is Granite
  • Varying types of tools are able to be specified using the sub-categories of the blocklist

Команды плагина VeinMiner:

/vm — Основная команда для VeinMiner, которая управляет различными аспектами ресурса, включая управление списком блоков, переключение инструментов и подкоманды базовой информации

/vm reload — Перезагрузите файл конфигурации плагина и загрузите все обратно в память.

/vm version — Получите информацию о версии VeinMiner, установленного в данный момент на вашем сервере

/vm blocklist add minecraft:block  — Добавить один или несколько блоков в список блоков категории 

/vm blocklist remove minecraft:block  — Удалить один или несколько блоков из списка блоков категории 

/vm blocklist list — Список всех блоков, находящихся в данный момент в этой черный список категории

/vm toollist add — добавляет один или несколько инструментов в список инструментов категории.

/vm toollist remove — Удаляет один или несколько инструментов из категории список инструментов

/vm toollist list — Список всех инструментов в списке инструментов категории

/vm mode <mode> — установка режима, который VeinMiner должен использовать для активации для вас (игрока). Может иметь значение sneak — скрыться, stand — стоять или always — всегда

/vm pattern <namespace:key> — Установить шаблон, который будет использоваться при добыче жил

Примеры использования команд:

/veinminer blocklist pickaxe add minecraft:chest stone minecraft:diamond_ore/veinminer blocklist shovel remove dirt/veinminer toollist shears add stick/veinminer toollist my_custom_category remove minecraft:stone diamond_pickaxe/veinminer toggle axe/veinminer mode sneak/veinminer pattern veinminer:default​

How to install Vein Miner Mod 1.18/1.17.1

  1. Mainly you must make sure you have installed Minecraft Forge Mod.
  2. Afterwards, download the .jar file of Vein Miner Mod.
  3. Now open the Minecraft initiator and then select Forge profile.
  4. Locate the applications folder .minecraft / mods.
  5. In Windows, you must open> Run from the start menu and type% appdata% \. Minecraft \ and then click Run again to start the installer.
  6. On Mac, you must open Finder, hold down the ALT key and click> Go next Library in the top menu bar.
  7. Then you must open the Application Support folder and search for Minecraft.
  8. Place the .jar file that you have downloaded from Vein Miner Mod in your Mods folder. If you do not have one, create it now.
  9. If you have followed all these steps, once you restart Minecraft, you can count on this modification.

Once Vein Miner Mod is installed, you will have to play with the configuration file of the mod to set the parameters. You can configure Vein Miner Mod to work when it sneaks out, or to not work at all if you want to turn it off for a while.

Unlike other mods that work well online without being installed on the server, you must have the Vein Miner Mod mod installed on your own client as well as on the server before it works in the online game. However, it works perfectly well in a single player.

Права плагина VeinMiner:

veinminer.veinmine.* — Разрешить возможность использования VeinMiner для всех инструментов.

veinminer.veinmine.<category_id> — Разрешить возможность использования VeinMiner для определённой категории

veinminer.blocklist.* — разрешить доступ к команде «/veinminer blocklist» и всем ее подкомандам

veinminer.blocklist.add — разрешить доступ к команде /veinminer blocklist addveinminer.blocklist.remove — разрешить доступ к подкоманде /veinminer blocklist removeveinminer.blocklist.list.* — разрешить доступ к Подкоманда /veinminer blocklist list для всех блоков

veinminer.toollist.*  — разрешить доступ к команде /veinminer toollist

veinminer.toollist.add — разрешить доступ к команде /veinminer toollist addveinminer.toollist.remove — разрешить доступ к команде /veinminer toollist removeveinminer.toollist.list.* — разрешить доступ к команде /veinminer toollist list

veinminer.blocklist.list.* — Разрешить доступ к командам /veinminer blocklist <category> list

veinminer.blocklist.list.<category_id> — Разрешает доступ к команде /veinminer blocklist <category_id> list

veinminer.toollist.list.* — Разрешить доступ к командам /veinminer toollist <category> list

veinminer.toollist.list.<category_id> — разрешает доступ к команде /veinminer toollist <category_id> list

veinminer.reload — разрешить доступ к команде /veinminer reload

veinminer.toggle — разрешить доступ к команде /veinminer toggle

veinminer.mode — разрешить доступ к подкоманде /veinminer mode

veinminer.pattern — разрешить доступ к подкоманде /veinminer pattern

veinminer.free.* — Предоставляет обход всех запретов VeinMiner

veinminer.free.economy — дает обход стоимости VeinMiner. Используется только в том случае, если установлена ​​экономика с поддержкой Vault и ее стоимость больше 0

veinminer.free.hunger — дает обход дебаффа голода VeinMiner.Используется только если модификатор голода больше 0

Vein Miner Mod features

What makes Vein Miner Mod really useful are the minerals that you do not see. If you find a single mineral during its extraction, simply divide it and see all the others hidden inside the walls that you may have lost.

Vein Miner Mod can also be customized within the configuration file. You can change what tools can break the minerals in bulk and also what types of minerals. But the best part is that this modification follows the rules of enchantments, so if you have an enchanted selection, the blocks will be broken according to what the spells allow.

Once the entire vein has been broken in this way, Vein Miner Mod does you another favor and is to keep all the resources in your inventory as if you had walked and collected all the drops yourself.

Because minerals generally come in veins of 8 to 16 blocks depending on the extracted mineral, this can literally scrape 2 minutes out of each vein you extract. The more you mine, the more you will save, but only after Vein Miner Mod is installed.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *

Adblock
detector