
» Introduction
Are you looking for a web portal for your Minecraft server and don't know which one to choose? Look no further.
Thanks to the simple and clean code, you will be able to modify it according to your needs, moreover unlike others it already comes with an online players counter system and a button to copy the IP address of your server.
If you have any issues or questions, please contact me in private message. Please be patient if I do not reply immediately. I will reply as soon as I can.
Please also do not report issues in the review section.
» Features
- This Web Portal comes with a custom animated loading screen.
- This Web Portal comes with an online players display system and a button to copy the IP address of your server with some animations.
- To see how to change the IP address see the instructions below.
- This Web Portal has the advantage of having a simple and clean code so that you will be able, even with little knowledge of HTML, CSS and JavaScript, to modify its contents.
- This Web Portal also comes with some effects when you hover your mouse over the buttons, some background particle effects and some general animations.
- This Web Portal is fully responsive so it is perfectly visible on all devices, from computer to phone.
» Change IP Address
To change the IP address that is copied by clicking the "COPY IP" button, open the "scripts.js" file in the "js" folder.
Once opened the file, look for the line of code containing:
JavaScript:
navigator.clipboard.writeText("mc.hypixel.net").then((error) => {
To also change the IP address for the player counter look for the line of code containing:
JavaScript:
initServerData("play.hypixel.net", "25565");
» Disclaimer
There are two Hypixel logos in this template, so I want to point out that I'm not part of the Hypixel team, the logos are only for illustration purposes.