Skip to content

ViP3R-LABs/SMP-website

Repository files navigation

ServerMaster Pro - Official Website

GitHub Pages License

The official website for ServerMaster Pro - the ultimate Project Zomboid server administration mod.

🌐 Live Website

Website is LIVE! Visit at: https://novasyserr-x.github.io/SMP-website/

All pages are fully functional and accessible!

📋 About

ServerMaster Pro is a comprehensive server administration mod for Project Zomboid with 72+ features including:

  • Complete player management
  • World control and manipulation
  • Real-time server configuration
  • Advanced item spawning system
  • Communication tools
  • Automation features
  • Customizable UI with themes

🚀 Website Features

  • Modern Design: Professional dark theme with light mode toggle
  • Fully Responsive: Optimized for mobile, tablet, and desktop
  • Interactive: Search functionality, tabs, galleries, and more
  • Fast: No external dependencies, pure HTML/CSS/JS
  • SEO Optimized: Meta tags and semantic HTML

📁 Repository Structure

/
├── index.html              # Home page
├── features.html           # Features showcase
├── documentation.html      # Documentation hub
├── download.html          # Download page
├── gallery.html           # Image gallery
├── about.html             # About page
├── styles.css             # Main stylesheet
├── script.js              # JavaScript functionality
└── README.md              # This file

🛠️ Local Development

To run the website locally:

# Clone the repository
git clone https://github.com/NovaSysErr-X/SMP-website.git
cd SMP-website

# Start a local server (Python 3)
python3 -m http.server 8000

# Or use Node.js
npx http-server

# Visit http://localhost:8000

🎨 Customization

The website uses CSS variables for easy customization. Edit styles.css:

:root {
    --primary-color: #00d4ff;
    --secondary-color: #ff6b6b;
    --accent-color: #ffd93d;
}

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📞 Links

🙏 Acknowledgments

  • Built for the Project Zomboid community
  • Inspired by modern gaming and developer tools
  • Images from Unsplash (to be replaced with actual screenshots)

ServerMaster Pro - Empowering Project Zomboid server administrators worldwide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors