Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Creators
Details
Licensed MIT
Published 8 months ago
Updated 5 months ago
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
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"