
PluginLicenseRef-All-Rights-Reserved
More Essentials by Goldwar
🌟More Essentials🌟 is a clean and performance-focused utility plugin. 🚀designed to make server management easier by solving common and annoying vanilla problems🚀
37
Downloads
2
Followers
2 months ago
Updated
📦
7
Versions
📖About More Essentials by Goldwar
🔥About this plugin:
- 🌟More Essentials is a clean and performance-focused utility plugin
- 🧠designed to make server management easier by solving common and annoying vanilla problems
- 🌟This plugin fixes essential protections and behavior controls that server need from day one
✨ Features:
- 🥕Anti Farmland Trample > Prevent players and entities from trampling farmland.
- 🪽Anti Phantom > Disable phantom spawning completely.
- 👀Anti Enderman Grief > Prevent endermen from picking up and placing blocks.
- 💣Configurable Blasts > Control blast block damage based on Y-levels.
- 🔎See Name of any player > SHIFT+RIGHT-CLICK on any player to see nametag of that player
- 💎Redstone Limit per chunk > Limit the number of redstone components per chunk
- 🌟/show Command > show your item in chat
- 💬Chat Bubble > shows chat bubble above player, for more info see gallery.
⚙️ Fully Configurable
- 🌟Every feature can be individually enabled or disabled.
- ✅through a simple and readable configuration file.
- 👍🏻allowing you to customize the plugin.
- ✔️exactly to your server’s needs.
🚀 Lightweight & Stable
- 🚀Optimized for performance
- 👎🏻No unnecessary tasks or listeners
- 🌟Silently works in background
💡 Have ideas?
- 🔵Join my Discord server to suggest more ideas for this plugin:
- 👉 https://discord.gg/s2TEHSKZv5
😎Other projects
- MailboxPlus -> https://modrinth.com/plugin/mailboxplus
- DamageIndicator -> https://modrinth.com/plugin/damageindicator
- TrimsEffect -> https://modrinth.com/plugin/trimseffect
🎮My Minercraft server IP: in.shulker.in:25938
📌config.yml# 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-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
show:
# /show command
show-command: true
dont-broadcast-worlds:
- world_spawn
- world_creative
📌plugin.yml
name: MoreEssentials
version: 1.0.6
main: ggSolutions.Main
api-version: 1.19
author: GoldwarGlory
website: https://modrinth.com/plugin/moreessentials
commands:
me:
description: reload config
usage: /solutions
permission: solutions.admin
permission-message: "§cYou don't have permision"
show:
description: show item
usage: /show
permissions:
me.admin:
default: op
me.bypass.redstone-limit:
default: op
me.bypass.show:
default: false
me.show:
default: true