HAMLET SMP

A revolutionary Minecraft SMP server currently in early pre-alpha development

PRE-ALPHA DEVELOPMENT SERVER - EXPECT FREQUENT SHUTDOWNS AND BUGS
hamletsmp.net
Server Online - Testing Phase
Version: 0.1 PRE-ALPHA

Apply to Hamlet SMP Team

Note: This application form is for team positions only. The server is not yet open to public players.

Open Positions

Java Developer

Develop custom plugins and server systems. Requires Java/Spigot/Paper experience.

Builder

Design spawn areas, custom structures, and world features. Creative skills required.

Moderator

Help manage the community and ensure positive player experience. Previous moderation experience preferred.

Community Manager

Manage Discord, social media, and community engagement. Communication skills essential.

Application Form

Applications are reviewed within 3-5 business days. You'll be contacted via Discord if selected.

Need Help?

Join our Discord server for questions about applications or to learn more about the project:

Join Discord Server
Back to Homepage
// Show success message alert('Application submitted successfully!\n\n' + 'We will review your application and contact you via Discord within 3-5 business days.\n\n' + 'Thank you for applying to Hamlet SMP!'); // Reset form this.reset(); }); } // Highlight current page in navigation - EXACT SAME AS INDEX.HTML const currentPage = window.location.pathname.split('/').pop() || 'index.html'; document.querySelectorAll('nav a').forEach(link => { const linkPage = link.getAttribute('href'); if (linkPage === currentPage || (currentPage === '' && linkPage === 'index.html')) { link.classList.add('active'); } else { link.classList.remove('active'); } }); // Add some interactivity to form inputs document.querySelectorAll('input, textarea, select').forEach(element => { element.addEventListener('focus', function() { this.style.boxShadow = '0 0 15px rgba(232, 67, 147, 0.4)'; }); element.addEventListener('blur', function() { this.style.boxShadow = 'none'; }); });