-
Notifications
You must be signed in to change notification settings - Fork 0
/
guide.html
36 lines (34 loc) · 1.64 KB
/
guide.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
<!DOCTYPE html>
<html>
<head>
<title>PGF</title>
<meta charset="utf-8">
<link rel="stylesheet" href="./css/main.css">
<link rel="icon" type="image/x-icon" href="img/pgf-icon.ico"/>
</head>
<body>
<div class="container">
<div class="logo">
<a href="https://www.pgfmc.net"><img width=128 height=auto src="./img/pgf-icon.png"/></a>
</div>
<div class="nav">
<a href="./index.html" class="button">Home</a>
<a href="./downloads.html" class="button">Seasons</a>
<a href="./donate.html" class="button">Donate</a>
<a href="./guide.html" class="button">Guide</a>
</div>
<div class="main">
<h1 class="header">Console Guide</h1>
<p>How to join servers on Xbox One/PS4/Nintendo Switch</p>
<ul>
<li>Navigate to "DNS settings" within the console's network settings.</li>
<li>Manually change the DNS. Set the primary DNS to "104.238.130.180" and the secondary DNS to "8.8.8.8".</li>
<li>Save the changes and restart the console.</li>
<li>Open Minecraft and join any featured server. If it worked, it will open to the server list.</li>
<li>Add a server. For the server address, enter "play.pgfmc.net". The port should be "19132".</li>
</ul>
<p>If you're having trouble connecting, feel free to <a href="https://discord.gg/zdxeREe" target="_blank">join the Discord</a>.</p>
</div>
</div>
</body>
</html>