HomeJavaModsBetterSettings
BetterSettings
ModsJava

BetterSettings

by mattbaconz · on Modrinth

The ultimate API-first player settings framework with 50+ built-in toggles, full Folia support, and a unified GUI.

⬇ Download on Modrinth
BetterSettings — screenshot 1

⚙️ BetterSettings

The ultimate lightweight, API-first player settings management system for Paper, Purpur, and Folia servers.

Discord GitHub bStats PayPal

Highly Configurable

🌟 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.

GUI Preview

✨ Key Features

🎯 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:

🔌 API Framework (31 Settings)

These are registered and savable, waiting for other plugins to utilize them:

🔧 Configuration

Everything is customizable in plugins/BetterSettings/:

💻 For Developers

BetterSettings is designed to be the backbone of your server's setting management.

Register a custom setting:

SettingsRegistry.getInstance().registerSetting(new MyCustomSetting());

Check a player's preference:

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:


🤝 Support & Community

Found a bug? Have a feature request? Join our community!

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more