r/MinecraftDaily

Minecraft Server Finder
▲ 28 r/MinecraftDaily+48 crossposts

Minecraft Server Finder

Welcome to Minecraft Server Finder

💯 - | The perfect place to find or promote a Java or Bedrock Server

🤝 - | Partnerships avaliable from 25 members

📜 - | Multiple advertisement channels

🔷 - | Paid Partnerships and Advertising avaliable, very cheap compared to other servers

✅ - | Perfect for finding, or promoting a SMP or Towny/Earth Server

Join now!

https://discord.gg/knyq5WRfwj

u/Tall_Yoghurt_7105 — 19 hours ago
▲ 11 r/MinecraftDaily+3 crossposts

Resuming work on data pack: extension to Terralith

Approximately a year ago, I stopped working on a nice data pack for personal reasons. Now I'm resuming it. The video shows only a very small part of it, and only an older version.

I will post here, from time to time, a state of the project and some scientific/usage background for it.

Also, I have a server where I will run the testing map from time to time. (If you want to join testing, ping me in private.)

The data pack is an extension for the Terralith data pack that is easily plugged in on top of it. Originally, it was developed for a 704-height world (-64...+640), but I'm currently converting it to the normal default MC height.

Key features that were already developed:

- Proper scaling, including most minerals and features (no more "empty" mountains)

- Tectonic-like continents and oceans, but a completely different approach to the generation of islands that gives them a bit more natural look. Plus smaller biomes for islands; they are more "wet" and a few other improvements.

- Smoother terrain (no more 8-block "stairs")

- Greatly improved coastline (grotto, more natural beaches) - details will be in a separate post

- Mineral stripes

- Cave entrances adjustments: fewer small "holes", more caves in higher mountains, no cave entrances/holes on beaches, etc.

- Some fixes and improvements to the Terralith issues and common community complaints (no "black-only" empty beaches for tropical forest, no "white" empty beaches for amethyst rainforests, more green plains, no "red" structure in normal desert, etc., etc.)

u/Tom_Dill — 19 hours ago
▲ 1 r/MinecraftDaily+2 crossposts

Minecraft compass Mandela effect

I feel crazy rn because i remember really clearly (also from many other peoples playtroughts) that compasses pointed to your own personal spawnpoint (for example beds), but im searching it and everythings saying that its not true. Does anyone else also remember this????

reddit.com
u/Triangulatedfr — 2 days ago
▲ 56 r/MinecraftDaily+5 crossposts

LoungeSMP is becoming a go-to Minecraft SMP for players who want survival without the huge network feel.

LoungeSMP is becoming a go-to Minecraft SMP server for players who want chill survival, an active community, and extra features without losing the normal Minecraft feel. It’s a semi-vanilla survival SMP for both Java and Bedrock players. The server has economy, jobs, shops, towns, events, claims, rollback protection, keep inventory, and PvP off by default.

The idea is simple: normal survival Minecraft, but with more reasons to keep playing. You can build a base, grind jobs, open a shop, join a town, take part in events, explore, trade, or just hang out in chat while playing.

The server is active, but not massive. There are already towns, builds, shops, and regular players, but new players can still start fresh and find land easily. LoungeSMP is not anarchy, lifesteal, or a hardcore PvP server. It’s made more for survival players, builders, grinders, shop owners, and people looking for a long-term SMP to join.

The community is chill and moderated. Swearing and joking around is fine, but griefing, cheating, hate, bullying, and targeting players are not allowed.

Java IP: loungesmp.xyz

Bedrock IP: bedrock.loungesmp.xyz Bedrock Port: 25627

Discord: https://discord.gg/HJ2yHEMRvD

u/PineappleStock1421 — 3 days ago
▲ 16 r/MinecraftDaily+13 crossposts

Lothar SMP (The End portals open in 2 DAYS). The End War is coming. Will you survive?

Exactly 2 days remaining, The End will unlock. Everyone will drop everything for a full-on, chaotic clash. But here is the twist: The Ender Dragon CANNOT die until there is only ONE last team standing.

Will your allies stay loyal? Or will the temptation of ultimate victory lead to a brutal betrayal? This server has a place for war, and a place to rest. Choose your circle wisely.

✨ Server Features:

  • Enhanced Exploration: Custom structures and extra biomes to breathe life into the world.
  • Quality of Life Plugins: Multiplayer Sleep, Timber (Treecapitator), Infinite Trading, /team, and /tpa.
  • The Perfect Balance: A classic Semi-Vanilla feel with just enough custom features to keep things thrilling.

I’ll keep this short because I don’t want to spoil what awaits. We’ll be waiting for YOU at spawn.

🎬 Sneak Peek: https://youtu.be/cn5X5GxilWQ?si=v42_cTYSVgXEizbI 

💬 How to Join: DM me on Discord: princeishuman

u/lumyox — 3 days ago
▲ 38 r/MinecraftDaily+2 crossposts

What is the best use for Looting swords in Nether-Only survival?

I Play in Nether-Only survival, so no access to enchants other than loot chests and mob drops.

I get my most valuable resources with my gold farm, sand I like to collect the golden swords with the best enchants, and I combine them to make some frustrating swords that would be OP if they were not freaking gold.
However I will eventually use them, and I wondered : what is the best use I can make of them, especially my Looting swords ?
I also have fire aspect, sweeping edge, smite...
Thanks for your ideas !

u/RegularEmpty9108 — 5 days ago
▲ 9 r/MinecraftDaily+3 crossposts

I wrote a lightweight CLI Python script to easily sync Minecraft saves between local and cloud (Windows/Linux/macOS)

Hey everyone,

I frequently switch between a dual-boot setup (Linux/Windows) and sometimes play on different machines. I got tired of manually copying the saves folder or dealing with problems with symlinks, so I wrote a custom CLI tool to automate the process.

It's called Minecraft-Save-Sync. It is a bilingual (English/Spanish) Python script that has the following features:

  • Bi-directional Sync: It reads the level.dat modification time (not just folder modification time) to intelligently decide whether to upload your local world to the cloud or download the latest cloud version to your local directory. You need to have a cloud storage service—such as OneDrive, Google Drive, or Dropbox—installed locally.
  • Safe Overwrites: It uses shutil to safely delete the old destination folder before copying the new one, preventing chunk corruption or leftover region files from previous backups.
  • Built-in Blacklist: Have massive creative testing worlds you don't want to sync? You can easily add them to a blacklist via CLI, and the script will ignore them permanently.
  • Dry-Run Mode (-dr): You can simulate the sync before actually modifying any files to see exactly what the script intends to do.

Automation tip: I designed it with Prism Launcher in mind. You can add the script execution command in the "Post-launch command" settings of your instance, so it automatically syncs in the background every time you close the game.

It is highly recommended to make a manual backup of your saves before using the tool for the first time to avoid any loss of progress in case of an incorrect path configuration.

It’s completely open-source and I've tested it on Linux, but it should work perfectly on Windows and macOS.

GitHub Repository & Full Instructions: https://github.com/AlejandroSocas/Minecraft-Save-Sync

Let me know what you think! I'm open to suggestions, bug reports, or pull requests*.*

u/SrNyan75 — 4 days ago
▲ 1.6k r/MinecraftDaily+4 crossposts

Are there any other way to break your fall in Nether Only survival ?

In found this technic, which is just a warped vine and a piece of string to prevent it from groing, but depending on where I install it, it can be pretty annoying to try and clic on things with the string in the way. Any idea ?

u/RegularEmpty9108 — 9 days ago
▲ 5 r/MinecraftDaily+4 crossposts

Woolify - My first Mod!

Woolify is my first ever mod and allows you too change color of wool, terracotta and concrete - powder with a single click. Please check it out and test it.

Send me bugs in the comments

modrinth.com
u/Much-Supermarket-218 — 6 days ago
▲ 21 r/MinecraftDaily+21 crossposts

Lothar SMP [Semi-Vanilla] {Whitelist} — The End portals open in 2 weeks. The End War is coming. Will you survive?

Exactly 2 weeks remaining, The End will unlock. Everyone will drop everything for a full-on, chaotic clash. But here is the twist: The Ender Dragon CANNOT die until there is only ONE last team standing.

Will your allies stay loyal? Or will the temptation of ultimate victory lead to a brutal betrayal? This server has a place for war, and a place to rest. Choose your circle wisely.

✨ Server Features:

  • Enhanced Exploration: Custom structures and extra biomes to breathe life into the world.
  • Quality of Life Plugins: Multiplayer Sleep, Timber (Treecapitator), Infinite Trading, /team, and /tpa.
  • The Perfect Balance: A classic Semi-Vanilla feel with just enough custom features to keep things thrilling.

I’ll keep this short because I don’t want to spoil what awaits. We’ll be waiting for YOU at spawn.

🎬 Sneak Peek: https://youtu.be/cn5X5GxilWQ?si=v42_cTYSVgXEizbI 

💬 How to Join: DM me on Discord: princeishuman

u/Different_Strike_71 — 7 days ago
▲ 10 r/MinecraftDaily+5 crossposts

LoungeSMP - Friendly Semi-Vanilla Survival Server

Java: Loungesmp.xyz
Bedrock: Bedrock.loungesmp.xyz Port: 25627
Discord: https://discord.gg/HJ2yHEMRvD

Are you Looking for a Minecraft server where people are actually welcoming?

LoungeSMP is a chill semi-vanilla SMP with a very friendly community, active staff, and an LGBTQIA+ inclusive space for Java and Bedrock players.
No mods needed, no forced resource pack, no custom mobs, no weird OP items. Just survival Minecraft with a community around it.

Lounge Smp at a glimpse
Java + Bedrock crossplay
Beginner friendly
No griefing
Keep Inventory on
PvP off by default
Player shops, towns, warps, jobs, economy
Events like Spleef, One in the Chamber, Survival Showdown, and build comps
Active owner and staff

Good for builders, casual players, new players, and anyone who wants a safe, friendly Minecraft survival server that still feels like normal Minecraft.

reddit.com
u/PineappleStock1421 — 7 days ago
▲ 26 r/MinecraftDaily+6 crossposts

LoungeSMP - Chill Semi-Vanilla Survival Server for Java & Bedrock

I run a Minecraft server called LoungeSMP, and the goal is pretty simple: normal survival Minecraft, but with enough community stuff that it does not get boring after a week.

It is semi-vanilla, so you do not need mods, a resource pack, or anything extra to join. There are no custom mobs, custom weapons, or weird items that make the game feel completely different. You can just play Minecraft normally: build, mine, explore, make farms, trade, open a shop, or join a town.

The main things people usually like about it:

  • Java and Bedrock can both join
  • Keep Inventory is on
  • No griefing
  • Land claims and rollback protection
  • PvP is off by default
  • Beginner friendly
  • Player shops and economy
  • Jobs and progression rewards
  • Towns, player warps, and community areas
  • Regular events like Spleef, One in the Chamber, Survival Showdown, and build competitions
  • Active Discord and active staff

The server is not trying to be a hardcore vanilla server or a giant minigame network. It is more for people who want a chill Minecraft SMP where builds are protected, people actually talk, and there is always something to do if you get bored of solo survival.

It is also LGBTQ+ friendly, casual-player friendly, and good for anyone who wants a long-term survival world instead of a server that resets constantly.

Java IP: Loungesmp.xyz
Bedrock IP: Bedrock.loungesmp.xyz Port: 25627

Discord: https://discord.gg/HJ2yHEMRvD

u/PineappleStock1421 — 9 days ago
▲ 9 r/MinecraftDaily+4 crossposts

LoungeSMP - Java & Bedrock Survival SMP | Economy, Jobs, Events, No Griefing

LoungeSMP is a semi-vanilla survival SMP for Java and Bedrock players.

It keeps the normal Minecraft survival feel, but adds enough features to give players goals and reasons to stick around.

You can build, mine, explore, grind jobs, make money, open shops, join towns, take part in events, or just hang out in chat while playing.

Features:

- Java + Bedrock support

- Economy and jobs

- Player shops

- Towns and warps

- Events

- Land claims

- Rollback protection

- Keep inventory

- PvP off by default

- No forced mods or resource packs

- No griefing

- Inclusive and supportive Community

- Very Active Owner and Staff team

The community is chill and active without feeling like a huge server network. Swearing and joking around are fine, but bullying, hate, cheating, griefing, and targeting players are not.

If you’re looking for a Minecraft survival SMP with economy, jobs, events, active chat, and a moderated community, come check it out.

Java IP: loungesmp.xyz

Bedrock IP: bedrock.loungesmp.xyz Port: 25627

Discord: https://discord.gg/HJ2yHEMRvD

u/PineappleStock1421 — 7 days ago
▲ 12 r/MinecraftDaily+3 crossposts

Lounge SMP - Java + Bedrock - Semi Vanilla - Best Community

Looking for a chill Minecraft server that still feels like normal survival?

LoungeSMP is a semi-vanilla Minecraft SMP with Java + Bedrock crossplay, protected builds, keep inventory, player shops, towns, events, and an active community.

No mods needed, no forced resource pack, no custom mobs, and no weird custom weapons. Just survival Minecraft with more community stuff around it.

Main features:
Java + Bedrock crossplay
No griefing
Keep Inventory on
PvP off by default
Claims and rollback protection
Player shops, towns, warps, jobs, and economy
Events like Spleef, One in the Chamber, Survival Showdown, and build comps
Beginner friendly
LGBTQ+ friendly
Active staff and owner

The server is long-term and not something we plan to reset every few weeks. I’m on daily working on fixes, updates, and community suggestions, so the server is always being worked on.
Good fit if you want a semi-vanilla Minecraft SMP that is active, casual-friendly, and not overloaded with mods or custom stuff.

Java IP: Loungesmp.xyz
Bedrock IP: Bedrock.loungesmp.xyz
Port: 25627
Discord: https://discord.gg/HJ2yHEMRvD

reddit.com
u/PineappleStock1421 — 9 days ago