-
Notifications
You must be signed in to change notification settings - Fork 14
/
messages.yml
51 lines (51 loc) · 2 KB
/
messages.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
prefix: "&8[&bPlayerTime&cLimit&8] "
commandReload: "&aConfig reloaded!"
noPermissions: "&cYou don't have permissions."
bossBarMessage: "&7You have &e%time% &7of time left to play on the server."
actionBarMessage: "&7You have &e%time% &7of time left to play on the server."
messageEnabled: "&7You have &aenabled &7time limit information message."
messageDisabled: "&7You have &cdisabled &7time limit information message."
playerDoesNotExists: "&cThat player doesn't exists."
timeSeconds: "s"
timeMinutes: "m"
timeHours: "h"
timeDays: "d"
timeInfinite: "∞"
kickMessage:
- "&c&lKICKED FROM THE SERVER!"
- "&7You were kicked since you run out of playtime for today."
- "&7Come tomorrow to continue playing!"
- ""
- "&7Discord: &bdiscord.myserver.com"
- "&7Buy a &aRANK &7to get more time!"
- "&astore.myserver.com"
joinErrorMessage:
- "&c&lERROR!"
- "&7You run out of playtime for today. Come tomorrow"
- "&7to continue playing!"
- ""
- "&7Discord: &bdiscord.myserver.com"
- "&7Buy a &aRANK &7to get more time!"
- "&astore.myserver.com"
infoCommandMessage:
- "&c&m "
- "&7Exact time when playtimes will be reset:"
- "&e%reset_time%"
- ""
- "&7Remaining time until reset:"
- "&e%remaining%"
- "&c&m "
checkCommandMessage:
- "&c&m "
- "&7&l%player% Data:"
- "&7Time left: &a%time_left%"
- "&7Total played time: &a%total_time%"
- "&c&m "
commandResetTimeError: "&cYou need to use: &7/ptl resettime <player>"
commandResetTimeCorrect: "&aCurrent time has been reset for player &7%player%&a!"
commandTakeTimeError: "&cYou need to use: &7/ptl taketime <player> <time>"
invalidNumber: "&cYou need to use a valid number!"
commandTakeTimeCorrect: "&aTaken &7%time% seconds &afrom &7%player% &atime!"
playerNotOnline: "&cThat player is not online."
commandAddTimeError: "&cYou need to use: &7/ptl addtime <player> <time>"
commandAddTimeCorrect: "&aAdded &7%time% seconds &ato &7%player% &atime!"