▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/MoreEssentials
MoreEssentials

MoreEssentials

🌟More Essentials🌟 is a clean and performance-focused utility plugin. 🚀designed to make server management easier by solving common and annoying vanilla problems🚀

47
2

More Essentials 1.0.6

release6 февраля 2026 г.

Нет описания изменений

SolutionPlus 1.0.5

release18 января 2026 г.

added too much settings in config

config.yml

# ===============================
# Solutions Configuration
# ===============================

# Prevent farmland from being destroyed
anti-farmland-trample:
  enabled: true
  message:
    enabled: true
    text: "&cYou cannot trample farmland!"
  sound:
    enabled: true
    name: "ENTITY_VILLAGER_NO"
    volume: 1.0
    pitch: 1.0

# TNT / bed / block explosion protection
# Blocks above this Y-level will NOT be destroyed
tnt-blast-y: 256

# Mob controls
anti-phantom: true
anti-enderman-grief: true

redstone-limit:
  enabled: true
  max-per-chunk: 120

  # Materials counted as redstone blocks
  materials:
    - REDSTONE_WIRE
    - PISTON
    - STICKY_PISTON
    - OBSERVER
    - DISPENSER
    - DROPPER
    - HOPPER
    - REPEATER
    - COMPARATOR
    - NOTE_BLOCK
    - LEVER
    - REDSTONE_TORCH

# Chat bubble system
chat-bubble:
  enabled: true
  duration: 200 # ticks

# Join message control
join-message:
  should-we-edit-msg: true
  joinmsg: "%player% joined the game"
  # set joinmsg: null to completely disable

# Quit message control
quit-message:
  should-we-edit-msg: true
  quitmsg: "%player% left the game"

# Death message control
death-message:
  should-we-edit-msg: true
  deathmsg: "%player% died"

fake-join-message: "&e%player% joined the game"
fake-quit-message: "&e%player% left the game"

# /show command
show-command: true

SolutionPlus 1.0.4

release16 января 2026 г.

added

  • Chat bubbles -> go to gallery to check details
  • /show -> shows your item details in chat

added permisions:

solutions.bypass.show
solutions.show

SolutionPlus 1.0.3

release8 января 2026 г.

nothing just a bit important changes

Solutions++ 1.0.2

release7 января 2026 г.

added 1 command with 3 subcommand:

/solutions fakejoin
/solutions fakequit
/solutions reload

added 2 new settings in config.yml

  # use /solution fakejoin <player> to test this message
  fake-join-message: "&e%player% joined the game"

  # use /solution fakequit <player> to test this message
  fake-quit-message: "&e%player% left the game"

now chunk-redstone-limit feature can be disable

  # redstone limit per chunk
  # if you don't want to limit redstone/if u want to disable this feature then use DEFAULT: 100000
  chunk-redstone-limit: 100000
full updated code of config.yml

features:

  # Prevents farmland from getting destroyed
  # Stops crops land from turning back into dirt when players or mobs jump on it
  farmprotector: true

  # Controls TNT explosions based on Y-level
  # TNT above this Y-level will NOT destroy blocks
  # TNT below this Y-level will behave normally
  # Example: 320 = TNT above Y=320 will not break blocks
  tnt-blast-y: 0

  # Prevents phantoms from spawning naturally
  # Spawn eggs & /summon will still work
  anti-phantom: true

  # Stops endermen from picking up or placing blocks
  anti-enderman-grief: true

  # Disables the join message when a player joins the server
  silent-join: false

  # Disables the quit message when a player leaves the server
  silent-quit: false

  # Disables the death message when a players die in the server
  silent-deaths: false

  # if admin shift+right click on any player then admin can see the name of the player in chat.
  # (permision required ggsolutions.admin)
  getname: true

  # redstone limit per chunk
  # if you don't want to limit redstone/if u want to disable this feature then use DEFAULT: 100000
  chunk-redstone-limit: 100000

  # use /solution fakejoin <player> to test this message
  fake-join-message: "&e%player% joined the game"

  # use /solution fakequit <player> to test this message
  fake-quit-message: "&e%player% left the game"
  

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

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x

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

Сервер

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:3 месяца назад
Обновлён:2 месяца назад
Главная