BetterSettings
🟡 Updated this year🖼️ Gallery (2 images)
🔍 Analysis
- 🏆 #104 of 173 folia mods in this game by downloads
📋 About This Mod
# ⚙️ BetterSettings **The ultimate lightweight, API-first player settings management system for Paper, Purpur, and Folia servers.** (https://img.shields.io/discord/1307976470184001586?label=Discord&logo=discord&color=5865F2)](https://discord.com/invite/VQjTVKjs46) (https://img.shields.io/badge/GitHub-Source-181717?logo=github)](https://github.com/mattbaconz/BetterSettings) (https://img.shields.io/bstats/servers/28034?color=00CD00)](https://bstats.org/plugin/bukkit/BetterSettings/28034) (https://img.shields.io/badge/Donate-PayPal-00457C?logo=paypal)](https://www.paypal.com/paypalme/MatthewWatuna) !(https://cdn.modrinth.com/data/SVixlQx7/images/ac1befaf8b6f91f5659d9f7e4a0ce124dff706ab.png) ## 🌟 What is BetterSettings? **BetterSettings** gives your players complete control over their gameplay experience through a beautiful, categorized GUI. It is designed to be extremely lightweight (**<100KB**), **Folia-compatible**, and **API-first**. Out of the box, it provides **29 fully functional settings** (like flight, auto-pickup, and private messages) that work immediately without any extra dependencies. Additionally, it offers a framework of 31 API settings that developers can integrate into their own plugins. !(https://cdn.modrinth.com/data/SVixlQx7/images/343ca90ef7517686623c904fec89082ffa62320e.png) ## ✨ Key Features * **🚀 High Performance:** Built with Async I/O and smart caching. File operations are non-blocking, ensuring your TPS stays high. * **🌐 Folia Ready:** Full support for Folia's regionized threading model. * **🎨 Beautiful GUI:** A categorized menu with glass pane borders, pagination, and sound effects. * **📝 Highly Configurable:** Customize every message, icon, color, and layout via YAML. * **🔌 Developer API:** Extensive API with cancellable events (`PlayerToggleSettingEvent`) for deep integration. * **❌ No Dependencies:** Just drop the JAR in and go. ## 🎯 The Settings BetterSettings comes with **60 settings** built into the configuration. They are divided into two types: ### ✅ Plug & Play (29 Settings) *These work immediately upon installation:* * **Gameplay:** Auto-Pickup, Auto-Sprint, Auto-Respawn, Flight, God Mode, PvP Toggle, Speed/Jump Boost, Night Vision. * **Protection:** Drop Protection (Sneak to drop), Inventory Protection, Fall Damage Toggle, Mob Targeting. * **Display:** Scoreboard Toggle, Player Visibility (Hide Players), Weather/Time (Client-side), Tab List Visibility. * **Communication:** Global Chat, Private Messages, Death Messages, Join/Leave Messages. ### 🔌 API Framework (31 Settings) *These are registered and savable, waiting for other plugins to utilize them:* * **Social:** Teleport/Trade/Friend requests, Chat Mentions. * **Notifications:** Mob spawns, Achievements, Action Bar, Boss Bar, Titles. * **Advanced:** Coordinates display, Biome display, AFK status. ## 🔧 Configuration Everything is customizable in `plugins/BetterSettings/`: * `config.yml`: Main plugin settings. * `settings.yml`: Configure icons, descriptions, and default states for all settings. * `ui.yml`: Change the GUI layout, size, and items. * `messages.yml`: Translate or change every message. * `performance.yml`: Tune I/O threading and auto-save intervals. ## 💻 For Developers BetterSettings is designed to be the backbone of your server's setting management. **Register a custom setting:** ```java SettingsRegistry.getInstance().registerSetting(new MyCustomSetting()); ```` **Check a player's preference:** ```java PlayerDataManager dataManager = BetterSettings.getInstance().getDataManager(); if (dataManager.getSetting(player.getUniqueId(), "bettersettings_tprequest", true)) { // Send teleport request } ``` ## 📥 Installation 1. **Download** the latest JAR. 2. **Drop** it into your `plugins` folder. 3. **Restart** your server. 4. Type `/settings` to open the menu\! **Requirements:** * Paper/Purpur/Folia 1.20.5+ ----- ## 🤝 Support & Community Found a bug? Have a feature request? Join our community\! * (https://discord.com/invite/VQjTVKjs46) for support. * (https://github.com/mattbaconz/BetterSettings/issues) for bug reports. * (https://github.com/mattbaconz/BetterSettings/wiki) for full documentation.
# ⚙️ BetterSettings The ultimate lightweight, API-first player settings management system for Paper, Purpur, and Folia servers.
[!(https://img.shields.io/discord/1307976470184001586?label=Discord&logo=discord&color=5865F2)](https://discord.com/invite/VQjTVKjs46) [!(https://img.shields.io/badge/GitHub-Source-181717?logo=github)](https://github.com/mattbaconz/BetterSettings) [!(https://img.shields.io/bstats/servers/28034?color=00CD00)](https://bstats.org/plugin/bukkit/BetterSettings/28034) [!(https://img.shields.io/badge/Donate-PayPal-00457C?logo=paypal)](https://www.paypal.com/paypalme/MatthewWatuna)
!(https://cdn.modrinth.com/data/SVixlQx7/images/ac1befaf8b6f91f5659d9f7e4a0ce124dff706ab.png)
## 🌟 What is BetterSettings?
BetterSettings gives your players complete control over their gameplay experience through a beautiful, categorized GUI. It is designed to be extremely lightweight (<100KB), Folia-compatible, and API-first.
Out of the box, it provides 29 fully functional settings (like flight, auto-pickup, and private messages) that work immediately without any extra dependencies. Additionally, it offers a framework of 31 API settings that developers can integrate into their own plugins.
!(https://cdn.modrinth.com/data/SVixlQx7/images/343ca90ef7517686623c904fec89082ffa62320e.png)
## ✨ Key Features
🚀 High Performance: Built with Async I/O and smart caching. File operations are non-blocking, ensuring your TPS stays high. 🌐 Folia Ready: Full support for Folia's regionized threading model. 🎨 Beautiful GUI: A categorized menu with glass pane borders, pagination, and sound effects. 📝 Highly Configurable: Customize every message, icon, color, and layout via YAML. 🔌 Developer API: Extensive API with cancellable events (`PlayerToggleSettingEvent`) for deep integration. ❌ No Dependencies: Just drop the JAR in and go.
## 🎯 The Settings
BetterSettings comes with 60 settings built into the configuration. They are divided into two types:
### ✅ Plug & Play (29 Settings) These work immediately upon installation:
Gameplay: Auto-Pickup, Auto-Sprint, Auto-Respawn, Flight, God Mode, PvP Toggle, Speed/Jump Boost, Night Vision. Protection: Drop Protection (Sneak to drop), Inventory Protection, Fall Damage Toggle, Mob Targeting. Display: Scoreboard Toggle, Player Visibility (Hide Players), Weather/Time (Client-side), Tab List Visibility. Communication: Global Chat, Private Messages, Death Messages, Join/Leave Messages.
### 🔌 API Framework (31 Settings) These are registered and savable, waiting for other plugins to utilize them:
Social: Teleport/Trade/Friend requests, Chat Mentions. Notifications: Mob spawns, Achievements, Action Bar, Boss Bar, Titles. Advanced: Coordinates display, Biome display, AFK status.
## 🔧 Configuration
Everything is customizable in `plugins/BetterSettings/`: `config.yml`: Main plugin settings. `settings.yml`: Configure icons, descriptions, and default states for all settings. `ui.yml`: Change the GUI layout, size, and items. `messages.yml`: Translate or change every message. `performance.yml`: Tune I/O threading and auto-save intervals.
## 💻 For Developers
BetterSettings is designed to be the backbone of your server's setting management.
Register a custom setting: ```java SettingsRegistry.getInstance().registerSetting(new MyCustomSetting()); ````
Check a player's preference:
```java PlayerDataManager dataManager = BetterSettings.getInstance().getDataManager(); if (dataManager.getSetting(player.getUniqueId(), "bettersettings_tprequest", true)) { // Send teleport request } ```
## 📥 Installation
1. Download the latest JAR. 2. Drop it into your `plugins` folder. 3. Restart your server. 4. Type `/settings` to open the menu\!
Requirements:
Paper/Purpur/Folia 1. 20. 5+
## 🤝 Support & Community
Found a bug? Have a feature request? Join our community\!
[Join the Discord](https://discord.com/invite/VQjTVKjs46) for support. [GitHub Issues](https://github.com/mattbaconz/BetterSettings/issues) for bug reports. [Wiki](https://github.com/mattbaconz/BetterSettings/wiki) for full documentation.
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- mattbaconz
- Version
- 1.0.0
- Downloads
- 499
- Endorsements
- 1
- Category
- folia
- Created
- 11/22/2025
- Updated
- 11/21/2025
- Game Versions
- 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2
- Tags
- library, management, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does BetterSettings support?
The author lists 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3. Other versions may work but are untested by the author.
What is the latest version of BetterSettings?
Version 1.0.0, published 2025-11-21 with 499 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await

