Skip to content

Commit 8386d86

Browse files
committed
merge upstream
2 parents 00ebaa5 + 5a9712d commit 8386d86

File tree

2 files changed

+230
-88
lines changed

2 files changed

+230
-88
lines changed

.github/workflows/dev_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
distribution: adopt
1818
- name: Build with Gradle
1919
run: ./gradlew build
20-
- name: grab release tag
20+
- name: Grab Release Tag
2121
id: branch_tag
2222
run: |
2323
echo "tag=$(echo v${GITHUB_REF#refs/heads/} | tr / -)" >> $GITHUB_ENV

index.html

Lines changed: 229 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -60,47 +60,61 @@
6060
.floating {
6161
animation: float 3s ease-in-out infinite;
6262
}
63+
64+
.version-tag {
65+
background-color: #4CAF50;
66+
padding: 2px 8px;
67+
border-radius: 12px;
68+
font-size: 0.9em;
69+
display: inline-block;
70+
}
71+
72+
.changelog-item {
73+
border-left: 2px solid #4CAF50;
74+
padding-left: 1rem;
75+
margin-bottom: 1rem;
76+
}
6377
</style>
6478
</head>
6579
<body class="bg-gray-900 text-gray-100">
66-
<!-- Navigation -->
67-
<nav class="bg-gray-800 border-b border-green-600 fixed w-full z-50">
68-
<div class="container mx-auto px-6 py-3">
69-
<div class="flex justify-between items-center">
70-
<div class="text-2xl font-bold text-green-500">PathSeeker</div>
71-
<div class="hidden md:flex space-x-8">
72-
<a href="#" class="hover:text-green-500 transition-colors">Home</a>
73-
<a href="#features" class="hover:text-green-500 transition-colors">Features</a>
74-
<a href="#installation" class="hover:text-green-500 transition-colors">Installation</a>
75-
<a href="#support" class="hover:text-green-500 transition-colors">Support</a>
76-
<a href="https://github.com/FaxHack/PathSeeker" class="hover:text-green-500 transition-colors">GitHub</a>
77-
</div>
78-
</div>
79-
</div>
80-
</nav>
81-
82-
<!-- Hero Section -->
83-
<div class="relative min-h-screen flex items-center justify-center pt-16">
84-
<div id="stars-container"></div>
85-
<div class="text-center px-6">
86-
<h1 class="text-6xl font-bold mb-4 floating">PathSeeker</h1>
87-
<p class="text-xl mb-8 text-green-400">Your Ultimate Tool for Anarchy Gameplay</p>
88-
<p class="max-w-2xl mx-auto mb-8 text-gray-300">
89-
Enhance your Minecraft experience with powerful features designed specifically for anarchy servers.
90-
Find bases, detect patterns, and dominate the game with advanced utilities.
91-
</p>
92-
<a href="https://github.com/FaxHack/PathSeeker/releases/latest" class="minecraft-btn inline-block">
93-
Download Now
94-
</a>
95-
</div>
96-
</div>
80+
<!-- Navigation -->
81+
<nav class="bg-gray-800 border-b border-green-600 fixed w-full z-50">
82+
<div class="container mx-auto px-6 py-3">
83+
<div class="flex justify-between items-center">
84+
<div class="text-2xl font-bold text-green-500">PathSeeker</div>
85+
<div class="hidden md:flex space-x-8">
86+
<a href="#" class="hover:text-green-500 transition-colors">Home</a>
87+
<a href="#features" class="hover:text-green-500 transition-colors">Features</a>
88+
<a href="#releases" class="hover:text-green-500 transition-colors">Releases</a>
89+
<a href="#installation" class="hover:text-green-500 transition-colors">Installation</a>
90+
<a href="#support" class="hover:text-green-500 transition-colors">Support</a>
91+
<a href="https://github.com/FaxHack/PathSeeker" class="hover:text-green-500 transition-colors">GitHub</a>
92+
</div>
93+
</div>
94+
</div>
95+
</nav>
96+
97+
<!-- Hero Section -->
98+
<div class="relative min-h-screen flex items-center justify-center pt-16">
99+
<div id="stars-container"></div>
100+
<div class="text-center px-6">
101+
<h1 class="text-6xl font-bold mb-4 floating">PathSeeker</h1>
102+
<p class="text-xl mb-8 text-green-400">Your Ultimate Tool for Anarchy Gameplay</p>
103+
<p class="max-w-2xl mx-auto mb-8 text-gray-300">
104+
Enhance your Minecraft experience with powerful features designed specifically for anarchy servers.
105+
Find bases, detect patterns, and dominate the game with advanced utilities.
106+
</p>
107+
<a href="https://github.com/FaxHack/PathSeeker/releases/latest" class="minecraft-btn inline-block">
108+
Download Latest Version
109+
</a>
110+
</div>
111+
</div>
97112

98113
<!-- Features Section -->
99114
<section id="features" class="py-20 bg-gray-800">
100115
<div class="container mx-auto px-6">
101116
<h2 class="text-4xl font-bold text-center mb-16 text-green-500">Features</h2>
102117
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
103-
<!-- Feature Cards -->
104118
<div class="feature-card p-6 rounded-lg">
105119
<h3 class="text-xl font-bold mb-4 text-green-400">Advanced Chunk Detection</h3>
106120
<p class="text-gray-300">Identify new and modified chunks with precision, perfect for base hunting.</p>
@@ -113,68 +127,182 @@ <h3 class="text-xl font-bold mb-4 text-green-400">Base Finder</h3>
113127
<h3 class="text-xl font-bold mb-4 text-green-400">Storage Looter</h3>
114128
<p class="text-gray-300">Efficiently manage and search through storage systems with enhanced visibility.</p>
115129
</div>
116-
<!-- More feature cards -->
130+
<div class="feature-card p-6 rounded-lg">
131+
<h3 class="text-xl font-bold mb-4 text-green-400">NewerNewChunks</h3>
132+
<p class="text-gray-300">Enhanced chunk analysis for the latest Minecraft versions.</p>
133+
</div>
134+
<div class="feature-card p-6 rounded-lg">
135+
<h3 class="text-xl font-bold mb-4 text-green-400">GrimDuraFirework</h3>
136+
<p class="text-gray-300">Advanced durability tracking and item management system.</p>
137+
</div>
138+
<div class="feature-card p-6 rounded-lg">
139+
<h3 class="text-xl font-bold mb-4 text-green-400">ESP Features</h3>
140+
<p class="text-gray-300">Comprehensive ESP system including PotESP, HoleESP, and MobGearESP.</p>
141+
</div>
117142
</div>
118143
</div>
119144
</section>
120145

146+
<!-- Releases Section -->
147+
<section id="releases" class="py-20">
148+
<div class="container mx-auto px-6">
149+
<h2 class="text-4xl font-bold text-center mb-16 text-green-500">Latest Releases</h2>
150+
151+
<!-- Latest Release -->
152+
<div class="max-w-4xl mx-auto mb-12">
153+
<div class="feature-card p-6 rounded-lg">
154+
<div class="flex justify-between items-center mb-6">
155+
<h3 class="text-2xl font-bold text-green-400">Latest Release</h3>
156+
<span class="version-tag">v1.0.3</span>
157+
</div>
158+
<div class="changelog-item">
159+
<h4 class="font-bold mb-2">What's New:</h4>
160+
<ul class="list-disc ml-4 mb-4">
161+
<li><strong>SignHistorian:</strong> Record and restore broken or modified signs you previously visited. Protects against creeper damage since 1.19.</li>
162+
<li><strong>ElytraSwap:</strong> Automatically swaps to your elytra when toggled.</li>
163+
<li><strong>ActivatedSpawnerDetector:</strong> Added options to enable/disable messages and renders for specific structures containing spawners.</li>
164+
<li><strong>PathSeekerUtils:</strong> Refactored code and fixed deprecated API warnings affecting the "2b2tstats command".</li>
165+
</ul>
166+
</div>
167+
<div class="changelog-item">
168+
<h4 class="font-bold mb-2">Current Features:</h4>
169+
<ul class="list-disc ml-4 mb-4">
170+
<h5 class="font-semibold mt-2">Utility:</h5>
171+
<li>ActivatedSpawnerDetector: Detects activated spawners nearby</li>
172+
<li>SignHistorian: Sign protection and restoration system</li>
173+
<li>ElytraSwap: Automatic elytra management</li>
174+
175+
<h5 class="font-semibold mt-2">Exploration:</h5>
176+
<li>Base Finder: Advanced base detection for anarchy servers</li>
177+
<li>NewChunks: New terrain identification</li>
178+
<li>PortalPatternFinder: Locate broken/removed Nether Portals</li>
179+
<li>CaveDisturbanceDetector: Detect minor cave disruptions</li>
180+
181+
<h5 class="font-semibold mt-2">Renders:</h5>
182+
<li>Hole, Tunnel, and Stair ESP</li>
183+
<li>PotESP: Decorated Pot tracking</li>
184+
<li>MobGearESP: Player equipment detection on mobs</li>
185+
</ul>
186+
</div>
187+
<div class="changelog-item">
188+
<h4 class="font-bold mb-2">Known Issues:</h4>
189+
<ul class="list-disc ml-4 mb-4">
190+
<li>Minor rendering glitches during dimension transitions</li>
191+
<li>Rare server-side compatibility issues with certain chunk detection methods</li>
192+
</ul>
193+
</div>
194+
<div class="mt-6">
195+
<a href="https://github.com/FaxHack/PathSeeker/releases/tag/v1.0.3" class="minecraft-btn inline-block">
196+
Download v1.0.3
197+
</a>
198+
</div>
199+
</div>
200+
</div>
201+
202+
<!-- Previous Releases -->
203+
<div class="max-w-4xl mx-auto">
204+
<h3 class="text-xl font-bold mb-6 text-green-400">Previous Releases</h3>
205+
<div class="grid grid-cols-1 gap-6">
206+
<div class="feature-card p-6 rounded-lg">
207+
<div class="flex justify-between items-center mb-4">
208+
<h4 class="text-lg font-bold">Version 1.0.2</h4>
209+
<span class="version-tag">v1.0.2</span>
210+
</div>
211+
<ul class="list-disc ml-4 mb-4">
212+
<li>Added NewChunks detection system</li>
213+
<li>Improved Base Finder algorithm</li>
214+
<li>Added MobGearESP feature</li>
215+
</ul>
216+
<a href="https://github.com/FaxHack/PathSeeker/releases/tag/v1.0.2" class="text-green-400 hover:text-green-500">View Release →</a>
217+
</div>
218+
219+
<div class="feature-card p-6 rounded-lg">
220+
<div class="flex justify-between items-center mb-4">
221+
<h4 class="text-lg font-bold">Version 1.0.1</h4>
222+
<span class="version-tag">v1.0.1</span>
223+
</div>
224+
<ul class="list-disc ml-4 mb-4">
225+
<li>Added PotESP feature</li>
226+
<li>Improved tunnel detection</li>
227+
<li>Fixed compatibility issues</li>
228+
</ul>
229+
<a href="https://github.com/FaxHack/PathSeeker/releases/tag/v1.0.1" class="text-green-400 hover:text-green-500">View Release →</a>
230+
</div>
231+
232+
<div class="feature-card p-6 rounded-lg">
233+
<div class="flex justify-between items-center mb-4">
234+
<h4 class="text-lg font-bold">Version 1.0.0</h4>
235+
<span class="version-tag">v1.0.0</span>
236+
</div>
237+
<ul class="list-disc ml-4 mb-4">
238+
<li>Initial release</li>
239+
<li>Base finder functionality</li>
240+
<li>Basic chunk detection</li>
241+
</ul>
242+
<a href="https://github.com/FaxHack/PathSeeker/releases/tag/v1.0.0" class="text-green-400 hover:text-green-500">View Release →</a>
243+
</div>
244+
</div>
245+
</div>
246+
</div>
247+
</section>
248+
121249
<!-- Installation Section -->
122-
<section id="installation" class="py-20">
123-
<div class="container mx-auto px-6">
124-
<h2 class="text-4xl font-bold text-center mb-16 text-green-500">Installation</h2>
125-
<div class="max-w-3xl mx-auto">
126-
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
127-
<a href="https://github.com/FaxHack/PathSeeker/releases/latest" class="text-center p-6 feature-card rounded-lg">
128-
<div class="text-3xl mb-4">1</div>
129-
<p>Download the mod from GitHub Releases</p>
130-
</a>
131-
<div class="text-center p-6 feature-card rounded-lg">
132-
<div class="text-3xl mb-4">2</div>
133-
<p>Place the .jar file in your mods folder</p>
134-
</div>
135-
<div class="text-center p-6 feature-card rounded-lg">
136-
<div class="text-3xl mb-4">3</div>
137-
<p>Launch Minecraft and enjoy!</p>
138-
</div>
139-
</div>
140-
</div>
141-
</div>
142-
</section>
250+
<section id="installation" class="py-20 bg-gray-800">
251+
<div class="container mx-auto px-6">
252+
<h2 class="text-4xl font-bold text-center mb-16 text-green-500">Installation</h2>
253+
<div class="max-w-3xl mx-auto">
254+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
255+
<a href="https://github.com/FaxHack/PathSeeker/releases/latest" class="text-center p-6 feature-card rounded-lg">
256+
<div class="text-3xl mb-4">1</div>
257+
<p>Download the mod from GitHub Releases</p>
258+
</a>
259+
<div class="text-center p-6 feature-card rounded-lg">
260+
<div class="text-3xl mb-4">2</div>
261+
<p>Place the .jar file in your mods folder</p>
262+
</div>
263+
<div class="text-center p-6 feature-card rounded-lg">
264+
<div class="text-3xl mb-4">3</div>
265+
<p>Launch Minecraft and enjoy!</p>
266+
</div>
267+
</div>
268+
</div>
269+
</div>
270+
</section>
143271

144272
<!-- Support Section -->
145-
<section id="support" class="py-20 bg-gray-800">
146-
<div class="container mx-auto px-6">
147-
<h2 class="text-4xl font-bold text-center mb-16 text-green-500">Support</h2>
148-
<div class="max-w-4xl mx-auto grid grid-cols-1 md:grid-cols-2 gap-8">
149-
<div class="feature-card p-6 rounded-lg">
150-
<h3 class="text-xl font-bold mb-4 text-green-400">Community</h3>
151-
<p class="mb-4">Join our Discord community for help and updates:</p>
152-
<a href="https://discord.gg/kjjqEgghxj" class="minecraft-btn inline-block">Join Discord</a>
153-
</div>
154-
<div class="feature-card p-6 rounded-lg">
155-
<h3 class="text-xl font-bold mb-4 text-green-400">Issues & Bugs</h3>
156-
<p class="mb-4">Report issues on our GitHub page:</p>
157-
<a href="https://github.com/FaxHack/PathSeeker/issues" class="minecraft-btn inline-block">GitHub Issues</a>
158-
</div>
159-
</div>
160-
</div>
161-
</section>
162-
163-
<!-- Footer -->
164-
<footer class="bg-gray-900 border-t border-green-600 py-8">
165-
<div class="container mx-auto px-6">
166-
<div class="flex flex-col md:flex-row justify-between items-center">
167-
<div class="mb-4 md:mb-0">
168-
<p>&copy; 2025 PathSeeker. All rights reserved.</p>
169-
</div>
170-
<div class="flex space-x-6">
171-
<a href="https://github.com/FaxHack/PathSeeker" class="hover:text-green-500 transition-colors">GitHub</a>
172-
<a href="https://discord.gg/kjjqEgghxj" class="hover:text-green-500 transition-colors">Discord</a>
173-
<a href="https://github.com/FaxHack/PathSeeker/graphs/contributors" class="hover:text-green-500 transition-colors">Contributors</a>
174-
</div>
175-
</div>
176-
</div>
177-
</footer>
273+
<section id="support" class="py-20">
274+
<div class="container mx-auto px-6">
275+
<h2 class="text-4xl font-bold text-center mb-16 text-green-500">Support</h2>
276+
<div class="max-w-4xl mx-auto grid grid-cols-1 md:grid-cols-2 gap-8">
277+
<div class="feature-card p-6 rounded-lg">
278+
<h3 class="text-xl font-bold mb-4 text-green-400">Community</h3>
279+
<p class="mb-4">Join our Discord community for help and updates:</p>
280+
<a href="https://discord.gg/kjjqEgghxj" class="minecraft-btn inline-block">Join Discord</a>
281+
</div>
282+
<div class="feature-card p-6 rounded-lg">
283+
<h3 class="text-xl font-bold mb-4 text-green-400">Issues & Bugs</h3>
284+
<p class="mb-4">Report issues on our GitHub page:</p>
285+
<a href="https://github.com/FaxHack/PathSeeker/issues" class="minecraft-btn inline-block">GitHub Issues</a>
286+
</div>
287+
</div>
288+
</div>
289+
</section>
290+
291+
<!-- Footer -->
292+
<footer class="bg-gray-900 border-t border-green-600 py-8">
293+
<div class="container mx-auto px-6">
294+
<div class="flex flex-col md:flex-row justify-between items-center">
295+
<div class="mb-4 md:mb-0">
296+
<p>&copy; 2025 PathSeeker. All rights reserved.</p>
297+
</div>
298+
<div class="flex space-x-6">
299+
<a href="https://github.com/FaxHack/PathSeeker" class="hover:text-green-500 transition-colors">GitHub</a>
300+
<a href="https://discord.gg/kjjqEgghxj" class="hover:text-green-500 transition-colors">Discord</a>
301+
<a href="https://github.com/FaxHack/PathSeeker/graphs/contributors" class="hover:text-green-500 transition-colors">Contributors</a>
302+
</div>
303+
</div>
304+
</div>
305+
</footer>
178306

179307
<script>
180308
// Add animated stars to the background
@@ -187,6 +315,20 @@ <h3 class="text-xl font-bold mb-4 text-green-400">Issues & Bugs</h3>
187315
star.style.animationDelay = Math.random() * 2 + 's';
188316
starsContainer.appendChild(star);
189317
}
318+
319+
// Smooth scrolling for navigation links
320+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
321+
anchor.addEventListener('click', function (e) {
322+
e.preventDefault();
323+
const target = document.querySelector(this.getAttribute('href'));
324+
if (target) {
325+
target.scrollIntoView({
326+
behavior: 'smooth',
327+
block: 'start'
328+
});
329+
}
330+
});
331+
});
190332
</script>
191333
</body>
192334
</html>

0 commit comments

Comments
 (0)