-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
95 lines (94 loc) · 3.65 KB
/
config.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
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
lang:
cyrillic decoding: false
commands:
no access: "You don't have permission to use this command!"
usage: "Usage: "
fatal error: "Error occured executing command!"
no station: "There is no such station or command."
sit: "Sit in a cart on a station and run over a control block."
canceled: "Canceled!"
destination: "Current destination: "
place block: "Place a node-block and a rail first!"
place station: "Place a station-block and a rail first!"
adding node: "Adding a new node..."
adding station: "Adding a new station..."
fail reason: "Fail! Reason: "
adding success: "Successfully added!"
removing: "Removing..."
removing success: "Successfully removed!"
stand over: "You must stand over a registered node!"
no such node: "There are no nodes/stations at specified coordinates!"
linking: "Linking..."
linking success: "Successfully linked!"
or: "or"
and: "and"
enter add node: "Enter this to add the node to the map: "
enter add station: "Enter this to add the station to the map: "
cannot break: "You cannot break a block registered as a node!"
searching path: "Searching shortest path..."
path not found: "Either you are at the destination station or path not found!"
path found: "Path is found. Starting movement..."
no destination: "Destination is not specified!"
station: "Station"
node: "Node"
id: "Id"
location: "Location:"
x: "X"
y: "Y"
z: "Z"
world: "World"
connection: "Connection:"
north: "North"
east: "East"
south: "South"
west: "West"
force: "Force direction"
name: "Name"
no such command: "There is no such command for: "
name reserved: "You cannot use this name!"
arrived: "You arrived at"
already location: "There is already a node/station at that location!"
already name: "There is already a station with the same name!"
no such station: "There is no such station!"
cannot remove node: "You cannot remove node that is a station, use removestation command!"
no such node: "There is no such node"
to itself: "You cannot link a node to itself!"
one line: "Linked nodes must lay on one line!"
empty: "empty"
nodes: "Nodes:"
stations: "Stations:"
list: "List"
invalid name: "Station name is invalid! Requirements: length: < 16, characters: letters, numbers, _."
repath: "Oops! Did you miss a turn? Let us fix it..."
cannot touch: "New node cannot touch any other existing nodes!"
invalid direction: "Invalid direction: "
no link: "This node has no links in specified direction!"
unlink success: "Link removed!"
force success: "Force direction set!"
unforce success: "Force direction removed!"
drop point: "Drop point"
drop point success: "Drop point is set!"
drop same world: "Drop point must be in same world as station!"
drop distance: "Drop point must be no further than:"
distance: "Distance"
closest: "Closest stations"
estimated time: "Estimated time to arrive"
minutes: "minutes"
seconds: "seconds"
references: "Incoming links"
rename success: "Renamed successfully!"
different worlds: "You cannot perform any actions with the nodes from different worlds!"
config:
node block: 45
station block: 87
cart velocity multiplier: 1.1
empty cart ticks live: 200
chest place cart: true
prohibited stations:
- "cancel"
- "current"
- "closest"
- "info"
- "list"
backup:
ticks between backups: 36000