-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmessages.yml
53 lines (47 loc) · 2.53 KB
/
messages.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# -------------------------------
# HLR v1.2.2 message file
# Created by despawningbone
# -------------------------------
# Here you can set the prefix that will appear before every message this plugin sends.
#Prefix: "" # use this if you do not need any prefixes.
Prefix: "&8[&6HLR&8] "
# Here you can set the command response messages sent by the plugin.
# Available placeholders:
# %hoppername% - custom hopper name
# %fee% - transaction fee if set
# %maxamount% - max amount of hoppers that can be converted at once
# %chunklimit% - max amount of tweaked hoppers in one chunk
# Message specific placeholders:
# %player% - recipient name (GiveHopper), sender name (ReceiveHopper)
# %amount% - amount of hoppers (GiveHopper, ReceiveHopper)
Msgs:
ConvertCmd:
PlayerUseOnly: "&cThis is a player only command."
NoPermsConvert: "&cYou don't have permissions to do that."
NoMoneyConvert: "&cYou don't have enough money to convert the hopper."
ConvertSuccess: "&aSuccessfully converted the hopper to a %hoppername%&a!"
TransactionCost: "&9This transaction cost you &6$&a%fee%&9."
ConvertedHopper: "&cYou have already converted the hopper."
NotHoldingHopper: "&cYou are not holding a hopper right now."
StillCoolingDown: "&cThis command is still cooling down."
TooMuchHopperAtOnce: "&cYou cannot convert more than &e%maxamount% &choppers at once."
SubCmds:
NoPermsReload: "&cYou do not have the permission to use this command."
ReloadedPlugin: "&9HLR has been reloaded."
UnknownArgument: "&cUnknown argument. Please type /HLR help for the help menu."
GiveCmd:
GiveHopper: "&6You gave %player% %amount% %hoppername%."
ReceiveHopper: "&6You have received %amount% %hoppername% from %player%."
ReceiveHopperFromConsole: "&6You have received %amount% %hoppername%&6."
GiveToSelf: "&6You got %amount% %hoppername%&6."
InvalidAmount: "&cThe amount you have entered is invalid."
PlayerNotFound: "&cThe player specified is either not online or invalid."
NoRecipient: "&cPlease enter the person you want to give the tweaked hopper to."
NoPermsGive: "&cYou do not have the permission to use this command."
Listener:
PlacedHopper: "&eYou placed a %hoppername%&e!"
DestroyedHopper: "&cYou destroyed a %hoppername%&c!"
NotEnabledInWorld: "%hoppername% &cis not enabled in this world!"
HopperLimitReached: "&cThe %hoppername% &climit of &e%chunklimit%&c per chunk has been reached."
Timer:
CanUseConvertCmd: "&eYou can now use /converthopper again."