diff --git a/static/map.js b/static/map.js index 2a99e83..52ee52e 100644 --- a/static/map.js +++ b/static/map.js @@ -118,4 +118,10 @@ window.addEventListener('keyup', up); map.addEventListener('wheel', wheel); window.addEventListener('mousemove', mouseMove); window.addEventListener('mousedown', mouseDown); -window.addEventListener('mouseup', mouseUp); \ No newline at end of file +window.addEventListener('mouseup', mouseUp); + +function copy() { + let addr = 'play.xuyezo.net'; + navigator.clipboard.writeText(addr); + alert(addr); +} \ No newline at end of file diff --git a/views/index.ejs b/views/index.ejs index ff15376..8de3368 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -1,6 +1,6 @@ <%- include("header.ejs") %>
-

Map of Minzeo

+

Map of Minzeo

Position


@@ -8,10 +8,9 @@
         

Pan camera: WASD, Mouse

Speed up panning: Q

Zoom: Mouse wheel

-

About

+

About

Minzeo is a Minecraft civilization roleplay. Unlike similar servers, it isn't a short-term challenge, and has no claim plugins.

The server's geopolitics is up to the players and the gameplay rules.

-

To participate, join our Discord server or use the IP: play.xuyezo.net

Rules

  1. Don't harrass others.
  2. @@ -25,6 +24,9 @@
  3. To end a war, a nation must have 0 points, have surrendered, or have withdrawn.
  4. Not all points need to be taken to partially annex a nation.
+

Joining

+ +
<%- include("footer.ejs") %> \ No newline at end of file