Updated language file.

This commit is contained in:
Brianna 2020-03-16 14:54:26 -04:00
parent 574049d39a
commit 3ad95db133
1 changed files with 29 additions and 18 deletions

View File

@ -1,25 +1,36 @@
#General Messages
# General Messages
general.nametag.prefix = "&8[&6EpicAnchors&8]"
general.nametag.next = "&9Next"
general.nametag.back = "&9Back"
general:
nametag:
prefix: '&8[&6EpicAnchors&8]'
next: '&9Next'
back: '&9Back'
#Interface Messages
# Interface Messages
interface.button.addtimewithxp = "&aAdd 30 Minutes with XP"
interface.button.addtimewithxplore = "&7Cost: &a%cost% Levels"
interface.button.addtimewitheconomy = "&aAdd 30 Minutes with ECO"
interface.button.addtimewitheconomylore = "&7Cost: &a$%cost%"
interface.anchor.title = "ChunkAnchor"
interface.anchor.smalltitle = "&eChunkAnchor"
interface:
button:
addtimewithxp: '&aAdd 30 Minutes with XP'
addtimewithxplore: '&7Cost: &a%cost% Levels'
addtimewitheconomy: '&aAdd 30 Minutes with ECO'
addtimewitheconomylore: '&7Cost: &a$%cost%'
anchor:
title: ChunkAnchor
smalltitle: '&eChunkAnchor'
#Command Messages
# Command Messages
command.give.success = "&7You have been given a ChunkAnchor."
command.show.start = "&7Anchor visualizer &2enabled."
command.show.stop = "&7Anchor visualizer &cdisabled."
command:
give:
success: '&7You have been given a ChunkAnchor.'
show:
start: '&7Anchor visualizer &2enabled.'
stop: '&7Anchor visualizer &cdisabled.'
#Event Messages
# Event Messages
event.general.nopermission = "&cYou do not have permission to do that."
event.upgrade.cannotafford = "&cYou cant afford that"
event:
general:
nopermission: '&cYou do not have permission to do that.'
upgrade:
cannotafford: '&cYou cant afford that.'