More Essentials
🌟More Essentials🌟 is a clean and performance-focused utility plugin. 🚀designed to make server management easier by solving common and annoying vanilla problems🚀
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
More Essentials
========🔥About MoreEssentials Plugin ========
- 🔥<u>This plugin fixes essential protections and behavior controls that server need from day one - 🔥This plugin fixes essential protections and behavior controls that server need from day one - 🔥This plugin fixes essential protections and behavior controls that server need from day one
========✨ Features of MoreEssentials ========
- ✨<u>Anti Farmland Trample</u> > discord and store command (configure link and msgs in config.yml) - ✨<u>Anti Phantom</u> > discord and store command (configure link and msgs in config.yml) - ✨<u>Anti Enderman Grief</u> > discord and store command (configure link and msgs in config.yml) - ✨<u>Configurable Blasts</u> > discord and store command (configure link and msgs in config.yml) - ✨<u>See Name of any player</u> > discord and store command (configure link and msgs in config.yml) - ✨<u>/show Command</u> > discord and store command (configure link and msgs in config.yml) - ✨<u>Chat Bubble</u> > discord and store command (configure link and msgs in config.yml) - ✨<u>Random messages</u> discord and store command (configure link and msgs in config.yml) - ✨<u>Discord & store links</u> discord and store command (configure link and msgs in config.yml)
========⚙️ Fully Configurable ========
- ⚙️exactly to your server’s needs. - ⚙️exactly to your server’s needs. - ⚙️exactly to your server’s needs. - ⚙️exactly to your server’s needs.
========🚀 Lightweight & Stable ========
- 🚀Silently works in background - 🚀Silently works in background - 🚀Silently works in background
========💖 Support & Join our community ========
- ❤️MY Modrinth Profile: <u>https://modrinth.com/user/GoldwarGlory</u> - ❤️MY Modrinth Profile: <u>https://modrinth.com/user/GoldwarGlory</u> - ❤️MY Modrinth Profile: <u>https://modrinth.com/user/GoldwarGlory</u>
📌config.yml
```yaml
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 # tnt will not destroy blocks above this y level (inclusive)
Mob controls
anti-phantom: true anti-enderman-grief: true
Chat bubble system
chat-bubble: enabled: true duration: 200 # ticks update-interval: 1 # ticks, lower = more smooth movement but more server load
show:
/show command
show-command: true dont-broadcast-worlds: - world_spawn - world_creative
messages:
These messages will be broadcasted on player join/leave/kill/death events.
You can use {player}, {killer} and {victim} placeholders.
remove the message if you don't want it to be edited by this plugin.
should-edit: - join - leave - kill - death
join: - "&8» &e{player} &bjoined the party" - "&8» &e{player} &bjust joined the adventure" - "&8» &e{player} &bhopped into the realm" - "&8» &e{player} &bjust landed in the realm"
leave: - "&8» &e{player} &bvanished into the void" - "&8» &e{player} &bjust left the adventure" - "&8» &e{player} &bdisappeared from the realm" - "&8» &e{player} &bjust took off from the realm"
kill: - "&8» &e{killer} &beliminated {victim}" - "&8» &e{killer} &bdestroyed {victim}" - "&8» &e{killer} &bsquashed {victim}"
death: - "&8» &e{player} &bmet their end" - "&8» &e{player} &bdied tragically" - "&8» &e{player} &bwas slain"
Links: Discord: enabled: true link: "https://discord.gg/giggigjjhdhsa923293" interval: 300 # in seconds, Set to 0 to disable automatic broadcasting. msgs-on-cmd: - "&8&m----------------------------------------" - "&b&l🌐 OFFICIAL DISCORD SERVER" - "" - "&7Stay connected with the community!" - "&7Get updates, events & support." - "" - "&e➤ &6{link} &fto join the fun!" - "" - "&a✔ Active Community" - "&a✔ Giveaways & Events" - "&a✔ Latest Announcements" - "" - "&8&m----------------------------------------"
Store: enabled: true link: "https://store.example.com" interval: 300 # in seconds, Set to 0 to disable automatic broadcasting. msgs-on-cmd: - "&8&m----------------------------------------" - "&6&l🛒 SERVER STORE" - "" - "&7Support the server and unlock perks!" - "&7Ranks, cosmetics, and more." - "" - "&e➤ &6{link} &fto visit the store!" - "" - "&a✔ Exclusive Items" - "&a✔ Support the Server" - "&a✔ Support Development" - "" - "&8&m----------------------------------------" ```
📌plugin.yml
```yaml 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 ```