Hey, whoever is reading this! This plugin can do a lot of things that will make your Minecraft server extremly advanced! It is really nice and gets regular updates. It really works with any Minecraft version! Also, there is a config where really every message and more can be set to 100%.
Commands
/heal - With this command you can heal you or other people.
/kill - With this command you can kill your or other people.
/damage <health or food> <amount (1-20)> <player>
- With this command you can set other people's hearts and food /cc - This command can clear the chat. /ccgui - This command opens a GUI to delete the chat. /gm - With this command you can change your gamemode. /weather - With this command you can change the weather.
Permissions
ux.heal.self - With this authorization, you can heal yourself.
ux.heal.others - With this permission, you can heal other people.
ux.damage -
With this permission, you can damage players. ux.kill.self - With this authorization, you can kill yourself. ux.kill.others - With this authorization, you can kill others. ux.cc.cmd - With this authorization, you can clear the chat by command. ux.cc.gui - With this authorization, you can clear the chat by gui. ux.gm.change ux.weather.change
Config
Code (Java):
# General Messages
only
-players
-message
:"§cOnly players can run this command!" player
-not
-found
-message
:"§cThis player is not online." no
-permission
:"§cYou do not have permission to run this command!"
#
This is the area
for the
/heal command.
heal-self
-message
-to
-sender
:"§aYou have been healed." heal
-others
-message
-to
-target
:"§aYou have been cured by %target%" heal
-others
-message
-to
-sender
:"§aYou have healed %sender%" heal
-self
-permission
:"ux.heal.self" heal
-others
-permission
:"ux.heal.others"
#
This is the area
for the
/damage command.
damage-usage
:"§cUsage: /damage <health or food> <amount (1-20)> <player>" damage
-unrecognized
-type
:"§cUnrecognized damage type. Use 'health' or 'food'." damage
-health
-player
-message
:"§aYou have successfully taken %amount% hearts from %target%." damage
-health
-target
-message
:"§cThe player %player% has taken %amount% hearts from you." damage
-food
-player
-message
:"§aYou have successfully taken %amount% food from %target%." damage
-food
-target
-message
:"§cThe player %player% has taken %amount% food from you." damage
-invalid
-amount
:"§cInvalid amount specified. Please specify a number between 1 and 20." damage
-permission
:"ux.damage"
#
This is the area
for the
/kill command.
kill-self
-message
:"§cYou died! You have been killed by yourself." kill
-others
-message
-to
-target
:"§cYou died! You have been killed by %sender%." kill
-others
-message
-to
-sender
:"§aYou killed %target%." kill
-self
-permission
:"ux.kill.self" kill
-others
-permission
:"ux.kill.others"
#
This is the area
for the
/cc command.
chat-cleared
-message
:"§cThe chat was deleted by %player%" chat
-permission
:"ux.cc.cmd"
#
This is the area
for the
/ccgui command.
gui-title
:"Delete the chat" gui
-item
-title
:"§cClick me to delete the chat." gui
-deleted
-message
:"§cThe chat was deleted by %player%!" gui
-permission
:"ux.gui"
#
This is the area
for the
/gm command.
gm-permission
:"ux.gm.change" gm
-provide
-valid
:"§cPlease enter a valid gamemode code. §a(0 = Survival, 1 = Creative, 2 = Adventure, 3 = Spectator" gm
-invalid
:"§cInvalid gamemode!" gm
-changed
:"§aYour gamemode was set to §b%gamemode%."
#
This is the area
for the
/weather command.
weather-permission
:"ux.weather.change" weather
-invalid
:"§cPlease enter a valid weather. §a(clear, rain, thunder)" weather
-changed
:"§aThe weather was successfully changed to §b%weather%."[B
]
Other Languages[/B]
Copy and paste the text below into config.yml to change the language.
Code (Java):
# Allgemeine Nachrichten
only
-players
-message
:"§cNur Spieler können diesen Befehl ausführen!" player
-not
-found
-message
:"§cDieser Spieler ist nicht online." no
-permission
:"§cDu hast keine Rechte, diesen Befehl auszuführen!"
# Das ist der Bereich für den
/heal Befehl.
heal-self
-message
-to
-sender
:"§aDu wurdest geheilt." heal
-others
-message
-to
-target
:"§aDu wurdest von %target% geheilt." heal
-others
-message
-to
-sender
:"§aDu hast %sender% geheilt." heal
-self
-permission
:"[B]ux[/B].heal.self" heal
-others
-permission
:"[B]ux[/B].heal.others"
# Das ist der Bereich für den
/damage Befehl.
damage-usage
:"§cNutzung: /damage <health oder food> <Anzahl (1-20)> <Spieler>" damage
-unrecognized
-type
:"§cNicht erkannte Schadensart. Nutze 'health' oder 'food'." damage
-health
-player
-message
:"§aDu hast erfolgreich %amount% Herzen von %target% entfernt." damage
-health
-target
-message
:"§cDer Spieler %player% hat %amount% Herzen von dir entfernt." damage
-food
-player
-message
:"§aDu hast erfolgreich %amount% Hungerkeulen von %target% entfernt." damage
-food
-target
-message
:"§cDer Spieler %player% hat %amount% Hungerkeulen von dir entfernt." damage
-invalid
-amount
:"§cUngültiger Betrag angegeben. Bitte gebe eine Zahl zwischen 1 und 20 an." damage
-permission
:"[B]ux[/B].damage"
# Das ist der Bereich für den
/kill Befehl.
kill-self
-message
:"§cDu bist gestorben! Du bist von dir selbst getötet worden." kill
-others
-message
-to
-target
:"§cDu bist tot! Du wurdest getötet von %sender%." kill
-others
-message
-to
-sender
:"§aDu hast %target% getötet." kill
-self
-permission
:"uh.kill.self" kill
-others
-permission
:"uh.kill.others" # Das ist der Bereich für den Befehl
/cc
chat
-cleared
-message
:"§cDer Chat wurde von %player% gelöscht!" chat
-permission
:"[B]ux.[/B]cc.cmd"
# Das ist der Bereich für den Befehl
/ccgui
gui
-title
:"Den Chat löschen" gui
-item
-title
:"§cKlicke mich, um den Chat zu löschen." gui
-deleted
-message
:"§cDer Chat wurde von %player% gelöscht!" gui
-permission
:"[B]ux.[/B]cc.gui"
# Das ist der Bereich für den Befehl
/gm
gm
-permission
:"ux.gm.change" gm
-provide
-valid
:"§cBitte gib einen gültigen Gamemode ein. §a(0 = Überleben, 1 = Kreativ, 2 = Abenteuer, 3 = Zuschauer" gm
-invalid
:"§cUngültiger Gamemode!" gm
-changed
:"§aIhr Spielmodus wurde eingestellt auf §b%gamemode%."
# Das ist der Bereich für den Befehl
/weather
weather
-permission
:"ux.weather.change" weather
-invalid
:"§cBitte gib ein gültiges Wetter ein. §a(clear, rain, thunder)" weather
-changed
:"§aDas Wetter wurde erfolgreich geändert zu §b%weather%."
Future[/B]
All things that were planned to be done (Config among others) have been done. But there will be more updates soon anyway.