-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
372 lines (360 loc) · 19.9 KB
/
index.html
File metadata and controls
372 lines (360 loc) · 19.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
367
368
369
370
371
372
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>uSkyBlock | Skyblock Plugin for Paper and Spigot</title>
<meta
name="description"
content="Home of uSkyBlock, the open-source Skyblock plugin for Paper and Spigot. Download the latest release, read the docs, and find guides for players, server admins, and developers."
/>
<meta name="google-site-verification" content="OoC4VFs1sRyGvIJEyDK_nDrEPJ26eRv2W_87U1qg7zE"/>
<meta name="msvalidate.01" content="7F394C24B62FB4C8AEB8C543D05AD161"/>
<link rel="canonical" href="https://uskyblock.github.io/"/>
<link rel="icon" href="/assets/favicon/favicon.ico"/>
<link rel="icon" href="/assets/favicon/favicon.svg" type="image/svg+xml"/>
<link rel="icon" href="/assets/favicon/favicon-32x32.png" type="image/png" sizes="32x32"/>
<link rel="icon" href="/assets/favicon/favicon-16x16.png" type="image/png" sizes="16x16"/>
<link rel="apple-touch-icon" href="/assets/favicon/favicon-256x256.png" sizes="256x256"/>
<meta property="og:title" content="uSkyBlock | Skyblock Plugin for Paper and Spigot"/>
<meta
property="og:description"
content="Home of uSkyBlock, the open-source Skyblock plugin for Paper and Spigot. Download the latest release, read the docs, and find guides for players, server admins, and developers."
/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://uskyblock.github.io/"/>
<meta property="og:site_name" content="uSkyBlock"/>
<meta property="og:image" content="https://uskyblock.github.io/assets/uskyblock-hero-720p.png"/>
<meta property="og:image:width" content="1280"/>
<meta property="og:image:height" content="720"/>
<meta property="og:image:alt"
content="uSkyBlock Skyblock artwork showing two players on a floating starter island with a tree and chest"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="uSkyBlock | Skyblock Plugin for Paper and Spigot"/>
<meta
name="twitter:description"
content="Home of uSkyBlock, the open-source Skyblock plugin for Paper and Spigot. Download the latest release, read the docs, and find guides for players, server admins, and developers."
/>
<meta name="twitter:image" content="https://uskyblock.github.io/assets/uskyblock-hero-720p.png"/>
<meta name="twitter:image:alt"
content="uSkyBlock Skyblock artwork showing two players on a floating starter island with a tree and chest"/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://uskyblock.github.io/#organization",
"name": "uSkyBlock",
"alternateName": "uSkyBlock Revived",
"url": "https://uskyblock.github.io/",
"sameAs": [
"https://github.com/uskyblock",
"https://github.com/uskyblock/uSkyBlock",
"https://dev.bukkit.org/projects/uskyblock",
"https://www.spigotmc.org/resources/uskyblock-revived.66795/",
"https://hangar.papermc.io/uSkyBlock/uSkyBlock",
"https://crowdin.com/project/uskyblock-revived"
]
},
{
"@type": "WebSite",
"@id": "https://uskyblock.github.io/#website",
"url": "https://uskyblock.github.io/",
"name": "uSkyBlock",
"alternateName": "uSkyBlock Revived",
"description": "uSkyBlock is an open-source Skyblock plugin for Paper and Spigot.",
"publisher": {
"@id": "https://uskyblock.github.io/#organization"
}
},
{
"@type": "WebPage",
"@id": "https://uskyblock.github.io/#webpage",
"url": "https://uskyblock.github.io/",
"name": "uSkyBlock | Skyblock Plugin for Paper and Spigot",
"description": "uSkyBlock is an open-source Skyblock plugin for Paper and Spigot.",
"isPartOf": {
"@id": "https://uskyblock.github.io/#website"
},
"about": {
"@id": "https://uskyblock.github.io/#software"
},
"primaryImageOfPage": {
"@id": "https://uskyblock.github.io/#primaryimage"
}
},
{
"@type": "ImageObject",
"@id": "https://uskyblock.github.io/#primaryimage",
"url": "https://uskyblock.github.io/assets/uskyblock-hero-1280.webp",
"contentUrl": "https://uskyblock.github.io/assets/uskyblock-hero-1280.webp",
"width": 1280,
"height": 720,
"caption": "uSkyBlock Skyblock artwork showing two players on a floating starter island with a tree and chest"
},
{
"@type": "SoftwareApplication",
"@id": "https://uskyblock.github.io/#software",
"name": "uSkyBlock",
"alternateName": "uSkyBlock Revived",
"description": "A maintained, open-source Skyblock plugin for Minecraft servers running Paper and Spigot.",
"applicationCategory": "GameApplication",
"operatingSystem": "Cross-platform",
"runtimePlatform": [
"Paper",
"Spigot"
],
"softwareRequirements": "Minecraft server running Paper or Spigot",
"url": "https://uskyblock.github.io/",
"image": {
"@id": "https://uskyblock.github.io/#primaryimage"
},
"downloadUrl": "https://github.com/uskyblock/uSkyBlock/releases/latest",
"installUrl": "https://uskyblock.github.io/docs/admin/setup/",
"softwareHelp": "https://uskyblock.github.io/docs/",
"codeRepository": "https://github.com/uskyblock/uSkyBlock",
"publisher": {
"@id": "https://uskyblock.github.io/#organization"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"sameAs": [
"https://github.com/uskyblock/uSkyBlock",
"https://dev.bukkit.org/projects/uskyblock",
"https://www.spigotmc.org/resources/uskyblock-revived.66795/",
"https://hangar.papermc.io/uSkyBlock/uSkyBlock",
"https://crowdin.com/project/uskyblock-revived"
],
"keywords": [
"uSkyBlock",
"Skyblock plugin",
"Paper Skyblock plugin",
"Spigot Skyblock plugin"
]
}
]
}
</script>
<link rel="stylesheet" href="/styles.css"/>
</head>
<body>
<header class="site-header">
<div class="container header-inner">
<a class="brand" href="/" aria-label="uSkyBlock home">
<span class="brand-name">uSkyBlock</span>
<span class="brand-note">Official home</span>
</a>
<nav class="nav" aria-label="Primary">
<a href="https://uskyblock.github.io/docs/">Docs</a>
<a href="https://github.com/uskyblock/uSkyBlock">GitHub</a>
<a href="https://github.com/uskyblock/uSkyBlock/releases/latest">Downloads</a>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<div class="hero-top">
<div class="hero-copy">
<h1>uSkyBlock</h1>
<p class="lead">
Skyblock for Spigot and Paper.
</p>
<p class="supporting-copy">
Start on a small floating island, build it into something thriving, complete
challenges, and team up with other players to push your island further.
</p>
<div class="actions">
<a class="button button-primary" href="https://github.com/uskyblock/uSkyBlock/releases/latest">
Download uSkyBlock
</a>
</div>
</div>
<figure class="hero-art">
<img
src="/assets/uskyblock-hero-1280.webp"
srcset="/assets/uskyblock-hero-640.webp 640w, /assets/uskyblock-hero-1280.webp 1280w"
sizes="(max-width: 720px) calc(100vw - 1.25rem), (max-width: 980px) 22rem, 480px"
alt="uSkyBlock Skyblock artwork showing two players on a floating starter island with a tree and chest"
width="1280"
height="720"
fetchpriority="high"
decoding="async"
/>
</figure>
</div>
<section class="route-panel" aria-labelledby="route-title">
<h2 id="route-title">Guides</h2>
<div class="route-grid">
<a class="route-card" href="https://uskyblock.github.io/docs/players/">
<h3 class="card-title">Players</h3>
<p class="card-copy">
Learn islands, challenges, parties, and the player command flow.
</p>
<span class="route-cta">Open player docs</span>
</a>
<a class="route-card route-card-featured" href="https://uskyblock.github.io/docs/admin/setup/">
<h3 class="card-title">Server admins</h3>
<p class="card-copy">
Install uSkyBlock, verify startup, and configure gameplay for your server.
</p>
<span class="route-cta">Open setup guide</span>
</a>
<a class="route-card" href="https://uskyblock.github.io/docs/developers/">
<h3 class="card-title">Developers</h3>
<p class="card-copy">
Build from source, inspect the architecture, and extend the plugin responsibly.
</p>
<span class="route-cta">Open developer docs</span>
</a>
</div>
</section>
</div>
</section>
<section class="why">
<div class="container why-shell">
<div class="why-intro">
<h2>Why uSkyBlock</h2>
<p>
uSkyBlock gives you a complete Skyblock foundation with island progression, deep customization,
and a maintained open-source codebase you can build on long term.
</p>
</div>
<div class="why-grid">
<article class="why-card">
<div class="why-icon" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-layers-icon lucide-layers">
<path d="M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z"/>
<path d="M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12"/>
<path d="M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17"/>
</svg>
</div>
<h3 class="card-title">Complete Skyblock gameplay</h3>
<p class="card-copy">
Build your server around islands, progression, challenges, and party play.
</p>
</article>
<article class="why-card">
<div class="why-icon" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-sliders-horizontal-icon lucide-sliders-horizontal">
<path d="M10 5H3"/>
<path d="M12 19H3"/>
<path d="M14 3v4"/>
<path d="M16 17v4"/>
<path d="M21 12h-9"/>
<path d="M21 19h-5"/>
<path d="M21 5h-7"/>
<path d="M8 10v4"/>
<path d="M8 12H3"/>
</svg>
</div>
<h3 class="card-title">Deep customization</h3>
<p class="card-copy">
Shape the experience with focused configuration including challenge design,
biome options, custom islands, and more.
</p>
</article>
<article class="why-card">
<div class="why-icon" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-puzzle-icon lucide-puzzle">
<path d="M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z"/>
</svg>
</div>
<h3 class="card-title">Integrates with your server</h3>
<p class="card-copy">
Extend uSkyBlock through its public API and placeholder support so it fits cleanly into
your server.
</p>
</article>
<article class="why-card">
<div class="why-icon" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-git-branch-icon lucide-git-branch">
<path d="M15 6a9 9 0 0 0-9 9V3"/>
<circle cx="18" cy="6" r="3"/>
<circle cx="6" cy="18" r="3"/>
</svg>
</div>
<h3 class="card-title">Open source with proven lineage</h3>
<p class="card-copy">
uSkyBlock is fully open source under GPLv3, free to run, and backed by more than a decade
of project history.
</p>
</article>
<article class="why-card">
<div class="why-icon" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-wrench-icon lucide-wrench">
<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z"/>
</svg>
</div>
<h3 class="card-title">Maintained for modern servers</h3>
<p class="card-copy">
Continues to evolve for current Paper and Spigot versions, with new features,
docs, support, and maintenance.
</p>
</article>
<article class="why-card">
<div class="why-icon" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-globe-icon lucide-globe">
<circle cx="12" cy="12" r="10"/>
<path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"/>
<path d="M2 12h20"/>
</svg>
</div>
<h3 class="card-title">International by default</h3>
<p class="card-copy">
Support international player communities with bundled translations into 53 languages.
</p>
</article>
</div>
</div>
</section>
<section class="hub">
<div class="container hub-shell">
<h2>Project hub</h2>
<div class="hub-grid">
<a class="hub-card" href="https://uskyblock.github.io/docs/">
<h3 class="card-title">Documentation</h3>
<p class="card-copy">Canonical docs for players, admins, and developers.</p>
</a>
<a class="hub-card" href="https://github.com/uskyblock/uSkyBlock">
<h3 class="card-title">GitHub</h3>
<p class="card-copy">Source code, releases, issues, and active development.</p>
</a>
<a class="hub-card" href="https://crowdin.com/project/uskyblock-revived">
<h3 class="card-title">Crowdin</h3>
<p class="card-copy">Help translate uSkyBlock and improve localization.</p>
</a>
<a class="hub-card" href="https://www.spigotmc.org/resources/uskyblock-revived.66795/">
<h3 class="card-title">Spigot</h3>
<p class="card-copy">Plugin listing for the Spigot ecosystem.</p>
</a>
<a class="hub-card" href="https://dev.bukkit.org/projects/uskyblock">
<h3 class="card-title">BukkitDev</h3>
<p class="card-copy">Legacy project listing and historical distribution page on dev.bukkit.org.</p>
</a>
<a class="hub-card" href="https://hangar.papermc.io/uSkyBlock/uSkyBlock">
<h3 class="card-title">Hangar</h3>
<p class="card-copy">Paper-friendly release listing and discovery.</p>
</a>
</div>
</div>
</section>
</main>
</body>
</html>