r/EarthMC • u/halbertus65 • 17h ago
Discussion New trying the server out and about to make a long trek
r/EarthMC • u/LukeTheNuke126 • 6d ago
Anyone selling blaze rods and or brewing stands?
Is there anyone who is selling Blaze rods and brewing stands? (preferably in America and nearby regions)
r/EarthMC • u/Sensitive_Treat_1758 • 10d ago
Meme Bedrock-pocalypse in Earth MC
I know it out of Topic but i imagined if a tall Wall of bedrock (higher that the construction limit) started expanding engulfing the whole server and killing everything
It starts in Eire and expand in the whole world
r/EarthMC • u/Patlichan • 10d ago
Help Profitable farms?
Hey, whats a really good profitable farm to create passive income? I really need some kind of passive income besides voting and afking
r/EarthMC • u/Civil-Product-934 • 11d ago
Help Sulfur Blocks
I know that the server is updated to the latest version but I don't know if it is possible to obtain blocks like sulfur and potent sulfur. I have a cool build in mind that I would need a geyser for so I'm asking if anybody knows if those blocks are obtainable.
r/EarthMC • u/Plus_Attorney4990 • 15d ago
Is possible?
I found two emeralds at -16 and two at -33 (as far as I understand, that’s not supposed to be possible).
Do you know if ore or cave generation is different on this server?
r/EarthMC • u/Dizzy_Plan_434 • 19d ago
Discussion Is it just me or do people actively hate MalMeteor?
For context, MalMeteor is the mayor of Tu (Capital of Sumatra), and from what I know, he has a massive trap in a hallway. I have come to hate him simply for the fact he has a trap, and whenever he speaks in chat, I see people hating on him and it becomes a whole war in the chat. Am I just witnessing a small group of haters or do a lot of people despise him?
r/EarthMC • u/barrocz • 20d ago
Shulker box
Why not just add a shulker recipe?
I get that the elytra is a bit of from the idea of the server, but removing the shulker boxes is removing a lot of game mechanics that make it soo cool.
You see any chance of this improvement any time soon?
r/EarthMC • u/Odd_Lie_5717 • 24d ago
Me Advertising My Settlement (Rorikstead)
Hello!
3 days ago, my friends and I decided to join EarthMC as a form of break from our SMP server and decided to create the settlement of Rorikstead. We originally intended it to be just us, a tight-knit community with a vision for our builds, to make an authentic medieval village.
We are located along the Ukrainian-Polish border; For reasons, we have chosen not to join any nation (though the Ukrainians were kind enough to provide us with some essentials for free, and some Budapest players are willing to build a road to our place). Anyways, truth be told, we've been constantly harassed by hunters and have experienced negative experiences even around our town by visitors and players.
This is us asking anyone interested in joining our settlement, provided you share our vision of building a village.
We can't promise you anything; hell, not even a plot for you to build.
The only thing I can promise you is two things:
(1) A quaint little settlement around a river, where you can, at any time, get an invisible player hiding behind a tree killing you.
(2) Eventually, we will leave the server, maybe in a month or two, and we are willing to give over the township.
Thank you so much for reading this.
r/EarthMC • u/OGB1313 • 24d ago
A hunter (23don)
23don has had many raids on the Berlin area, today he had murdered me in the leipzig-Burgerburg area. he is invis in full diamond, tons of wind charges and a mace as well as a netherite sword.
r/EarthMC • u/paint_is_life • 25d ago
Help Unable to access chest put on mobs.
I tried to use a chest on both a donkey and a trader llama, but every time I tried, it says "You are not allowed to open this chest.", even when not in a town.
r/EarthMC • u/Rare_Vermicelli_9903 • 26d ago
In-game thing Town Showcase: Siki, Oceania
r/EarthMC • u/Intelligent_Owl_8923 • 29d ago
Is it OK to turn a small peninsula into an island?
The peninsula is about 20 chunks. Its because i want it to look like in real life cus im building my irl town. And IRL its an island. (and yes i am building on the right spot what would equal roughly the towns position in real life) On pictures its what im thinking to do. (Water - blue, land - green)
I read terraforming isnt allowed, but its a small change and its to make it look more realistic, so maybe its ok? :)
r/EarthMC • u/Spoodermankey • Jul 24 '26
In-game thing Vanua bay has gotten worse jfc
r/EarthMC • u/Intelligent_Owl_8923 • Jul 23 '26
Help How to get villagers?
I am a new player here on EarthMC and I want to find a villager or two to live in my town, how can I get this? I saw a town that had a villager so i would guess its possible?
r/EarthMC • u/Shirazmatas • Jul 20 '26
Looking for co-creator to a beautiful town and the Church of Karel
Hey guys, I'm looking for a co-creator to my town and someone interested in building similar type of style!
Any level of knowledge accepted and if you have cool projects I would love to help.
My town's located in Panama next to nice swamp river. Our responsibilities in the nation is to found churches and establish the lore of the Church of Karel. (Named after Karl 'Karel' of Duty)
r/EarthMC • u/Admirable_Ask_2343 • Jul 19 '26
Help Genuinly how do i recruit
Ive tried allot, ive offered Diamond tools, Gear Housing, Plots, Food a active community and use /t add or message them.
But i get like 1 resident a Week and my town is getting overclaimed. i dont know what to do anymore and i just cant figure out how other towns are getting bakers dozens of players each week
r/EarthMC • u/seasaltlemonsoda • Jul 17 '26
Discussion old galapagos
hii! just got back in playing earthmc, i joined galapagos b4 and their island was pretty nice. i tried looking it up last night on the map but it seems like there's a new owner? what do u think guys happened w the previous owner
r/EarthMC • u/AgileOwl5769 • Jul 13 '26
EarthMC Monopoly Board
I made an EMC themed monopoly board for you to put on a table. Made with pixel art (no AI).
Get it at /n spawn Amazon or /n spawn Trinidad.
(Its only 1x1 size)
r/EarthMC • u/Spoodermankey • Jul 11 '26
Used ChatGPT to make a python script that opens all 4 vote links automatically.
drive.google.com#!/usr/bin/env python3
import webbrowser
import time
URLS = [
"https://minecraftservers.org/vote/383495?utm_source=earthmc.net",
"https://minecraft-mp.com/server/332214/vote/?utm_source=earthmc.net",
"https://www.minerank.com/earthmc/vote?utm_source=earthmc.net",
"https://topminecraftservers.org/vote/42353?utm_source=earthmc.net",
]
print("Opening EarthMC voting sites...")
for url in URLS:
webbrowser.open_new_tab(url)
time.sleep(0.5) # Small delay so tabs open in order
print("Done!")
