Skip to content

Commit

Permalink
Improve readme, push version
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Aug 18, 2023
1 parent cd9a046 commit 113ec76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ labyMod {
displayName = "Toolbreak Warning"
author = "RappyTV"
description = "Stops you from using your currently used tool when its almost destroyed."
version = System.getenv().getOrDefault("VERSION", "1.2.1")
version = System.getenv().getOrDefault("VERSION", "1.3.0")
}

minecraft {
Expand Down
19 changes: 4 additions & 15 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
# **Toolbreak Warning (LabyMod 4)**
> With this plugin you can prevent breaking your expensive tools, especially when you're mining with high efficiency enchantments and/or haste.
> Adds the command /tbw (Addon Settings as a command)
### You can customize these Settings:
- If the addon is enabled or not
- If the chat should be opened when you get warned
- If durability numbers should be formatted (Formatted = 1.562 | Not Formatted = 1562)
- If you should be warned at durability 1
- If the debug mode is enabled or not (only recommended for developing purposes)
- At what percentage of durability the warning should be displayed (customizable for each tooltype)
With this plugin you can prevent breaking your expensive tools, especially when you're mining with high efficiency enchantments and/or haste.

### Installation
1. Press `Win` + `R`
2. Paste this into the window that popped up: `%appdata%/.minecraft/LabyMod-neo/addons` and press enter
3. It should open your Labymod addon directory; Paste the [Toolbreak_Warning.jar](https://github.com/RappyLabyAddons/Toolbreak-Warning/releases/download/v1.2.1/Toolbreak_Warning.jar) in there.
3. It should open your Labymod addon directory; Paste the [Toolbreak_Warning.jar](https://github.com/RappyLabyAddons/Toolbreak-Warning/releases/download/v1.3.0/Toolbreak_Warning.jar) in there.
4. Launch your Labymod client.

If you have any problems with the addon/have update ideas, feel free to
Expand All @@ -28,13 +19,11 @@ If you have any problems with the addon/have update ideas, feel free to
[<img align="left" alt="RappyTV | Website" width="22px" src="https://raw.githubusercontent.com/iconic/open-iconic/master/svg/globe.svg" />][website]
[<img align="left" alt="RappyTV | YouTube" width="22px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/youtube.svg" />][youtube]
[<img align="left" alt="RappyTV | Instagram" width="22px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/instagram.svg" />][instagram]
[<img align="left" alt="RappyTV | Discord" width="22px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/discord.svg" />][dcServer]
[<img align="left" alt="RappyTV | Discord" width="22px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/discord.svg" />][server]
[<img align="left" alt="RappyTV | TikTok" width="22px" src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/tiktok.svg" />][tiktok]

[website]: https://rappytv.com/
[youtube]: https://youtube.com/c/RappyTVTutorials
[instagram]: https://instagram.com/rappyytv
[dcbotplaylist]: https://youtube.com/playlist?list=PL-NddfqjbJVZ2-CGquW0I42J9IGUkXq12
[dcServer]: https://rappytv.com/server
[dcBot]: https://rappytv.com/bot
[server]: https://rappytv.com/server
[tiktok]: https://tiktok.com/@rappytv

0 comments on commit 113ec76

Please sign in to comment.