diff --git a/README.md b/README.md index 3229f84..a41e732 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,110 @@ -# SmithTechMC + +# RujuxMC – Free Ocean Minecraft Web Template + +**This template is completely free, and it always will be.** +It is being developed by **Jallox** at the **SmartsHub Team**. SmartsHub reserves the right to take any necessary action regarding its use. + +You are **not allowed to resell or redistribute** this resource β€” including any modified version β€” without the **explicit consent** of the SmartsHub Team. + +> βœ… This web template is released under the **BuiltByBit.com** domain. + +--- + +### πŸ™ Thank You for Using RujuxMC + +If you encounter any issues, please contact our support team **before leaving a review on BuiltByBit**, so we can help you directly. + +- πŸ’¬ **Support**: [https://discord.smartshub.dev/](https://discord.smartshub.dev/) +- πŸ“¦ **More resources**: [https://store.smartshub.dev/](https://store.smartshub.dev/) + +--- + +### πŸ“ How to Host + +This template can be hosted using: + +- **Apache Web Server** +- **Nginx Server** + +No additional installation or configuration is required. + +For hosting help, reach out on our [Discord Support Server](https://discord.smartshub.dev/). + +--- + +### πŸ› οΈ Setup Instructions + +To make this template work with your own server and branding, edit the following: + +#### 1. Replace Minecraft IP address: +In `index.html`, change: +```html +MC.SERVERNAME.COM +```` + +to your real IP or domain, for example: `play.example.com`. + +#### 2. Replace store URL: + +Update this link: + +```html +Store +``` + +with your own store link, like `https://store.example.com`. + +#### 3. Update social media links: + +Replace all `yourusername`, `yourdiscordlink`, etc. with your actual social media URLs in: + +* Instagram +* Discord +* Telegram +* YouTube +* TikTok + +#### 4. Set your logo: + +Upload your server logo to `/img/logo.png`, or change the `src` path in: + +```html + +``` + +#### 5. Customize background image: + +Replace `/img/background.png` with your own image, or update the CSS in `body { background-image: ... }`. + +#### 6. Enable live player and Discord counters: + +Edit the `DOMContentLoaded` script and replace with your own server/domain and Discord Guild ID: + +```js +fetch('https://api.mcstatus.io/v2/status/java/play.example.com') + .then(res => res.json()) + .then(data => { + document.getElementById('playerCount').textContent = `${data.players.online}/${data.players.max}`; + }); + +fetch('https://discord.com/api/guilds/YOUR_GUILD_ID/widget.json') + .then(res => res.json()) + .then(data => { + document.getElementById('discordUsersCount').textContent = data.presence_count; + }); +``` + +Make sure Discord’s *server widget* is enabled in your server settings. + +--- + +### ⭐ Support Us + +If you enjoy using this template, please consider leaving a **5-star rating** and a **review on our Discord**. +Your support helps us continue creating high-quality free content for the community! + +--- + +Β© SmartsHub 2025 β€” All rights reserved. + diff --git a/img/backgrounds/background1.png b/img/backgrounds/background1.png new file mode 100644 index 0000000..7cdacac Binary files /dev/null and b/img/backgrounds/background1.png differ diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000..a53f5d3 Binary files /dev/null and b/img/logo.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..e44a507 --- /dev/null +++ b/index.html @@ -0,0 +1,319 @@ + + + + + + + + + Smith & Tech + + + + + + + + + + +
+
+
+ + + + +
+ +
+ 0/0 + Online Players + MC.SERVERNAME.COM +
+ + +
+ Server Logo +
+ + +
+ 0 + Discord users + discord.gg/QHRjtAVeg +
+
+ + + + + + +
+
+ + + +
+ + + + + + + + \ No newline at end of file diff --git a/rules.html b/rules.html new file mode 100644 index 0000000..c3c32a3 --- /dev/null +++ b/rules.html @@ -0,0 +1,129 @@ + + + + + + RujuxMC - Server Rules + + + + + + + + +
+
+ +
+

+ Server Rules +

+

+ To ensure a fun and fair environment for everyone, please read and follow our server rules. +

+ + ← Back to Main Page + +
+ +
+
+

General Conduct

+
    +
  • Be respectful: Treat all players and staff with respect. Harassment, discrimination, or hate speech will not be tolerated.
  • +
  • No spamming: Do not spam the chat or use excessive caps.
  • +
  • No advertising: Do not advertise other servers or websites.
  • +
  • English only in global chat: Please use English in global chat for moderation purposes.
  • +
+
+ +
+

Gameplay Rules

+
    +
  • No cheating/hacks: Use of any unauthorized modifications or software (e.g., X-ray, flying, speed hacks) is strictly forbidden.
  • +
  • No griefing/raiding: Do not destroy other players' builds or steal their items.
  • +
  • Fair play: Do not exploit bugs or glitches for personal gain. Report them to staff immediately.
  • +
  • No inappropriate builds/names: Builds, skins, or usernames that are offensive or inappropriate are not allowed.
  • +
+
+ +
+

Punishments

+
    +
  • Violations of these rules may result in warnings, temporary bans, or permanent bans, depending on the severity and frequency of the offense.
  • +
  • Staff decisions are final.
  • +
+
+
+ +
+
+ + + + diff --git a/staff.html b/staff.html new file mode 100644 index 0000000..d747d18 --- /dev/null +++ b/staff.html @@ -0,0 +1,124 @@ + + + + + + RujuxMC - Equipo de Staff + + + + + + + + +
+
+ +
+

+ Our staff team +

+

+ Meet the people who make the best experience at RujuxMC possible. +

+ + ← Back to main page + +
+ +
+
+ Notch skin +

Notch

+

Founder

+

The creator of everything. Always looking for ways to innovate and attract new players.

+
+ +
+ Mod skin +

AventureroMC

+

Main mod

+

In charge of maintaining peace and resolving conflicts on the server.

+
+ +
+ Builder skin +

ConstructoraPro

+

Building manager

+

Design and build the impressive landscapes of the server.

+
+ +
+ Helper skin +

PixelCraft

+

Helper

+

Always ready to help new players with their doubts.

+
+ + +
+ +
+
+ + + +