-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.json
More file actions
134 lines (128 loc) · 11.2 KB
/
en.json
File metadata and controls
134 lines (128 loc) · 11.2 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"command.tpa.description": "Teleport command",
"message.plot.help.1": "§ePlot Commands",
"message.plot.help.2": "§e/plot §7Opens the plot menu.",
"message.plot.help.3": "§e/plot find §7Teleports you to an empty plot.",
"message.plot.help.4": "§e/plot buy §7Allows you to purchase the empty plot you are standing on.",
"message.plot.help.5": "§e/plot partners [plot number] §7Opens the partners menu for your plot.",
"message.plot.help.6": "§e/plot visit [plot number] §7Teleports you to the specified plot. §f(The plot must be public.)",
"message.plot.help.7": "§e/plot invite [partner / plot] [plot number] [accept / deny] §7Accepts or declines a §fpartner/plot transfer §7invitation sent to you.",
"message.plot.help.8": "§e/plot invite list §7Lists all invitations sent to you.",
"message.plot.help.9": "§e/plot list §7Lists all your plots.",
"message.plot.help.10": "§e/plot teleport [plot number] §7Teleports you to your specified §fown/partner §7plot.",
"message.plot.help.11": "§e/plot settings [plot number] [lock] [public / private] §7Updates the settings of your specified plot.",
"message.plot.help.12": "§e/plot setspawn §7Updates the spawn point of the plot you are currently on.",
"message.plot.help.13": "§e/plot setname [name] §7Updates the name of the plot you are standing on.",
"message.plot.help.14": "§e/plot delete [plot number] §7Releases the specified plot.",
"message.plot.help.15": "§e/plot reset [plot number] §7Resets the specified plot.",
"message.plot.help.16": "§e/plot transfer [plot number] [player] [price] §7Sends an invitation to the specified player to transfer the specified plot.",
"message.plot.help.17": "§e/plot partner [plot number] [add / remove] [player] §fAdds/removes §7a partner for your specified plot.",
"message.plot.help.18": "§e/plot partner [plot number] setting [partner name] [isBlockAction / isChestAction / isItemAction / canDoLock] [true / false] §7Updates the partner settings for your specified plot.",
"message.plot.help.19": "§e/plot partner [plot number] list §7Lists the partners of your specified plot.",
"message.plot.help.20": "§e/plot confirm §7Gives §aapproval §7for certain changes made to your plot.",
"message.plot.help.21": "§e/plot cancel §7Gives §crejection §7for certain changes made to your plot.",
"message.plot.world.already.exists": "§cThe plot world has already been created!",
"message.plot.generate.success": "§aThe plot world generation has started...",
"message.plot.find.search": "§aSearching for a suitable plot for you...",
"message.plot.find.success": "§aA suitable plot has been found for you, teleporting!",
"message.plot.world.error": "§cYou can only use this command in the §4plots §cworld!",
"message.plot.buy.success": "§aYou have successfully purchased the plot you are standing on!",
"message.plot.other.player.own.error": "§cThe plot you are standing on does not belong to you!",
"message.plot.name.length.error": "§cThe plot name you entered must be between §41-10 §ccharacters long!",
"message.plot.set.name.success": "§aThe name of your plot has been successfully updated!",
"message.plot.set.spawn.success": "§aThe spawn point of your plot has been successfully updated!",
"message.plot.spawn.need.block.error": "§cThere must be a block beneath you to set the spawn point of your plot!",
"message.plot.not.area.error": "§cThe location you are currently in is not within a plot!",
"message.plot.not.own.error": "§cThe specified plot does not belong to you!",
"message.plot.process.start": "§aYou need to give approval to continue the ongoing action!\n§7To approve, use §2/plot confirm\n§7To cancel the action, use §c/plot cancel",
"message.plot.process.not.found.error": "§cYou do not have any pending actions!",
"message.plot.process.confirm": "§aYou have successfully approved the action!",
"message.plot.process.cancel": "§aYou have successfully canceled the action!",
"message.plot.reset.success": "§aThe plot reset process has been successfully completed!",
"message.plot.teleport.success": "§aYou have successfully teleported to your plot!",
"message.plot.settings.update.success": "§aThe settings of your plot have been successfully updated!",
"message.plot.settings.not.found.error": "§cThe setting you entered could not be found! §4(/plot ?)",
"message.plot.list.empty": "§cYou do not own any purchased plots!",
"message.plot.list.title": "§ePlot List:",
"message.plot.list.line.with.name": " §8- §2#%plotId% §8-> §7[%plotName%]",
"message.plot.list.line.without.name": " §8- §2#%plotId%",
"message.plot.transfer.offer.receiver": "§aYou have received a transfer request from §2%sender% §afor plot §2#%plotId%§a!\n§2Price: §a%money% §2%currency%\n\n§7To approve, use §2/plot confirm\n§7To cancel the action, use §c/plot cancel",
"message.plot.player.offline": "§cThe specified player is not currently online!",
"message.plot.partner.list.title": "§ePlot Partners List:",
"message.plot.partner.list.line": " §8- §g%partnerName%",
"message.plot.partner.list.empty": "§cThere are no partners on the specified plot!",
"message.plot.partner.send.invite": "§aA partnership invitation has been sent to the specified player!",
"message.plot.partner.not.found.error": "§cThe specified player is not your partner!",
"message.plot.partner.remove.success": "§aThe player has been successfully removed from the partnership!",
"message.plot.invite.list.empty": "§cYou have no invitations!",
"message.plot.invite.list.title": "§ePlot Invitations List:",
"message.plot.invite.list.line.plot": " §8- §g#%plotId% §8-> §7[Offer For Transfer Plot] §f%sender%, §a%money% §2%currency%",
"message.plot.invite.list.line.partner": " §8- §g#%plotId% §8-> §7[Offer For Partnership] §f%sender%",
"message.plot.invite.not.found.error": "§cThere are no invitations for the specified plot!",
"message.plot.invite.deny": "§cYou have denied the incoming invitation!",
"message.plot.invite.confirm": "§aYou have accepted the incoming invitation!",
"message.plot.invite.deny.by.receiver": "§4%username% §chas denied your invitation!",
"message.plot.invite.confirm.by.receiver": "§2%username% §ahas accepted your invitation!",
"message.plot.not.found.error": "§cThe specified plot could not be found!",
"message.plot.is.lock": "§cYou can not enter because the plot is §4locked!",
"message.plot.visit.notification": "§2%username% §ais visiting your plot #%plotId%!",
"message.plot.partner.settings.update.success": "§aYour partner's settings have been successfully updated!",
"message.plot.partner.receive.invite": "§2%sender% §ahas sent you a partnership invitation for plot §2#%plotId%! §2(/plot invite list)",
"message.plot.player.own.error": "§cThis plot already has an §4owner!",
"message.plot.block.action.error": "§cYou can not place or break blocks on this plot!",
"message.plot.block.break.spawn.point.error": "§cYou can not break the plot's spawn point!",
"message.plot.not.area.action.error": "§cYou can not interact with this area!",
"message.plot.partner.settings.block.action.error": "§cYou do not have permission to place or break blocks on this plot!",
"message.plot.block.place.spawn.point.error": "§cYou can not place a block on the plot's spawn point!",
"message.plot.partner.settings.chest.interaction.error": "§cYou do not have permission to open chests on this plot!",
"message.plot.partner.settings.item.action.error": "§cYou do not have permission to drop or pick up items on this plot!",
"message.plot.block.place.limit.error": "§cYou can not place blocks any higher!",
"message.plot.player.plots.not.found": "§cThe specified player does not own any plots!",
"message.plot.reset.time.error": "§cYou have already reset this plot recently!",
"message.plot.setting.lock.not.permission.error": "§cYou do not have permission to lock this plot!",
"message.economy.money.change.success": "§aThe player's money has been successfully updated!",
"message.economy.self.money": "§aYour Money: §2%money% %currency%",
"message.economy.not.enough.money.error": "§cYou do not have enough money!",
"message.economy.money.send.success": "§aMoney has been successfully sent to the player!",
"message.economy.money.send.success.receiver": "§2%sender% §ahas sent you §2%money% %currency%§a!",
"message.economy.max.page.limit.error": "§cYou have exceeded the maximum page limit!",
"message.economy.top.rich.title": "§7-= §l§uRICH LIST§r §7=-",
"message.economy.top.rich.page.number": "§7Page: §f%pageNumber%§7/§f%maxPageNumber%",
"message.economy.top.rich.row.text": "§8[%color%%rank%§8] §p%username% §7- §a%money% §2%currency%",
"message.argument.not.exists": "§cPlease enter the required arguments!",
"message.not.do.action.self.error": "§cYou cannot perform this action on yourself!",
"message.not.numeric.value.error": "§cPlease enter a numeric value!",
"message.something.wrong.error": "§cSomething went wrong, please try again!",
"message.player.not.found.error": "§cPlayer not found!",
"message.player.data.not.found.error": "§cPlayer data not found!",
"tip.plot.in.area.owner.null": "§7The plot you are standing on, §f#%plotId%, §7has no owner.\n§7Price: §a%price% §2%currency%",
"tip.plot.info": "§7The plot you are standing on, §f#%plotId%, §7belongs to §f%owner%§7.",
"form.plot.title": "Plot",
"form.plot.button.find": "Find Plot",
"form.plot.button.visit": "Visit Plot",
"form.plot.button.partner.plots": "Partner Plots",
"form.plot.button.list": "My Plots",
"form.plot.dropdown.text.player": "Players:",
"form.plot.prefix": "Plot",
"form.plot.label.text.player.search": "\n§7Please select the player you want to search.",
"form.plot.partner.title": "Partner",
"form.plot.partner.label.text.no.partner": "\n§7You have no partners.",
"form.plot.partner.label.text.count.partner": "\n§f%partnerCount% §7partners found.",
"form.plot.partner.add": "Add Partner",
"form.plot.partner.delete": "Remove from Partnership",
"form.plot.partner.list": "Partners",
"form.plot.partner.toggle.text.setting.block_action": "Block Place/Break",
"form.plot.partner.toggle.text.setting.chest_interaction": "Chest Interaction",
"form.plot.partner.toggle.text.setting.item_action": "Item Drop/Pickup",
"form.plot.partner.toggle.text.setting.can_do_lock": "Can Lock Plot",
"form.plot.button.setting.lock.true": "Plot Lock\n§4Locked",
"form.plot.button.setting.lock.false": "Plot Lock\n§2Open to Everyone",
"form.plot.button.set.spawn": "Set Plot Spawn Point",
"form.plot.input.text.money": "Money:",
"form.plot.button.teleport": "Teleport to Plot",
"form.plot.button.partner": "Plot Partners",
"form.plot.button.settings": "Plot Settings",
"form.plot.button.transfer": "Transfer Plot",
"form.plot.button.reset": "Reset Plot",
"form.plot.button.delete": "Delete Plot"
}