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

Описание плагина 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 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 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:

/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​

Права плагина 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

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

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

Adblock
detector