-
Notifications
You must be signed in to change notification settings - Fork 7
/
messages.json
30 lines (30 loc) · 1.74 KB
/
messages.json
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
{
"loginMessage": "{username} joined.",
"logoutMessage": "{username} left.",
"joinMessage": "{username} joined the guild!",
"leaveMessage": "{username} left the guild!",
"kickMessage": "{username} was kicked from the guild!",
"promotionMessage": "{username} was promoted to {rank}",
"demotionMessage": "{username} was demoted to {rank}",
"cannotMuteMoreThanOneMonthMessage": "You cannot mute someone for more than one month",
"messageBlockedByHypixel": "Message `{message}` was blocked by Hypixel",
"repeatMessage": "You cannot say the same message twice!",
"noPermissionMessage": "I don't have permission to do that!",
"onlineInvite": "{username} was invited to the guild!",
"offlineInvite": "{username} was offline invited to the guild!",
"guildMuteMessage": "Guild Chat has been muted for {time}!",
"guildUnmuteMessage": "Guild Chat has been unmuted!",
"guildJoinMessage": "Welcome to the guild! Make sure to join our discord using /g discord! To view my commands run {prefix}help",
"userMuteMessage": "{username} has been muted for {time}!",
"userUnmuteMessage": "{username} has been unmuted!",
"setrankFailMessage": "{username} not found.",
"alreadyMutedMessage": "This user is already muted!",
"notInGuildMessage": "{username} is not in the guild.",
"lowestRankMessage": "{username} is already the lowest guild rank!",
"alreadyHasRankMessage": "They already have that rank!",
"playerNotFoundMessage": "Player {username} not found.",
"blacklistMessage": "{username} has been successfully blacklisted.",
"blacklistRemoveMessage": "{username} has been successfully removed from the blacklist.",
"alreadyBlacklistedMessage": "Player is already blacklisted.",
"guildLevelUpMessage": "The guild has reached level {level}"
}