▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Модпаки/VanillaPluh
VanillaPluh

VanillaPluh

A vanilla+ modpack that enhances your Minecraft world with guns, space exploration and more!

768
0

VanillaPluh Logo

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"

Совместимость

Minecraft: Java Edition

1.20.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:MIT
Опубликован:1 год назад
Обновлён:10 месяцев назад
Главная