Update language file.

This commit is contained in:
Brianna 2020-02-01 07:01:14 -05:00
parent 8974aa6345
commit 8ceed653ce
1 changed files with 15 additions and 8 deletions

View File

@ -1,13 +1,20 @@
#General Messages
# General Messages
general.nametag.prefix = "&8[&6UltimateStacker&8]"
general:
nametag:
prefix: '&8[&6UltimateStacker&8]'
#Command Messages
# Command Messages
command.give.success = "&7You have been given a &6%type%&7."
command:
give:
success: '&7You have been given a &6%type%&7.'
#Event Messages
# Event Messages
event.general.nopermission = "&cYou do not have permission to do that."
event.egg.needmore = "&7You need &6%amount% &7Monster Eggs to convert this spawner."
event.egg.sametype = "&7This already spawns &6%type%s&7."
event:
general:
nopermission: '&cYou do not have permission to do that.'
egg:
needmore: '&7You need &6%amount% &7Monster Eggs to convert this spawner.'
sametype: '&7This already spawns &6%type%s&7.'