BuildTheEarth.ru
{ copied = true; setTimeout(() => copied = false, 2000); });
} else {
const ta = document.createElement('textarea');
ta.value = text;
ta.style.position = 'fixed';
ta.style.left = '-9999px';
document.body.appendChild(ta);
ta.select();
document.execCommand('copy');
document.body.removeChild(ta);
copied = true;
setTimeout(() => copied = false, 2000);
}
fetch('/api/servers/1367/copy-ip', { method: 'POST', headers: { 'X-CSRF-TOKEN': document.querySelector('meta[name=csrf-token]')?.content || '' } }).catch(() => {});
"
title="Copy IP">
BuildTheEarth.ru
IP Copied!
TeamCIS
Online history
No data yet
| Project: | TeamCIS [BuildTheEarth |
| Website: | buildtheearth.ruPlay |
| Votes: | 0 |
| Social Media: | |
| Added: | 01/07/26 |
TeamCIS is the official server of a team participating in the international Build The Earth project on Java 1.21.4. The project's goal is to recreate all human-made structures and notable natural landmarks at a 1:1 scale inside Minecraft.
Read the full description on the project page →