
LyttleScoreboardEconomy
A lightweight scoreboard-based economy system for your Minecraft server!
- Загрузки
- 263
- Подписчики
- 0
- Обновлён
- 24 августа 2025 г.
- Лицензия
- MIT
Опубликован 22 июня 2025 г.
Lyttle Scoreboard Economy
✨ A lightweight scoreboard-based economy system for your Minecraft server! ✨
📚 Features • ⌨️ Commands • 🔑 Permissions • 📥 Installation • ⚙️ Configuration • 📱 Support

🌟 Features
🎯 Core Plugin Features
- Scoreboard-based token economy system
- Player-to-player token transfers
- Real-time balance checking
- Simple and intuitive command system
- MiniMessage formatting support for all messages
🤌 Lyttle Certified
- Basic plugin without fluff
- No unnecessary features
- Full flexibility and configurability
- Open source and free to use (MIT License)
⌨️ Commands
💡
<required>[optional]
| Command | Permission | Description |
|---|---|---|
/tokens |
tokens.balance |
Check your token balance |
/tokens balance [player] |
tokens.balance |
Check another player's balance |
/tokens send <player> <amount> |
tokens.send |
Send tokens to another player |
🔑 Permissions
| Permission Node | Description | Default |
|---|---|---|
tokens.* |
Grants all plugin permissions | ❌ |
tokens.balance |
Allows checking token balances | ✔️ |
tokens.send |
Allows sending tokens to other players | ✔️ |
📥 Installation
Quick Start
- Download the latest version from Hangar
- Place the
.jarfile in your server'spluginsfolder - Restart your server
- Edit the configuration file to customize the scoreboard settings
- Use
/tokensto start managing your economy
📋 Requirements
- Java 21 or newer
- Paper 1.21.x+
- Minimum 10MB free disk space
💫 Dependencies
- None! This plugin works standalone
📝 Configuration Files
🔧 config.yml
scoreboard_objective: "tokens"
scoreboard_objective_name: "Tokens"
💬 messages.yml
Customize all plugin messages with MiniMessage formatting support.
🔄 The #defaults Folder
The folder serves several important purposes: #defaults
- Backup Reference: Contains original copies of all configuration files
- Reset Option: Use these to restore default settings
- Update Safety: Preserved during plugin updates
- Documentation: Shows all available options with comments
💡 Never modify files in the #defaults folder! They are automatically overwritten during server restarts.
💬 Support
📜 License
This project is licensed under the MIT License - see the LICENSE file for details.
🌟 Made with the lyttlest details in mind by Lyttle Development
If you enjoy this plugin, please consider:
⭐ Giving it a star on GitHub
💬 Sharing it with other server owners
🎁 Supporting development through Donations

Ченджлог
1.3.2Релиз1.21.8 · 24 августа 2025 г.
v1.3.2
This pull request consolidates and modernizes the CI/CD workflows for releasing and publishing packages, and updates a core dependency in the codebase. The main changes include replacing separate workflow files for the main and alpha branches with a single unified workflow, automating version tagging and release creation, and updating the plugin version and configuration class to use a new config type.
CI/CD Workflow Consolidation and Automation:
- Replaces
.github/workflows/main.ymland.github/workflows/alpha.ymlwith a new unified workflow.github/workflows/release-and-publish.ymlthat handles bothmainandalphabranches, streamlining the release process and reducing duplication. [1] [2] [3] - Adds automated steps in the new workflow to build the project, extract the plugin version, create git tags, and generate GitHub releases with uploaded artifacts, improving release traceability and automation.
Dependency and Version Updates:
- Updates the plugin version in
gradle.propertiesfrom1.3.1to1.3.2. - Refactors
Configs.javato useYamlConfiginstead of the deprecatedConfigclass for all configuration files, aligning with updated dependencies and improving maintainability.
1.3.2-ALPHA.2Альфа1.21.8 · 24 августа 2025 г.
v1.3.2
This pull request refactors the GitHub Actions workflow for releasing and publishing the project. The main focus is on simplifying the build and deployment jobs, removing unnecessary steps, and improving clarity with comments. The jobs for publishing to GitHub, Hangar, and Modrinth are now more streamlined and easier to maintain.
Workflow simplification and job improvements:
- The main build-and-release job has been renamed to
publish-github, and the workflow no longer uses a separate build artifact step. Each publish job now builds the project independently, reducing cross-job dependencies. [1] [2] - Removed the setup of GitHub Packages credentials and the use of artifact download/upload steps in all jobs, as they are no longer needed with the new approach. [1] [2] [3]
Build process and security improvements:
- Each job now includes explicit steps for checking out the repository and validating the Gradle Wrapper for improved security and clarity, with added comments explaining each step. [1] [2] [3]
- The build command now uses
./gradlew build shadowJar --stacktracein all jobs, ensuring the shadow JAR is built before publishing. [1] [2] [3]
Publishing steps:
1.3.1Релиз1.21.8 · 28 июля 2025 г.
v1.3.1
This pull request simplifies the repository by removing outdated workflows, updating version properties, and cleaning up dependency files. The most important changes include the deletion of the beta branch workflow, renaming the main branch workflow, updating the paperVersion property, and removing unused library definitions.
Workflow changes:
- Deleted the workflow for publishing packages on the beta branch, including all steps related to GitHub Packages, Hangar, and Modrinth uploads.
- Renamed the workflow from "Beta Branch" to "Main Branch" and updated the trigger branch from
betatomain.
Version updates:
- Updated
paperVersionfrom1.21.4to1.21.8, reflecting the latest platform version.
Dependency cleanup:
- Removed unused dependency definitions for VaultAPI and Paper API, cleaning up the file.
1.3.1-ALPHA.13Альфа1.21.8 · 28 июля 2025 г.
v1.3.1
This pull request simplifies the repository by removing outdated workflows, updating version properties, and cleaning up dependency files. The most important changes include the deletion of the beta branch workflow, renaming the main branch workflow, updating the paperVersion property, and removing unused library definitions.
Workflow changes:
- Deleted the workflow for publishing packages on the beta branch, including all steps related to GitHub Packages, Hangar, and Modrinth uploads.
- Renamed the workflow from "Beta Branch" to "Main Branch" and updated the trigger branch from
betatomain.
Version updates:
- Updated
paperVersionfrom1.21.4to1.21.8, reflecting the latest platform version.
Dependency cleanup:
- Removed unused dependency definitions for VaultAPI and Paper API, cleaning up the file.
1.3.1-ALPHA.12Альфа1.21.4 · 23 июня 2025 г.
v1.3.1
This pull request updates the GitHub Actions workflows for the Alpha, Beta, and Main branches to enhance package publishing capabilities and improves version management by incrementing the plugin version. Key changes include renaming workflows, adding support for publishing to multiple platforms, and updating environment variables for clarity.
Workflow Updates
- Renamed workflow to "Release & Publish Packages (Alpha Branch)" and added steps for publishing to GitHub Packages, Hangar, and Modrinth. Updated environment variables with comments for better clarity.
- Renamed workflow to "Release & Publish Packages (Beta Branch)" and added similar publishing steps as the Alpha workflow. Updated environment variables and comments for consistency.
- Renamed workflow to "Release & Publish Packages (Beta Branch)" and changed the target branch from
maintobeta. Added publishing steps for GitHub Packages, Hangar, and Modrinth, with updated environment variables.
Version Management
- Incremented
pluginVersionfrom1.3.0to1.3.1to reflect the new release.
1.3.0Релиз1.21.4 · 22 июня 2025 г.
v1.3.0
This pull request introduces several updates, including workflow enhancements, licensing changes, dependency updates, and significant refactoring to improve maintainability and functionality. The most important changes include adding environment variables to GitHub workflows, replacing a custom configuration management class with a shared utility, updating the plugin version, and refactoring the messaging system for better integration.
Workflow Enhancements:
.github/workflows/alpha.yml,.github/workflows/beta.yml,.github/workflows/main.yml: AddedGPR_USERandGPR_API_KEYenvironment variables to enable secure access to GitHub Package Registry.
Licensing and Documentation:
- Added the MIT License to the repository.
- Updated the license section to reflect the new MIT License and removed the previous "all rights reserved" statement.
Dependency and Version Updates:
- Updated
pluginVersionfrom1.2.1to1.3.0.
Refactoring and Codebase Simplification:
- Removed the custom
Configclass in favor of using the sharedConfigutility fromlyttleutils. - Updated imports to use the shared
Configutility.
Messaging System Refactor:
- Replaced static initialization of
ConsoleandMessagewith instance-based initialization for better encapsulation and flexibility. - Commands (
BaltopCommand,LyttleScoreboardEconomyCommand,TokensCommand): Updated to use the refactoredplugin.messageinstance for sending messages instead of the staticMessageutility.
Комментарии
Загружаем…