v1.4 → v1.6 Comparison
New Rules Page (reglas.html)
A complete new page with section navigation (General, Chat, Building, PvP, Economy, Staff, Sanctions), with visual tags showing the penalty type per rule (Ban/Mute/Warn). Previously the "View Rules" link on the homepage just pointed to # (did nothing).
New Bans/Sanctions System (bans.html + PHP backend)
A new page connected to a real LiteBans database via a custom PHP API:
- Lists bans, mutes, warns, and kicks with a player search bar and filters by type/status (active/inactive).
- PHP backend (php/api/bans.php, php/db.php) using secure PDO prepared statements, pagination, and resolves each player's most recent known name by UUID.
- Basic anti-scraping rate limiting (30 requests/60s per IP).
- Includes config.example.php with instructions to create a read-only MySQL user (security best practice).
- Previously the "View Bans" link didn't work either.
Stronger Security (new .htaccess)
- Security headers: X-Frame-Options (anti-clickjacking), X-Content-Type-Options, Referrer-Policy, Permissions-Policy, HSTS, and CSP.
- Hides the Apache/PHP server version.
- Blocks directory listing and direct access to config.php/db.php.
Unified Visual Identity
- The voting page (vote/) now uses the same font (Minecraft) and color palette as the rest of the site, instead of Google Fonts + generic Bootstrap styling.
- Self-hosted fonts (no longer relies on external Google Fonts calls) → faster and more privacy-friendly.
- Removed the unused beautifultext folder with duplicate Bootstrap/Font Awesome files (lighter footprint).
Other
- main.js and bootstrap.css are unchanged.
- Minor app.css tweaks (57 lines diff) to support the new links/pages.
ENGLISH:
Hey everyone! We just rolled out an update to the official server website:Fixed a visual bug that was showing an unnecessary scrollbar on some screens.
Faster site overall — removed unneeded dependencies and optimized image/font loading.
Better experience on mobile and smaller screens.
The "copy IP" button and live player counter still work exactly the same, just smoother now. As always, your feedback helps us keep improving. Thanks for being here!
— The YourServer Team
SPANISH:
¡Hola a todos! Acabamos de actualizar la web oficial del servidor con varias mejoras:Corregido un fallo visual que mostraba una barra de scroll innecesaria en algunas pantallas.
Web más rápida: eliminamos dependencias innecesarias y optimizamos la carga de imágenes y fuentes.
Mejor experiencia en móvil y en pantallas pequeñas.
El botón de "copiar IP" y el contador de jugadores siguen funcionando igual de bien, pero ahora todo carga más fluido. Como siempre, vuestro feedback nos ayuda a seguir mejorando. ¡Gracias por estar ahí!
— El equipo de HyperCraft
