Skip to content

Commit 1e5811b

Browse files
Changes for 2.8.8
- Language Englisch complete
1 parent bd7f533 commit 1e5811b

File tree

8 files changed

+68
-5
lines changed

8 files changed

+68
-5
lines changed

src/main/java/de/vmoon/hasplugin/commands/HasCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ else if (args[0].equalsIgnoreCase("version")) {
122122
sender.sendMessage(languageManager.getMessage("no_permission"));
123123
return true;
124124
}
125-
sender.sendMessage("§c[HASPlugin] §rHASPlugin Version 2.8.7");
125+
sender.sendMessage("§c[HASPlugin] §rHASPlugin Version 2.8.8");
126126
return true;
127127
}
128128
else if (args[0].equalsIgnoreCase("language")) {

src/main/resources/language.yml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,70 @@
1+
#Language-file Version: 2.8.8
12
languages:
23
en:
34
no_permission: "§cYou don't have the permission to use that command."
5+
not_enough_players: "§cThere are not enough players online!"
6+
config_reload: "§aConfig successfully reloaded!"
7+
all_teleport: "§aAll players have been teleported to the saved coordinates."
8+
only_players: "§cOnly players can execute this command!"
9+
selected_player_not_online: "§cThe selected player is not online!"
10+
11+
# Singular/Plural
12+
message_second: " second"
13+
message_seconds: " seconds"
14+
message_minute: " minute"
15+
message_minutes: " minutes"
16+
17+
# /has add
18+
time_added_1: "§aAdded §e"
19+
time_added_2: " seconds §ato the time! The total time is now: §e"
20+
time_added_3: " seconds."
21+
wrong_time: "§cPlease enter a time in seconds. Example: /has add 30"
22+
no_game_running: "§cNo game is currently running. Time can only be added when a game is starting."
23+
right_number: "§cPlease enter a valid number!"
24+
25+
# /has beep
26+
spectator_error: "§cYou cannot execute this command in spectator mode."
27+
sound_played: "§aYou played a sound for yourself!"
28+
29+
# /has language
30+
select_language: "§cPlease specify a language!"
31+
language_set: "§aThe language has been changed!"
32+
33+
# /has select
34+
new_random_player: "§aA new random player has been selected!"
35+
x_selected: " has been chosen as the seeking player!"
36+
37+
# /has vote
38+
already_hidden: "§cYou have already voted!"
39+
hide: "§aYou are now hidden!"
40+
not_all_hide: "§eNot all players are hidden yet!"
41+
42+
# Timer
43+
timer_end: "§aTime is up. The seeker is now searching."
44+
timer_5: "§a§lThe timer has been set to 5 seconds!"
45+
timer_under_5: "§cThe time is already below 5 seconds!"
46+
no_timer: "§cThere is no active timer."
47+
timer_set_1: "§aThe time has been set to "
48+
timer_set_2: " seconds."
49+
50+
# Game End
51+
game_end: "§aThe game has ended!"
52+
game_normal_end: "§cAll players are dead! The game ends."
53+
end_seeker: "§cThe seeker §f("
54+
end_all_found: ")§c has found all players!"
55+
56+
# End-Title
57+
title_all_found: "§2All Found!"
58+
title_seeker: "§cSeeker: §r"
59+
timer_text: "Timer: "
60+
61+
# Usage Tips
62+
select_usage: "§6Usage: /has select <player | random>"
63+
64+
no_player_effect: "§cNo player selected to extend effects."
65+
message_only: "§aOnly "
66+
message_left: " left!"
67+
468
de:
569
# Generelle Nachrichten
670
no_permission: "§cDu hast keine Berechtigungen um diesen Befehl auszuführen!"
@@ -54,6 +118,7 @@ languages:
54118
game_normal_end: "§cAlle Spieler sind tot! Das Spiel endet."
55119
end_seeker: "§cDer Sucher §f("
56120
end_all_found: ")§c hat alle Spieler gefunden!"
121+
57122
# End-Title
58123
title_all_found: "§2Alle Gefunden!"
59124
title_seeker: "§cSucher: §r"

src/main/resources/plugin.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: HASPlugin
2-
version: 2.8.7
3-
# '${project.version}'
2+
version: 2.8.8
43
main: de.vmoon.hasplugin.HASPlugin
54
api-version: '1.20'
65
authors: [VoidableMoon]
524 Bytes
Binary file not shown.

target/HASPlugin-1.0-SNAPSHOT.jar

524 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

target/classes/plugin.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: HASPlugin
2-
version: 2.8.7
3-
# '1.0-SNAPSHOT'
2+
version: 2.8.8
43
main: de.vmoon.hasplugin.HASPlugin
54
api-version: '1.20'
65
authors: [VoidableMoon]
524 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)