VanillaPluh
A vanilla+ modpack that enhances your Minecraft world with guns, space exploration and more!
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
VanillaPluh

What is VanillaPluh?
Step into VanillaPluh, a vanilla+ modpack that enhances your Minecraft world with guns, exploration and more! Discover new biomes and creatures while enjoying quality-of-life improvements, all wrapped in a familiar vanilla feel. Perfect for players seeking adventure beyond the ordinary!
(Optimised for a small SMP, roleplay-type)
Hosting a server
The recommended way to host a server is by using Docker Compose ```yml services: vp: image: itzg/minecraft-server tty: true stdin_open: true ports: - "25565:25565/tcp" # game - "24454:24454/udp" # voice chat volumes: - ./data:/data # attach relative directory 'data' to containers /data path environment: EULA: "TRUE" TYPE: "FABRIC" VERSION: "1.20.1" PACKWIZ_URL: "https://raw.githubusercontent.com/skiletro/vanillapluh/refs/tags/r2.1/pack.toml" USE_AIKHAR_FLAGS: "true" MEMORY: 12G RCON_CMDS_STARTUP: |- /scoreboard objectives add Playtime minecraft.custom:minecraft.play_time /scoreboard objectives add Deaths deathCount /scoreboard objectives setdisplay sidebar Deaths /gamerule mobExplosionGriefing false /gamerule doFireTick false /gamerule playersSleepingPercentage 20 /gamerule spawnRadius 0 MOTD: "VanillaPluh r2.1" LEVEL_TYPE: "bclib:normal" DIFFICULTY: "2" SPAWN_PROTECTION: "0" MAX_PLAYERS: "100" ```