Support for this will be paused indefinitely. A lot has changed in 1.17 and the basic functions of the plugin no longer work.
Advertisement :3
Our server:
Advertisement :3
Our server:
Spoiler
If you like this or my other plugins then please leave a review!
Warum RHTintHealth? / Why RHTintHealth?
[DEU]
RHTintHealth fügt einen Schadensindikator für jeden Spieler ein und bietet daher eine verbesserte Spielerfahrung. Vor allem für PvP-Server ist dieses Plugin sehr interessant. Der Indikator wird in Form der Minecraft Weltgrenze rot dargestellt, jedoch ohne die echte Weltgrenze zu verschieben (via clientsided packets). Basierend auf TintHealth (für mehr Informationen siehe "License").
[ENG]
RHTintHealth adds a damage indicator for each player and therefore offers an great improved gaming experience. This plugin is particularly interesting for PvP servers. The indicator is shown with a red tint, in the form of the Minecraft world border, but without moving the boundaries of the real world border (via clientsided packets). Based on TintHealth (for more information see "License").
Vorschau / Preview
[video/url placeholder]
Kompatibilität / Compatibility
[DEU]
Das Plugin ist mit Spigot und Paper ab der Version 1.16+ kompatibel.
[ENG]
The plugin is compatible with Spigot and Paper from version 1.16+.
Installation
- Download the latest .jar and upload it to your Spigot/Paper plugins/ folder
- (Optional) Configure the plugin with the config file /plugins/RHTintHealth/config.yml
- Do one of the following:
- Restart your server.
- Run the reload command from the server console.
- Type /reload as an op player.
Permissions
- RHTintHealth.*
- overrides all other of RHTintHealth's permissions
- RHTintHealth.reload
- players with this permission are able to reload the plugins config with /tinthealth reload
- RHTintHealth.toggle
- players with this permission are able to toggle the tint indicator /tinthealth toggle
- RHTintHealth.fade
- players with this permission are able to use the fade option
Commands & Aliases
- /tinthealth
- description: Shows the help page
- aliases: [tint, th]
- description: Shows the help page
- /tinthealth toggle
- description: Toggles the tint indicator's visibility
- /tinthealth reload
- description: Reloads the config
Konfiguration / Configuration
This is the default config.yml
Code (YAML):
##################################
# #
# Configuration for RHTintHealth #
# - TintHealth fork - #
# #
##################################
# Just replace the default info with your own. :)
# Be careful! Make always sure to put an ' after and before the text!
# General plugin output
# [DEU] Plugin Name für den Chat
# [ENG] Plugin prefix for the chat
chat-prefix : '&8 [&c&lRHTintHealth&8 ] '
# Data input
# [DEU] Schaltet das Plugin ein oder aus
# [ENG] Choose if you want to activate the plugin
tint-enabled : true
# [DEU] Aktiviert das sanfte Abklingen des Indikators
# [ENG] Activates the smooth fade of the indicator
fade-enabled : true
# [DEU] Setzt die Dauer zum Abklingen des Indikators (in Sekunden) Standard: 5
# [ENG] Sets the time to fade out the indicator (in seconds) Default: 5
fade-time : 5
# [DEU] Setzt die Stärke der roten Verfärbung. Niemals diesen Wert unter '1' setzen!
# [ENG] Set the intensity of the red tint. Never set this value below '1'!
intensity-modifier : 1
# [DEU] Setzt das Mindest Lebenspunkte, die ein Spieler haben muss, um die Färbung zu sehen
# [ENG] Sets the minimum health for players to see the tint
minimum-health : -1
# [DEU] Sendet Debug Nachrichten in die Konsole
# [ENG] Sends debug messages into the console
debug-enabled : false
# [DEU] Aktiviert den Damage-Modus des Indikators
# [ENG] Activates the damage-mode of the indicator
damage-mode-enabled : false
# Message output
# [DEU] Nachricht für den Reload Command
# [ENG] Reload message
reload-msg : '&7Die Config wurde &aneu geladen&7!'
# [DEU] Dieser Text wird angezeigt, wenn /tinthealth eingegeben wird (Benutzung)
# [ENG] Shows up, when /tinthealth is executed (usage)
tinthealth-usage-msg :
- '&7- - - &8 [&c&lRHTintHealth&8 ]&7 - - -'
- ''
- ' &f/tinthealth &8-&7 Zeigt diese Hilfeseite'
- ' &f/tinthealth &etoggle &8-&7 &eSchaltet &7die Sichtbarkeit &eum'
- ' &f/tinthealth &ereload&8&o* &8-&7 Die Konfiguration wird &eneu geladen'
# [DEU] Wenn der Spieler die Färbung aktiviert
# [ENG] When the damage tint is enabled for the player
tint-enabled-msg : '&7Damage tint is now &aenabled&7.'
# [DEU] Wenn der Spieler die Färbung deaktiviert
# [ENG] When the damage tint is disabled for the player
tint-disabled-msg : '&7Damage tint is now &cdisabled&7.'
# [DEU] Wenn '/tinthealth toggle' über die Konsole eingegeben wird
# [ENG] If '/tinthealth toggle' has a console input
ingame-only-msg : '&7Dieser Befehl kann &cnicht &7über die Konsole ausgeführt werden!'
# [DEU] Wenn der Spieler keine Berechtigung hat
# [ENG] If the player has no permission
no-permission-msg : '&7Dazu hast du &ckeinen &7Zugriff.'
# #
# Configuration for RHTintHealth #
# - TintHealth fork - #
# #
##################################
# Just replace the default info with your own. :)
# Be careful! Make always sure to put an ' after and before the text!
# General plugin output
# [DEU] Plugin Name für den Chat
# [ENG] Plugin prefix for the chat
chat-prefix : '&8 [&c&lRHTintHealth&8 ] '
# Data input
# [DEU] Schaltet das Plugin ein oder aus
# [ENG] Choose if you want to activate the plugin
tint-enabled : true
# [DEU] Aktiviert das sanfte Abklingen des Indikators
# [ENG] Activates the smooth fade of the indicator
fade-enabled : true
# [DEU] Setzt die Dauer zum Abklingen des Indikators (in Sekunden) Standard: 5
# [ENG] Sets the time to fade out the indicator (in seconds) Default: 5
fade-time : 5
# [DEU] Setzt die Stärke der roten Verfärbung. Niemals diesen Wert unter '1' setzen!
# [ENG] Set the intensity of the red tint. Never set this value below '1'!
intensity-modifier : 1
# [DEU] Setzt das Mindest Lebenspunkte, die ein Spieler haben muss, um die Färbung zu sehen
# [ENG] Sets the minimum health for players to see the tint
minimum-health : -1
# [DEU] Sendet Debug Nachrichten in die Konsole
# [ENG] Sends debug messages into the console
debug-enabled : false
# [DEU] Aktiviert den Damage-Modus des Indikators
# [ENG] Activates the damage-mode of the indicator
damage-mode-enabled : false
# Message output
# [DEU] Nachricht für den Reload Command
# [ENG] Reload message
reload-msg : '&7Die Config wurde &aneu geladen&7!'
# [DEU] Dieser Text wird angezeigt, wenn /tinthealth eingegeben wird (Benutzung)
# [ENG] Shows up, when /tinthealth is executed (usage)
tinthealth-usage-msg :
- '&7- - - &8 [&c&lRHTintHealth&8 ]&7 - - -'
- ''
- ' &f/tinthealth &8-&7 Zeigt diese Hilfeseite'
- ' &f/tinthealth &etoggle &8-&7 &eSchaltet &7die Sichtbarkeit &eum'
- ' &f/tinthealth &ereload&8&o* &8-&7 Die Konfiguration wird &eneu geladen'
# [DEU] Wenn der Spieler die Färbung aktiviert
# [ENG] When the damage tint is enabled for the player
tint-enabled-msg : '&7Damage tint is now &aenabled&7.'
# [DEU] Wenn der Spieler die Färbung deaktiviert
# [ENG] When the damage tint is disabled for the player
tint-disabled-msg : '&7Damage tint is now &cdisabled&7.'
# [DEU] Wenn '/tinthealth toggle' über die Konsole eingegeben wird
# [ENG] If '/tinthealth toggle' has a console input
ingame-only-msg : '&7Dieser Befehl kann &cnicht &7über die Konsole ausgeführt werden!'
# [DEU] Wenn der Spieler keine Berechtigung hat
# [ENG] If the player has no permission
no-permission-msg : '&7Dazu hast du &ckeinen &7Zugriff.'
Spoiler: License
This is a custom fork / variation of the
TintHealth plugin by
MrSheepSheep. I have modified the original
source code.
Copyright (C) 2015 Souleau Alexandre [email protected]
Tint Health is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or at your option) any later version.
Tint Health 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 http://www.gnu.org/licenses/ for more details.Click to expand...
Metrics
If you like this or my other plugins then please leave a review!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.16
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
[EoS] RHTintHealth - Makes taking damage look nice! [1.16.x] is a free Minecraft Java mod. Compatible with Minecraft 1.16. Downloaded 695 times (via Spigot). Download it and open it directly in the game.