项目作者: Leo3418

项目描述 :
Hypixel Bed Wars Helper Minecraft Forge mod
高级语言: Java
项目地址: git://github.com/Leo3418/HBWHelper.git
创建时间: 2018-02-19T19:24:53Z
项目社区:https://github.com/Leo3418/HBWHelper

开源协议:Other

下载


Hypixel Bed Wars Helper

Hypixel Bed Wars Helper (HBW Helper) is a Minecraft Forge mod which shows you
information you care about in a Hypixel Bed Wars game at a glance.

Features

  • Show armor you are wearing and what level of Protection enchantment it has
  • Show status effects you get, their amplifier, and their remaining times
  • Show time until the next diamond/emerald generation
  • Show what team upgrades (the upgrades to be purchased with diamonds) you
    have got
  • Quickly join a Bed Wars game everywhere on Hypixel with only a single click
    in menu

Click on an image to view it in larger size


View information regarding your game at a glance
Quickly join a Bed Wars game in your favorite game mode



Use as a status effect HUD mod when playing other games
Configurable HUD display

Installation

Go to the Releases page,
download a JAR file for the Minecraft version you are using, and copy it into
the mods folder under your Minecraft game directory.

Deciphering JAR File Names

The format of file names on the Releases page is MCVERSION-MODVERSION.

  • MCVERSION indicates the Minecraft client version(s) that this JAR file
    supports.

    Sometimes, one JAR file supports multiple Minecraft client versions. In this
    case, this field’s format will be .OLDESTVERSION.LATESTVERSION.. The client
    versions supported are from OLDESTVERSION to LATESTVERSION (inclusive).
    For example, .1.11.1.12.2. means this JAR file supports 1.11, 1.12.2, and
    all other versions between them.

  • MODVERSION indicates this mod’s version. Two JAR files with the same mod
    version number means they have the same or similar features but are tailored
    for different Minecraft client versions.

Contributing

If you want to contribute to this project, you are welcome!

Please find more information about contributing, including workspace setup
instructions and contribution guidelines, in
CONTRIBUTING.md.

License

HBW Helper is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License (GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

HBW Helper is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See LICENSE.txt for more details.

Under section 7 of GPL version 3, you are granted additional permissions
described in the HBW Helper MC Exception. See
LICENSE-MCE.txt for more details.

Obtaining Source Code of This Mod

You can download source code of this mod as how you would when you download
another repository’s code on GitHub, but chances are you are interested in
source code of a particular version, but the branch holding that version’s
source code has been deleted.

In accordance with terms of GNU General Public License, we are pleased to
provide you source code of every version of this mod. Since GitHub can only
automatically add source code archive of one branch to a release, we provide
Zip archives of source code of other branches with every release.

On the Releases page, you will
find two asset entries named “Source code (zip)” and “Source code (tar.gz)” for
every release. Those allow you to download source code of this mod for the
latest Minecraft client version(s). There will also be other Zip files
whose name begins with src: these store source code of this mod for older
Minecraft client versions.

For contributors: the best way for you to download a copy of this mod’s
source code and work on it is to fork this repository and clone your fork to
your computer, as described in CONTRIBUTING.md.