-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
366 lines (357 loc) · 18.9 KB
/
Copy pathindex.html
File metadata and controls
366 lines (357 loc) · 18.9 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>PollyMC-Continued — Free Open-Source Minecraft Launcher</title>
<meta name="description" content="PollyMC-Continued is a free, open-source Minecraft launcher with no Microsoft account required. Supports offline play, custom auth servers, all mod loaders, and modpack browsers. GPL-3.0."/>
<meta name="keywords" content="PollyMC, PollyMC-Continued, Minecraft launcher, open source, offline Minecraft, no Microsoft account, Forge, Fabric, Quilt, NeoForge, Modrinth, CurseForge, authlib-injector"/>
<meta name="author" content="PollyMC-Continued Community"/>
<meta name="robots" content="index, follow"/>
<link rel="canonical" href="https://pollymc.vercel.app/"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://pollymc.vercel.app/"/>
<meta property="og:title" content="PollyMC-Continued — Free Open-Source Minecraft Launcher"/>
<meta property="og:description" content="The community revival of PollyMC. No Microsoft account. No DRM. No compromise. Supports Forge, Fabric, Quilt, NeoForge, Modrinth, FTB & CurseForge."/>
<meta property="og:image" content="https://pollymc.vercel.app/logo.png"/>
<meta property="og:site_name" content="PollyMC-Continued"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="PollyMC-Continued — Free Open-Source Minecraft Launcher"/>
<meta name="twitter:description" content="The community revival of PollyMC. No Microsoft account. No DRM. No compromise."/>
<meta name="twitter:image" content="https://pollymc.vercel.app/logo.png"/>
<meta name="theme-color" content="#080909"/>
<meta name="color-scheme" content="dark"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Mono:wght@300;400;500&family=IBM+Plex+Sans:wght@300;400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"/>
<link rel="icon" href="logo.png" type="image/png"/>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<nav>
<span class="nav-logo">PollyMC<em>-Continued</em></span>
<div class="nav-center">
<a href="#features">Features</a>
<a href="#download">Download</a>
<a href="#changelog">Changelog</a>
<a href="#faq">FAQ</a>
<a href="#about">About</a>
</div>
<div class="nav-right">
<a href="https://github.com/corecommit/PollyMC-Continued" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-github"></i> GitHub</a>
</div>
<button class="nav-hamburger" id="hamburger" aria-label="Toggle Menu" aria-expanded="false">
<i class="fa-solid fa-bars" id="hamburger-icon"></i>
</button>
</nav>
<div class="mobile-menu" id="mobile-menu">
<a href="#features" class="mobile-link"><i class="fa-solid fa-circle-nodes"></i> Features</a>
<a href="#download" class="mobile-link"><i class="fa-solid fa-download"></i> Download</a>
<a href="#changelog" class="mobile-link"><i class="fa-solid fa-code-commit"></i> Changelog</a>
<a href="#faq" class="mobile-link"><i class="fa-solid fa-circle-question"></i> FAQ</a>
<a href="#about" class="mobile-link"><i class="fa-solid fa-users"></i> About</a>
<a href="https://github.com/corecommit/PollyMC-Continued" target="_blank" rel="noopener noreferrer" class="mobile-link"><i class="fa-brands fa-github"></i> GitHub</a>
</div>
<div class="hero">
<div class="hero-main">
<div class="hero-left">
<div>
<div class="hero-eyebrow"><span class="dot"></span> Revival Release — <span class="app-version">v9.0.0</span></div>
<h1>POLLY<br>MC<br><span class="stroke">CON</span><span class="accent">TINUED</span></h1>
<p class="hero-desc">
The community revival of PollyMC. A free, open-source Minecraft launcher —
no Microsoft account, no DRM, no compromise.
</p>
</div>
<div class="hero-cta">
<a href="#download" class="btn btn-fill"><i class="fa-solid fa-download"></i> Download <span class="app-version">v9.0.0</span></a>
<a href="https://github.com/corecommit/PollyMC-Continued" target="_blank" rel="noopener noreferrer" class="btn btn-ghost"><i class="fa-brands fa-github"></i> Source Code</a>
</div>
</div>
<div class="hero-right">
<div class="terminal">
<div class="terminal-bar">
<div class="tbar-dot"></div><div class="tbar-dot"></div><div class="tbar-dot"></div>
</div>
<div class="terminal-body">
<span class="t-line"><span class="t-dim">$</span> <span class="t-green">./pollymc-continued</span> <span class="t-dim">--version</span></span>
<span class="t-line"><span class="t-white">PollyMC-Continued <span class="app-version">v9.0.0</span></span></span>
<span class="t-line t-dim">Revival Release · GPL-3.0</span>
<span class="t-line"> </span>
<span class="t-line"><span class="t-dim">$</span> <span class="t-green">./pollymc-continued</span> <span class="t-dim">--features</span></span>
<span class="t-line"><span class="t-teal">✓</span> offline-mode <span class="t-dim">enabled</span></span>
<span class="t-line"><span class="t-teal">✓</span> authlib-injector <span class="t-dim">supported</span></span>
<span class="t-line"><span class="t-teal">✓</span> forge / fabric / quilt / neo</span>
<span class="t-line"><span class="t-teal">✓</span> modrinth / ftb / curseforge</span>
<span class="t-line"><span class="t-teal">✓</span> multi-instance <span class="t-dim">management</span></span>
<span class="t-line"><span class="t-teal">✓</span> drm <span class="t-dim">→</span> <span style="color:#f87171">none</span></span>
<span class="t-line"> </span>
<span class="t-line"><span class="t-dim">$</span> <span class="cursor"></span></span>
</div>
</div>
</div>
</div>
<div class="hero-strip">
<div class="strip-item"><span class="strip-label">Version</span><span class="strip-value green app-version">v9.0.0</span></div>
<div class="strip-item"><span class="strip-label">Original by</span><span class="strip-value">fn2006</span></div>
<div class="strip-item"><span class="strip-label">Upstream</span><span class="strip-value">Prism</span></div>
<div class="strip-item"><span class="strip-label">License</span><span class="strip-value">GPL-3.0</span></div>
</div>
</div>
<section class="section" id="features">
<div class="section-head r">
<div class="section-num"><i class="fa-solid fa-circle-nodes"></i> 01 / Features</div>
<div class="section-title-wrap">
<div class="section-tag">What you get</div>
<h2>BUILT FOR FREEDOM</h2>
</div>
</div>
<div class="features-body">
<div class="feat r">
<div class="feat-icon"><i class="fa-solid fa-lock-open"></i></div>
<h3>No Microsoft Account</h3>
<p>Full offline play with no account checks on every launch. Your game, your terms.</p>
</div>
<div class="feat r">
<div class="feat-icon"><i class="fa-solid fa-server"></i></div>
<h3>Custom Auth Servers</h3>
<p>First-class authlib-injector support for private servers and alternative auth providers.</p>
</div>
<div class="feat r">
<div class="feat-icon"><i class="fa-solid fa-puzzle-piece"></i></div>
<h3>All Mod Loaders</h3>
<p>One-click install for Forge, Fabric, Quilt, NeoForge, and OptiFine — per instance.</p>
</div>
<div class="feat r">
<div class="feat-icon"><i class="fa-solid fa-layer-group"></i></div>
<h3>Multiple Instances</h3>
<p>Fully isolated installs — separate mods, configs, resource packs, and worlds.</p>
</div>
<div class="feat r">
<div class="feat-icon"><i class="fa-solid fa-boxes-stacked"></i></div>
<h3>Modpack Browser</h3>
<p>Browse and install packs from Modrinth, FTB, and CurseForge without leaving the launcher.</p>
</div>
<div class="feat r">
<div class="feat-icon"><i class="fa-brands fa-osi"></i></div>
<h3>Fully Open Source</h3>
<p>GPL-3.0 licensed. Every line auditable. No telemetry, no analytics, no surprises.</p>
</div>
</div>
</section>
<section class="section" id="download">
<div class="section-head r">
<div class="section-num"><i class="fa-solid fa-download"></i> 02 / Download</div>
<div class="section-title-wrap">
<div class="section-tag">Get the launcher</div>
<h2>PICK YOUR PLATFORM</h2>
</div>
</div>
<div class="dl-body">
<div class="dl-card r">
<i class="fa-brands fa-windows dl-os-icon"></i>
<div class="dl-os-name">Windows</div>
<div class="dl-filename" id="dl-win-filename">Fetching latest...</div>
<div class="dl-dropdown" id="dl-win-ver">
<button class="dl-dropdown-btn" type="button" aria-haspopup="listbox" aria-expanded="false">
<span class="dl-dropdown-value">Loading...</span>
<i class="fa-solid fa-chevron-down dl-dropdown-caret"></i>
</button>
<div class="dl-dropdown-menu" role="listbox"></div>
</div>
<a id="dl-win" class="dl-card-link" href="https://github.com/corecommit/PollyMC-Continued/releases" target="_blank" rel="noopener noreferrer">
<div class="dl-footer">
<span class="dl-size">x64 · Installer</span>
<span class="dl-badge" id="dl-win-badge"><i class="fa-solid fa-hammer"></i> WIP</span>
<i class="fa-solid fa-arrow-down dl-arrow" id="dl-win-arrow"></i>
</div>
</a>
</div>
<div class="dl-card r">
<i class="fa-brands fa-linux dl-os-icon"></i>
<div class="dl-os-name">Linux</div>
<div class="dl-filename" id="dl-linux-filename">Fetching latest...</div>
<div class="dl-dropdown" id="dl-linux-ver">
<button class="dl-dropdown-btn" type="button" aria-haspopup="listbox" aria-expanded="false">
<span class="dl-dropdown-value">Loading...</span>
<i class="fa-solid fa-chevron-down dl-dropdown-caret"></i>
</button>
<div class="dl-dropdown-menu" role="listbox"></div>
</div>
<a id="dl-linux" class="dl-card-link" href="https://github.com/corecommit/PollyMC-Continued/releases" target="_blank" rel="noopener noreferrer">
<div class="dl-footer">
<span class="dl-size">.AppImage · x86_64</span>
<span class="dl-badge" id="dl-linux-badge"><i class="fa-solid fa-hammer"></i> WIP</span>
<i class="fa-solid fa-arrow-down dl-arrow" id="dl-linux-arrow"></i>
</div>
</a>
</div>
<div class="dl-card r">
<i class="fa-brands fa-apple dl-os-icon"></i>
<div class="dl-os-name">macOS</div>
<div class="dl-filename" id="dl-mac-filename">Fetching latest...</div>
<div class="dl-dropdown" id="dl-mac-ver">
<button class="dl-dropdown-btn" type="button" aria-haspopup="listbox" aria-expanded="false">
<span class="dl-dropdown-value">Loading...</span>
<i class="fa-solid fa-chevron-down dl-dropdown-caret"></i>
</button>
<div class="dl-dropdown-menu" role="listbox"></div>
</div>
<a id="dl-mac" class="dl-card-link" href="https://github.com/corecommit/PollyMC-Continued/releases" target="_blank" rel="noopener noreferrer">
<div class="dl-footer">
<span class="dl-size">Universal · DMG</span>
<span class="dl-badge" id="dl-mac-badge"><i class="fa-solid fa-hammer"></i> WIP</span>
<i class="fa-solid fa-arrow-down dl-arrow" id="dl-mac-arrow"></i>
</div>
</a>
</div>
</div>
</section>
<section class="section" id="changelog">
<div class="section-head r">
<div class="section-num"><i class="fa-solid fa-code-commit"></i> 03 / Changelog</div>
<div class="section-title-wrap">
<div class="section-tag">Release notes</div>
<h2>WHAT'S NEW</h2>
</div>
</div>
<div class="changelog-body r">
<div class="cl-sidebar">
<div class="cl-version app-version">v9.0.0</div>
<div class="cl-date">Revival Release · 2025</div>
<span class="cl-tag">Community Build</span>
</div>
<div class="cl-content">
<div class="cl-group">
<div class="cl-group-head new"><i class="fa-solid fa-sparkles"></i> New</div>
<ul>
<li>Offline accounts — add and play without Microsoft login</li>
<li>No demo mode for offline accounts — full game access</li>
<li>Custom offline skin support with local skin agent</li>
<li>Quick Launch button — relaunch last played instance instantly</li>
<li>Performance presets with auto RAM detection (Low/Medium/High)</li>
<li>Instance backup and restore as zip files</li>
<li>Crash Reports viewer — quick access to crash logs</li>
<li>Minimize to system tray instead of closing</li>
<li>Memory usage monitor in the status bar</li>
<li>Resolution presets (720p/1080p/1440p/4K)</li>
<li>Auto-launch last played instance on startup</li>
<li>NSIS setup installer with upgrade support and launch checkbox</li>
<li>Custom PollyMC-Continued icon throughout the app</li>
</ul>
</div>
<div class="cl-group">
<div class="cl-group-head improved"><i class="fa-solid fa-arrow-trend-up"></i> Improved</div>
<ul>
<li>Setup wizard now offers offline account option on first launch</li>
<li>Skin management enabled for offline accounts</li>
<li>Account list shows offline/online status clearly</li>
<li>Better Java auto-detection for modern JDK versions</li>
</ul>
</div>
<div class="cl-group">
<div class="cl-group-head fixed"><i class="fa-solid fa-wrench"></i> Fixed</div>
<ul>
<li>Offline accounts no longer forced into demo mode</li>
<li>Removed hardcoded Prism Launcher strings throughout UI</li>
<li>Fixed missing DLL dependencies for new installations</li>
<li>Fixed skin agent crash on certain Java versions</li>
</ul>
</div>
</div>
</div>
</section>
<section class="section" id="faq">
<div class="section-head r">
<div class="section-num"><i class="fa-solid fa-circle-question"></i> 04 / FAQ</div>
<div class="section-title-wrap">
<div class="section-tag">Common questions</div>
<h2>FREQUENTLY ASKED</h2>
</div>
</div>
<div class="faq-body r">
<div class="faq-col">
<details>
<summary>Is this safe to use? <span class="sq"><i class="fa-solid fa-plus"></i></span></summary>
<div class="faq-answer">Yes. PollyMC-Continued is fully open source under GPL-3.0. Every line of code is readable on GitHub. No telemetry, no tracking, no hidden processes of any kind.</div>
</details>
<details>
<summary>Do I need a Microsoft account? <span class="sq"><i class="fa-solid fa-plus"></i></span></summary>
<div class="faq-answer">No. Offline play requires no account at all. You can also authenticate with a legacy Mojang account, though online-mode servers won't accept it.</div>
</details>
<details>
<summary>Can I join online servers? <span class="sq"><i class="fa-solid fa-plus"></i></span></summary>
<div class="faq-answer">Only with a valid Microsoft account. Offline accounts work on servers with online-mode disabled, or private servers running custom auth via authlib-injector.</div>
</details>
</div>
<div class="faq-col">
<details>
<summary>What's different from the original PollyMC? <span class="sq"><i class="fa-solid fa-plus"></i></span></summary>
<div class="faq-answer">PollyMC-Continued starts from v9.0.0 onward. It syncs the upstream base, adds NeoForge support, and commits to long-term community maintenance.</div>
</details>
<details>
<summary>Is this affiliated with Prism or PolyMC? <span class="sq"><i class="fa-solid fa-plus"></i></span></summary>
<div class="faq-answer">No. This is an independent community project. It uses Prism Launcher as an upstream base but is not endorsed by or affiliated with either project.</div>
</details>
<details>
<summary>How do I contribute? <span class="sq"><i class="fa-solid fa-plus"></i></span></summary>
<div class="faq-answer">Open an issue or pull request on GitHub. All contributions welcome — code, translations, documentation, and bug reports.</div>
</details>
</div>
</div>
</section>
<section class="section" id="about">
<div class="section-head r">
<div class="section-num"><i class="fa-solid fa-users"></i> 05 / About</div>
<div class="section-title-wrap">
<div class="section-tag">Credits</div>
<h2>WHO MADE THIS</h2>
</div>
</div>
<div class="credits-body r">
<div class="credit">
<div class="credit-icon"><i class="fa-solid fa-star"></i></div>
<div class="credit-name">fn2006</div>
<div class="credit-role">Original Creator</div>
<div class="credit-desc">Created PollyMC, the project this launcher revives and continues.</div>
</div>
<div class="credit">
<div class="credit-icon"><i class="fa-solid fa-people-group"></i></div>
<div class="credit-name">Community</div>
<div class="credit-role">PollyMC-Continued</div>
<div class="credit-desc">The contributors who revived and maintain this project.</div>
</div>
<div class="credit">
<div class="credit-icon"><i class="fa-solid fa-code-branch"></i></div>
<div class="credit-name">Prism Launcher</div>
<div class="credit-role">Upstream Base</div>
<div class="credit-desc">The open source launcher this project forks from.</div>
</div>
<div class="credit">
<div class="credit-icon"><i class="fa-solid fa-landmark"></i></div>
<div class="credit-name">PolyMC</div>
<div class="credit-role">Prior Art</div>
<div class="credit-desc">The launcher PollyMC originally forked from.</div>
</div>
</div>
<div class="disclaimer">
<i class="fa-solid fa-circle-info" style="margin-right:0.5rem;"></i>
PollyMC-Continued is not affiliated with Mojang Studios, Microsoft, PolyMC, or Prism Launcher.
Minecraft is a trademark of Mojang Studios. Provided as-is under the GPL-3.0 license.
</div>
</section>
<footer>
<div class="footer-left">
<div class="footer-logo">PollyMC<em>-Continued</em></div>
<div class="footer-copy"><span class="app-version">v9.0.0</span> · GPL-3.0 · Community Project</div>
</div>
<div class="footer-right">
<a href="https://github.com/corecommit/PollyMC-Continued" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-github"></i> GitHub</a>
<a href="#download"><i class="fa-solid fa-download"></i> Download</a>
<a href="#faq"><i class="fa-solid fa-circle-question"></i> FAQ</a>
</div>
</footer>
<script src="app.js"></script>
</body>
</html>