Plugin infrastructure for Minecraft servers in the Vanilla Survival Multiplayer (SMP) category, with a focus on the Folia core.
- API
- Text utilities
- Configuration manager
- Localization manager
- Permissions
- Group permissions
- Player permissions
- Weights
- Inheritance
- Placeholders system
Step-by-step instructions to install the plugin:
- Download the latest release from the Releases page
- Place the
.jar
files into your server'splugins
folder - Restart the server
All plugin settings are configured in their respective config.yml
files. Messages can be customized in the corresponding lang
folders, named according to the language (e.g., en_US.yml
), which are automatically used based on the client’s language.
This project uses Gradle as its build system. To build all plugins, run:
./gradlew build
This will compile the source code, run the necessary tasks, and produce .jar
files in the build/libs/
directory.
If you are using Windows, use
gradlew.bat build
instead of./gradlew build
.
To debug the plugins with Folia, use:
./gradlew runFolia
This will start a local Folia server instance with your plugins loaded, allowing you to test features in a real server environment.
Tip: You can modify the run configuration in
build.gradle
if you want to change server version or plugin paths.
- Backup
- Vault
- Prefixes
- Postfixes
- Alt names
- Economics
- Chat events
- Joins, disconnects
- Local and global chat
- Whispers
- Replies
- Deaths
- Teleport events
- Random Teleport
- Spawns
- Respawns
- Warps
- Homes
- Tab
- Scoreboard
- MOTD
- Holograms
- Menus
- Friends
- Clans
- Jobs
- Auctions
- Shops
- Regions (rent chunk)
Pull requests, suggestions, and feedback are welcome!
To contribute:
- Fork this repository
- Create a new branch for your improvement or fix
- Write your code and commit the changes
- Open a pull request
This project is licensed under the AGPL-3.0 License.
Copyright © Ritz Atemo, aviora.red
- Inspired by the Folia core project