forked from NacOJerk/RoboticCraft
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguages.yml
More file actions
60 lines (51 loc) · 1.68 KB
/
languages.yml
File metadata and controls
60 lines (51 loc) · 1.68 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
#########################
# #
# Robotic Craft #
# #
# Authors: NacoJerk, #
# DrPiggy, xShakedDev #
#########################
#########################
# PlaceHolders: #
#########################
# %PLAYER% - Player name
# %PLAYERX% - Player X location
# %PLAYERY% - Player Y location
# %PLAYERZ% - Player Z location
#########################
#No player place holder support
PREFIX: "&b&6[&cRoboticCraft&b&6]"
CRemote_OnlyPlayers: "&8Only players can use this command&4!"
CRemote_SentP1: "&8Sent a &6"
CRemote_SentP2: " &8remote to &6"
CRemote_SentP3: "&4!"
CRemote_PlayerNoFindP1: "&8Coudn't find player &6"
CRemote_PlayerNoFindP2: "&4!"
CRemote_CorrectUsage: "&8Correct usage: /remote [robot] {player}"
#GUI
BasicItem_Destroy: "&cDESTROY ROBOT"
BasicItem_Follow: "&aFollow"
BasicItem_NoFollow: "&cStop Follow"
BasicItem_Inventory: "&cOpen Robot's Inventory"
BasicItem_Fuel: "Fuel level : "
BasicItem_DontClickItem: "DONT CLICK ME"
#GUI Messages:
GUIMessageFarmer1: "[Robot] Setted position 1"
GUIMessageFarmer2: "[Robot] Setted position 2"
#GUI Titles
BasicGUIT: "&cBasic Robot GUI"
BreederGUIT: "&cBreeder Robot GUI"
CollectorGUIT: "&Collector Robot GUI"
FarmerGUIT: "&cFarmer Robot GUI"
FisherGUIT: "&cFisher Robot GUI"
HunterGUI: "&cHunter Robot GUI"
LighterGUIT: "&cLighter Robot GUI"
MinerGUIT: "&cMiner Robot GUI"
#Player place holder support
###############################
#Parts (Only found in commands usually and between them usually one of the args is)
###############################
CRemote_RecivedP1: "&8You recieved a &6"
CRemote_RecivedP2: " &8remote&4!"
CRemote_NotFoundP1: "&8Robot &6"
CRemote_NotFoundP2: " &8wasn't found&4!"