-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWaypointsPixlSMP.html
66 lines (66 loc) · 3.28 KB
/
WaypointsPixlSMP.html
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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>8BitSMP Dashboard</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="content">
<div class="top">
8 B i t S M P
</div>
<br>
<div class="dashboard">
<div>
<a class="links" href="./index.html"> Übersicht</a> <br>
<a class="links" href="./Konfiguration.html"> Konfiguration</a> <br>
<a class="links" href="./Plugins.html"> Plugins</a> <br>
<a class="links" href="./Screenshots.html"> Screenshots</a> <br>
<a class="links link_active" href="./Waypoints.html"> Waypoints</a> <br>
<a class="links" href="./Spieler.html"> Spieler</a>
</div>
<div class="usage">
<a class="links link_active screenshotlink" href="./Waypoints.html"> Waypoints 8BitSMP</a>
Main Dorf: <br>
X: -1621 Y: 65 Z: 1660 <br>
xaero-waypoint:Dorf:D:-1621:65:1660:1:false:0:Internal-overworld-waypoints <br> <br>
Iron Farm: <br>
X: -1446 Y: 70 Z: 1744 <br>
xaero-waypoint:Iron Farm:I:-1446:70:1744:12:false:0:Internal-overworld-waypoints <br> <br>
XP Farm: <br>
X: -1844 Y: -4 Z: 1759 <br>
xaero-waypoint:XP Farm:X:-1844:-4:1759:2:false:0:Internal-overworld-waypoints <br> <br>
Sumpf: <br>
X: -2348 Y: 64 Z: 1254 <br>
xaero-waypoint:Sumpf:S:-2348:64:1254:12:false:0:Internal-overworld-waypoints <br> <br>
Outpost: <br>
X: 311 Y: 106 Z: 1593 <br>
xaero-waypoint:Outpost:O:311:106:1593:2:false:0:Internal-overworld-waypoints <br> <br>
Korallenriff: <br>
X: -2708 Y: 63 Z: 2048 <br>
xaero-waypoint:Korallenriff:K:-2708:63:2048:3:false:0:Internal-overworld-waypoints <br> <br>
Ocean Monument: <br>
X: -1889 Y: 63 Z: 2351 <br>
xaero-waypoint:Ocean Monument:O:-1889:63:2351:13:false:0:Internal-overworld-waypoints <br> <br>
Altes Dorf: <br>
X: 408 Y: 66 Z: 2818 <br>
xaero-waypoint:Dorf:D:408:66:2818:13:false:0:Internal-overworld-waypoints <br> <br>
Spawn: <br>
X: -18 Y: 79 Z: -49 <br>
xaero-waypoint:Spawn:S:-18:79:-49:10:false:0:Internal-overworld-waypoints <br> <br>
Altes Ruined Portal: <br>
X: 247 Y: 123 Z: 340 <br>
xaero-waypoint:Ruined Portal:P:247:123:340:4:false:0:Internal-overworld-waypoints <br> <br>
End Portal: <br>
X: -1387 Y: -3 Z: -192 <br>
xaero-waypoint:End Portal:E:-1387:-3:-192:2:false:0:Internal-overworld-waypoints <br> <br>
<i>Bei Benutzung von Xaero's Minimap / Worldmap kann man die Xaero-ID in den Chat kopieren und dann den Waypoint direkt hinzufügen. </i>
</div>
</div>
</div>
</div>
</body>
</html>