-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
201 lines (188 loc) · 12.9 KB
/
index.html
File metadata and controls
201 lines (188 loc) · 12.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ChafficPlugins - Free Minecraft Server Plugins</title>
<meta name="description" content="Open-source Minecraft server plugins. Drugs, mining progression, and developer tools.">
<link rel="stylesheet" href="style/main.css">
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
</head>
<body>
<div class="bg-decoration"></div>
<!-- Hero -->
<header class="hero fade-in">
<div class="hero-logo" onclick="window.location.href='https://chafficplugins.github.io'">
<img src="img/favicon.ico" alt="ChafficPlugins">
</div>
<h1 class="hero-title">ChafficPlugins</h1>
<p class="hero-subtitle">Open-source Minecraft server plugins, actively maintained since 2019.</p>
<a class="hero-docs-link" href="/docs/">
Read the Docs
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M3 10a.75.75 0 01.75-.75h10.638L10.23 5.29a.75.75 0 111.04-1.08l5.5 5.25a.75.75 0 010 1.08l-5.5 5.25a.75.75 0 11-1.04-1.08l4.158-3.96H3.75A.75.75 0 013 10z" clip-rule="evenodd"/></svg>
</a>
</header>
<!-- Plugins -->
<section class="section fade-in fade-in-delay-1">
<p class="section-label">Plugins</p>
<h2 class="section-title">What We Make</h2>
<div class="plugin-grid">
<article class="plugin-card">
<div class="plugin-card-icon">💊</div>
<span class="plugin-card-tag">Spigot Plugin</span>
<h3 class="plugin-card-name">MyTrip</h3>
<p class="plugin-card-desc">Custom drugs for Minecraft. Create substances with unique crafting recipes, effects, and prices.</p>
<div class="plugin-card-links">
<a class="plugin-card-link" href="https://www.spigotmc.org/resources/mytrip-amazing-drugs-in-minecraft.76816/" target="_blank" rel="noopener noreferrer">
View on SpigotMC
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M3 10a.75.75 0 01.75-.75h10.638L10.23 5.29a.75.75 0 111.04-1.08l5.5 5.25a.75.75 0 010 1.08l-5.5 5.25a.75.75 0 11-1.04-1.08l4.158-3.96H3.75A.75.75 0 013 10z" clip-rule="evenodd"/></svg>
</a>
<a class="plugin-card-download" href="https://github.com/ChafficPlugins/MyTrip/releases/latest" target="_blank" rel="noopener noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M10.75 2.75a.75.75 0 00-1.5 0v8.614L6.295 8.235a.75.75 0 10-1.09 1.03l4.25 4.5a.75.75 0 001.09 0l4.25-4.5a.75.75 0 00-1.09-1.03l-2.955 3.129V2.75z"/><path d="M3.5 12.75a.75.75 0 00-1.5 0v2.5A2.75 2.75 0 004.75 18h10.5A2.75 2.75 0 0018 15.25v-2.5a.75.75 0 00-1.5 0v2.5c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25v-2.5z"/></svg>
Download
</a>
</div>
</article>
<article class="plugin-card">
<div class="plugin-card-icon">⛏️</div>
<span class="plugin-card-tag">Spigot Plugin</span>
<h3 class="plugin-card-name">MiningLevels</h3>
<p class="plugin-card-desc">Progression-based mining. Players gain XP, level up, and unlock access to higher-tier ores and tools.</p>
<div class="plugin-card-links">
<a class="plugin-card-link" href="https://www.spigotmc.org/resources/mininglevels.100886/" target="_blank" rel="noopener noreferrer">
View on SpigotMC
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M3 10a.75.75 0 01.75-.75h10.638L10.23 5.29a.75.75 0 111.04-1.08l5.5 5.25a.75.75 0 010 1.08l-5.5 5.25a.75.75 0 11-1.04-1.08l4.158-3.96H3.75A.75.75 0 013 10z" clip-rule="evenodd"/></svg>
</a>
<a class="plugin-card-download" href="https://github.com/ChafficPlugins/MiningLevels/releases/latest" target="_blank" rel="noopener noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M10.75 2.75a.75.75 0 00-1.5 0v8.614L6.295 8.235a.75.75 0 10-1.09 1.03l4.25 4.5a.75.75 0 001.09 0l4.25-4.5a.75.75 0 00-1.09-1.03l-2.955 3.129V2.75z"/><path d="M3.5 12.75a.75.75 0 00-1.5 0v2.5A2.75 2.75 0 004.75 18h10.5A2.75 2.75 0 0018 15.25v-2.5a.75.75 0 00-1.5 0v2.5c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25v-2.5z"/></svg>
Download
</a>
</div>
</article>
<article class="plugin-card">
<div class="plugin-card-icon">⚙️</div>
<span class="plugin-card-tag">API / Library</span>
<h3 class="plugin-card-name">CrucialLib</h3>
<p class="plugin-card-desc">Shared library used across our plugins. Handles common utilities, configs, and version management.</p>
<a class="plugin-card-link" href="https://github.com/ChafficPlugins/CrucialLib" target="_blank" rel="noopener noreferrer">
View on GitHub
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M3 10a.75.75 0 01.75-.75h10.638L10.23 5.29a.75.75 0 111.04-1.08l5.5 5.25a.75.75 0 010 1.08l-5.5 5.25a.75.75 0 11-1.04-1.08l4.158-3.96H3.75A.75.75 0 013 10z" clip-rule="evenodd"/></svg>
</a>
</article>
</div>
</section>
<!-- Stats -->
<section class="section fade-in fade-in-delay-2">
<p class="section-label">Usage</p>
<h2 class="section-title">At a Glance</h2>
<div class="stats-grid">
<div class="stat-card">
<div>
<div class="stat-number">31k+</div>
<div class="stat-label">Downloads</div>
</div>
<p class="stat-desc">Total downloads across all plugins since 2019.</p>
</div>
<div class="stat-card">
<div>
<div class="stat-number">4.7</div>
<div class="stat-label">Avg. Rating</div>
</div>
<p class="stat-desc">Average star rating on SpigotMC.</p>
</div>
<div class="stat-card">
<div>
<div class="stat-number">1.7k</div>
<div class="stat-label">Peak Players</div>
</div>
<p class="stat-desc">Highest concurrent players across servers using our plugins.</p>
</div>
</div>
</section>
<!-- Featured Partner -->
<section class="section fade-in fade-in-delay-3">
<p class="section-label">Featured</p>
<h2 class="section-title">Protect Your Privacy</h2>
<div class="partner-section">
<a class="partner-featured" href="https://incogni.cello.so/awbgUw73CF4" target="_blank" rel="noopener noreferrer">
<div class="partner-featured-badge">58% OFF</div>
<div class="partner-featured-content">
<div class="partner-featured-header">
<svg class="partner-featured-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
<h3 class="partner-featured-name">Incogni</h3>
</div>
<p class="partner-featured-desc">Remove your personal data from data brokers and the web. Take back control of your online privacy.</p>
<div class="partner-featured-highlights">
<div class="partner-featured-highlight">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd"/></svg>
<span>58% off annual plans</span>
</div>
<div class="partner-featured-highlight">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd"/></svg>
<span>Automated data removal</span>
</div>
<div class="partner-featured-highlight">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd"/></svg>
<span>30-day money-back guarantee</span>
</div>
</div>
</div>
<div class="partner-featured-cta">
<span class="partner-featured-cta-btn">Get Incogni</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M3 10a.75.75 0 01.75-.75h10.638L10.23 5.29a.75.75 0 111.04-1.08l5.5 5.25a.75.75 0 010 1.08l-5.5 5.25a.75.75 0 11-1.04-1.08l4.158-3.96H3.75A.75.75 0 013 10z" clip-rule="evenodd"/></svg>
</div>
</a>
</div>
</section>
<!-- Partners -->
<section class="section fade-in fade-in-delay-3">
<p class="section-label">Partners</p>
<h2 class="section-title">Need a Server?</h2>
<div class="partner-section">
<div class="partner-grid">
<a class="partner-card" href="https://shockbyte.com/billing/aff.php?aff=4416" target="_blank" rel="noopener noreferrer">
<div class="partner-card-top">
<svg class="partner-card-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/></svg>
<span class="partner-card-name">Shockbyte</span>
</div>
<p class="partner-card-desc">Affordable Minecraft server hosting</p>
<div class="partner-card-offer">
<span class="partner-card-offer-text">Use code</span>
<span class="partner-card-code">LAUNCH</span>
<span class="partner-card-offer-text">for 25% off</span>
</div>
<div class="partner-card-cta">
<span>Get Started</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M3 10a.75.75 0 01.75-.75h10.638L10.23 5.29a.75.75 0 111.04-1.08l5.5 5.25a.75.75 0 010 1.08l-5.5 5.25a.75.75 0 11-1.04-1.08l4.158-3.96H3.75A.75.75 0 013 10z" clip-rule="evenodd"/></svg>
</div>
</a>
<a class="partner-card" href="https://wisehosting.com/aff.php?aff=3248" target="_blank" rel="noopener noreferrer">
<div class="partner-card-top">
<svg class="partner-card-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/></svg>
<span class="partner-card-name">WiseHosting</span>
</div>
<p class="partner-card-desc">Reliable Minecraft server hosting</p>
<div class="partner-card-offer">
<span class="partner-card-offer-text">Premium performance at great prices</span>
</div>
<div class="partner-card-cta">
<span>Get Started</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M3 10a.75.75 0 01.75-.75h10.638L10.23 5.29a.75.75 0 111.04-1.08l5.5 5.25a.75.75 0 010 1.08l-5.5 5.25a.75.75 0 11-1.04-1.08l4.158-3.96H3.75A.75.75 0 013 10z" clip-rule="evenodd"/></svg>
</div>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="site-footer fade-in fade-in-delay-4">
<div class="footer-links">
<a class="footer-link" href="/docs/">Docs</a>
<a class="footer-link" href="https://felixbeinssen.net/imprint" target="_blank" rel="noopener noreferrer">Imprint</a>
<a class="footer-link" href="/privacy.html">Privacy Policy</a>
<a class="footer-link" href="https://github.com/ChafficPlugins" target="_blank" rel="noopener noreferrer">GitHub</a>
</div>
<p class="footer-affiliate">Some links on this site are affiliate links. We may earn a commission at no extra cost to you.</p>
<p class="footer-copyright">© ChafficPlugins 2019–2026</p>
</footer>
</body>
</html>