You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1>Joining an External {{ version.id }} Server</h1>
17
+
18
+
<p>The following steps are for streamers who are connecting to another individual's Minecraft {{ version.id }} Crowd Control server.</p>
19
+
20
+
<olv-if="!version.legacy">
21
+
<li>(Recommended) Download and install the <ahref="https://crowdcontrol.live/">Crowd Control app</a> to be able to manage the cost of effects among other settings.</li>
22
+
<li>(Optional) For extra effects and the best experience, install the client mod using the <NuxtLink:to="`/guide/fabric/client?v=${version.id}`">Fabric</NuxtLink> or <NuxtLink:to="`/guide/neoforge/client?v=${version.id}`">NeoForge</NuxtLink> Client Setup guide.</li>
23
+
<li>Join the Minecraft server in your game using the IP address provided to you by your server administrator.
24
+
<ul>
25
+
<li>This is usually the same IP address you use to connect in-game.</li>
26
+
<li>For local servers, use <code>localhost</code>.</li>
27
+
</ul>
28
+
</li>
29
+
<li>Follow the instructions in the chat to link your Crowd Control account and start your session.</li>
30
+
<li>Test some effects from the Interact Link shared in the chat to ensure everything is working.</li>
31
+
</ol>
32
+
<olv-else>
33
+
<li>Download and install the <ahref="https://crowdcontrol.live/">Crowd Control app</a>.</li>
34
+
<li>In the <strong>Game Selection</strong> tab, select <strong>Minecraft</strong>.</li>
35
+
<li>Under <strong>Select a Pack</strong>, choose the last option <strong>Minecraft (Legacy)</strong>.
36
+
<ul>
37
+
<li>If you selected the wrong option, you can click on the blue button that says "Default" on the top of the app to re-open this menu.</li>
<li>Enter your Minecraft username and click next.</li>
42
+
<li>Select <strong>Remote</strong>.</li>
43
+
<li>Enter the IP address provided to you by your server administrator and click next.
44
+
<ul>
45
+
<li>This is usually the same IP address you use to connect in-game.</li>
46
+
<li>For local servers, use <code>localhost</code>.</li>
47
+
</ul>
48
+
</li>
49
+
<li>If you were provided a secret passphrase by the server administrator, enter it here. Otherwise, leave the default value of <code>crowdcontrol</code>. Click next.</li>
50
+
<li>The checklist should now all have green checks.
51
+
<ul>
52
+
<li>If you are the server owner and are seeing Awaiting Connector or Connector Error, make sure the port 58431 is open on the server's firewall.
53
+
If your server host only assigns random ports, make sure to specify that port in the config file at <code><root>/plugins/CrowdControl/config.yml</code>.</li>
54
+
</ul>
55
+
</li>
56
+
<liv-if="fabricAvailable || neoAvailable">
57
+
(Optional) For extra effects and the best experience, install the client mod using the
<li>This is usually the same IP address you use to connect in the app.</li>
66
+
<li>For local servers, use <code>localhost</code>.</li>
67
+
</ul>
68
+
</li>
69
+
<li>(Optional) If you're sharing effects with another streamer, run the command <code>/account link INSERT_USERNAME</code> to receive their effects. Use the username from the top left corner of the Crowd Control app.</li>
70
+
<li>Click the <strong>Start Session</strong> button in the Crowd Control app.</li>
71
+
<li>Open the <strong>Effect List</strong> in the Crowd Control app to test effects.</li>
<p>For extra security, consider enabling a user whitelist using the vanilla <code>/whitelist</code> command. This prevents unknown players from joining the server and potentially griefing your builds.</p>
<h1>Joining an External {{ version.id }} Server</h1>
21
-
22
-
<p>The following steps are for streamers who are connecting to another individual's Minecraft {{ version.id }} Crowd Control server.</p>
23
-
24
-
<olv-if="!version.legacy">
25
-
<li>(Recommended) Download and install the <ahref="https://crowdcontrol.live/">Crowd Control app</a> to be able to manage the cost of effects among other settings.</li>
26
-
<li>(Optional) For extra effects and the best experience, install the client mod using the <NuxtLink:to="`/guide/fabric/client?v=${version.id}`">Fabric</NuxtLink> or <NuxtLink:to="`/guide/neoforge/client?v=${version.id}`">NeoForge</NuxtLink> Client Setup guide.</li>
27
-
<li>Join the Minecraft server in your game using the IP address provided to you by your server administrator.
28
-
<ul>
29
-
<li>This is usually the same IP address you use to connect in-game.</li>
30
-
<li>For local servers, use <code>localhost</code>.</li>
31
-
</ul>
32
-
</li>
33
-
<li>Follow the instructions in the chat to link your Crowd Control account and start your session.</li>
34
-
<li>Test some effects from the Interact Link shared in the chat to ensure everything is working.</li>
35
-
</ol>
36
-
<olv-else>
37
-
<li>Download and install the <ahref="https://crowdcontrol.live/">Crowd Control app</a>.</li>
38
-
<li>In the <strong>Game Selection</strong> tab, select <strong>Minecraft</strong>.</li>
39
-
<li>Under <strong>Select a Pack</strong>, choose the last option <strong>Minecraft (Legacy)</strong>.
40
-
<ul>
41
-
<li>If you selected the wrong option, you can click on the blue button that says "Default" on the top of the app to re-open this menu.</li>
<li>Enter your Minecraft username and click next.</li>
46
-
<li>Select <strong>Remote</strong>.</li>
47
-
<li>Enter the IP address provided to you by your server administrator and click next.
48
-
<ul>
49
-
<li>This is usually the same IP address you use to connect in-game.</li>
50
-
<li>For local servers, use <code>localhost</code>.</li>
51
-
</ul>
52
-
</li>
53
-
<li>If you were provided a secret passphrase by the server administrator, enter it here. Otherwise, leave the default value of <code>crowdcontrol</code>. Click next.</li>
54
-
<li>The checklist should now all have green checks.
55
-
<ul>
56
-
<li>If you are the server owner and are seeing Awaiting Connector or Connector Error, make sure the port 58431 is open on the server's firewall.
57
-
If your server host only assigns random ports, make sure to specify that port in the config file at <code><root>/plugins/CrowdControl/config.yml</code>.</li>
58
-
</ul>
59
-
</li>
60
-
<liv-if="fabricAvailable || neoAvailable">
61
-
(Optional) For extra effects and the best experience, install the client mod using the
<li>This is usually the same IP address you use to connect in the app.</li>
70
-
<li>For local servers, use <code>localhost</code>.</li>
71
-
</ul>
72
-
</li>
73
-
<li>(Optional) If you're sharing effects with another streamer, run the command <code>/account link INSERT_USERNAME</code> to receive their effects. Use the username from the top left corner of the Crowd Control app.</li>
74
-
<li>Click the <strong>Start Session</strong> button in the Crowd Control app.</li>
75
-
<li>Open the <strong>Effect List</strong> in the Crowd Control app to test effects.</li>
<p>For extra security, consider enabling a user whitelist using the vanilla <code>/whitelist</code> command. This prevents unknown players from joining the server and potentially griefing your builds.</p>
0 commit comments