- Downloads
- 966
- Mod loaders
- fabric
- Minecraft versions
- 1.20.1
- Categories
- adventure, kitchen-sink, optimization
About this modpack
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" PACKWIZURL: "https://raw.githubusercontent.com/skiletro/vanillapluh/refs/tags/r2.1/pack.toml" USEAIKHARFLAGS: "true" MEMORY: 12G RCONCMDSSTARTUP: |- /scoreboard objectives add Playtime minecraft.custom:minecraft.playtime /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" LEVELTYPE: "bclib:normal" DIFFICULTY: "2" SPAWNPROTECTION: "0" MAX_PLAYERS: "100" ```
Modpack wiki coverage
Orca uses the project's published metadata and version files as the source of truth. Item, block, mob, recipe, structure, dimension, GUI, and mechanic pages are added after their included mod files are extracted and attributed.