Removed /toggle and put the toggles in the config file due to some issues
This commit is contained in:
5vl
2021-01-14 10:20:46 +01:00
parent 0a2b9741ee
commit 750c6e9b5a
7 changed files with 13 additions and 15 deletions

View File

@@ -1,3 +1,7 @@
# Toggle features
DiscordCommand: true
CustomJoinAndLeave: true
# Gamemode messages
CreativeSelf: '&aYour gamemode has been changed to &cCreative.'
CreativeSetOther: '&aYou changed the gamemode to &cCreative &afor: &d' # Last color code is the color that the playername will show in.
@@ -26,8 +30,8 @@ FlyDisabledOther: '&aYour fly has been &cdisabled &aby: &d' # Last color code is
# Heal
HealSelf: '&aYou have &chealed &ayourself.'
HealOther: '&aYou have &chealed &a:&d' # Last color code is the color that the playername will show in.
HealedOther: '&aYou have been &chealed &aby: &d' # Last color code is the color that the playername will show in.
HealOther: '&aYou have &chealed&a:&d' # Last color code is the color that the playername will show in.
HealedOther: '&aYou have been &chealed &aby:&d' # Last color code is the color that the playername will show in.
# Punishments
DefaultKick: 'You have been kicked from the server.'

View File

@@ -24,6 +24,4 @@ commands:
unban:
description: You can unban people with this!
discord:
description: Send your discord link in chat!
toggle:
description: You can toggle certain features with this!
description: Send your discord link in chat!