Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Commit

Permalink
BasicHUD-1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroliu committed Apr 28, 2016
1 parent 19880d2 commit d861066
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
13 changes: 8 additions & 5 deletions BasicHUD/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@

* Summary: A configurable heads up display
* Dependency Plugins: n/a
* PocketMine-MP version: 1.5 (API:1.12.0)
* PocketMine-MP version: 1.5 (API:1.12.0), 1.6+php7 (API:2.0.0)
* DependencyPlugins: -
* OptionalPlugins: -
* Categories: Informational
* Plugin Access: Other Plugins
* WebSite: https://github.com/alejandroliu/pocketmine-plugins/tree/master/BasicHUD
* WebSite: https://github.com/Muirfield/pocketmine-plugins/tree/master/BasicHUD

## Overview

<!-- php: $v_forum_thread = "http://forums.pocketmine.net/threads/basichud.1222/"; -->
<!-- template: prologue.md -->

**DO NOT POST QUESTION/BUG-REPORTS/REQUESTS IN THE REVIEWS**
**DO NOT POST QUESTIONS/BUG-REPORTS/REQUESTS IN THE REVIEWS**

It is difficult to carry a conversation in the reviews. If you
have a question/bug-report/request please use the
Expand All @@ -28,10 +28,10 @@ _NOTE:_
This documentation was last updated for version **1.0.7**.

Please go to
[github](https://github.com/alejandroliu/pocketmine-plugins/tree/master/BasicHUD)
[github](https://github.com/Muirfield/pocketmine-plugins/tree/master/BasicHUD)
for the most up-to-date documentation.

You can also download this plugin from this [page](https://github.com/alejandroliu/pocketmine-plugins/releases/tag/BasicHUD-1.0.7).
You can also download this plugin from this [page](https://github.com/Muirfield/pocketmine-plugins/releases/tag/BasicHUD-1.0.7).

<!-- template-end -->

Expand Down Expand Up @@ -183,6 +183,9 @@ if (($hud = $this->getServer()->getPluginManager()->getPlugin("BasicHUD")) !== n

* 1.0.7: display errors
* will throw an error if vars.php or messages.php fail to compile.
* Changed API to include 2.0.0. Note that this is just tag change,
I have not tested things with the latest PocketMine. Please
post any issues to github.
* 1.0.6:
* Fixed vars-example (money issues thanks @vertx)
* Display item selected onItemHeld
Expand Down
4 changes: 2 additions & 2 deletions BasicHUD/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: BasicHUD
version: 1.0.7
main: aliuly\hud\Main
api: 1.12.0
api: [1.12.0,2.0.0]
load: POSTWORLD
website: https://github.com/alejandroliu/pocketmine-plugins/tree/master/BasicHUD
website: https://github.com/Muirfield/pocketmine-plugins/tree/master/BasicHUD

description: A configurable heads up display
author: aliuly
Expand Down
3 changes: 3 additions & 0 deletions BasicHUD/resources/messages/messages.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
; messages.ini
"%1%-mode"=""
"%1% not found"=""
"Adventure"=""
"Available formats: %1%"=""
"Creative"=""
Expand All @@ -17,3 +18,5 @@
"Turning on HUD"=""
"You can only do this in-game"=""
"You do not have permission to do that."=""
"mc.lang"=""
"mc.version"=""
3 changes: 3 additions & 0 deletions BasicHUD/resources/messages/spa.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
; spa.ini
"%1%-mode"="modo-%1%"
"%1% not found"=""
"Adventure"="Aventura"
"Available formats: %1%"="Formats disponibles: %1%"
"Creative"="Creativo"
Expand All @@ -17,6 +18,8 @@
"Turning on HUD"="Habilitando HUD"
"You can only do this in-game"="Esto sólo se puede hacer dentro del juego"
"You do not have permission to do that."="No tiene permiso para hacer eso."
"mc.lang"=""
"mc.version"=""
"#* EconomyAPI or"="* EconomyAPI ó"
"#* GoldStd"="* GoldStd"
"#* MassiveEconomy"="* MassiveEconomy"
Expand Down
2 changes: 1 addition & 1 deletion lib/templ/prologue.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if (!isset($v_forum_thread)) {
echo "<!-- Add the line: -->\n";
echo "<!-- php: \$v_forum_thread = \"http://forums.pocketmine.net/threads/XXXX\"; -->\n";
}
if (!isset($v_tag_url)) $v_tag_url="https://github.com/alejandroliu/pocketmine-plugins/releases/tag/";
if (!isset($v_tag_url)) $v_tag_url="https://github.com/Muirfield/pocketmine-plugins/releases/tag/";
?>

<?php if (isset($v_forum_thread)) { ?>
Expand Down

0 comments on commit d861066

Please sign in to comment.