CorePlugin/resources/config.yml
5vl 750c6e9b5a 1.0.4
Removed /toggle and put the toggles in the config file due to some issues
2021-01-14 10:20:46 +01:00

57 lines
3.1 KiB
YAML

# 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.
CreativeOther: '&aYour gamemode has been changed to &cCreative &aby: &d' # Last color code is the color that the playername will show in.
SurvivalSelf: '&aYour gamemode has been changed to &cSurvival.'
SurvivalSetOther: '&aYou changed the gamemode to &cSurvival &afor: &d' # Last color code is the color that the playername will show in.
SurvivalOther: '&aYour gamemode has been changed to &cSurvival &aby: &d' # Last color code is the color that the playername will show in.
SpectatorSelf: '&aYour gamemode has been changed to &cSpectator.'
SpectatorSetOther: '&aYou changed the gamemode to &cSpectator &afor: &d' # Last color code is the color that the playername will show in.
SpectatorOther: '&aYour gamemode has been changed to &cSpectator &aby: &d' # Last color code is the color that the playername will show in.
AdventureSelf: '&aYour gamemode has been changed to &cAdventure.'
AdventureSetOther: '&aYou changed the gamemode to &cAdventure &afor: &d' # Last color code is the color that the playername will show in.
AdventureOther: '&aYour gamemode has been changed to &cAdventure &aby: &d' # Last color code is the color that the playername will show in.
# Fly messages
EnableFlySelf: '&aYou have &cenabled &afly.'
EnableFlyOther: '&aYou have &cenabled &afly for: &d' # Last color code is the color that the playername will show in.
FlyEnabledOther: '&aYour fly has been &cenabled &aby: &d' # Last color code is the color that the playername will show in.
DisableFlySelf: '&aYou have &cdisabled &afly.'
DisableFlyOther: '&aYou have &cdisabled &afly for: &d' # Last color code is the color that the playername will show in.
FlyDisabledOther: '&aYour fly has been &cdisabled &aby: &d' # Last color code is the color that the playername will show in.
# 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.
# Punishments
DefaultKick: 'You have been kicked from the server.'
BroadcastKick: 'has been kicked for: &e' # Last color code is the color that the kick reason will show in.
DefaultBan: '&aYou have been banned from the server.'
BroadcastBan: 'has been banned for: &e' # Last color code is the color that the ban reason will show in.
BroadcastUnban: 'has been unbanned.'
# Leave/Join messages.
CustomJoin: '&7[&a+&7]&b'
CustomLeave: '&7[&c-&7]&b'
# Errors
CannotFindPlayer: '&4Error: Cannot find the specified player.'
MissingPermission: '&4&lYou do not have permission to execute this command!'
Console: '&cYou can only run this command as a player.'
InvalidArgument: '&4Error: Invalid argument.'
CommandDisabled: '&bThis command has been disabled.'
# Other
Discord: '&bhttps://discord.gg/YourDiscordLinkHere' # Please put in your discord link.