Installation
Installation
Section titled “Installation”Get BK-Gradients running on your server in under 2 minutes.
Requirements
Section titled “Requirements”| Requirement | |
|---|---|
| Server | Paper 1.21 or newer |
| Java | 17 or newer |
| PlaceholderAPI | Optional — needed only for external tab/scoreboard placeholders |
Installation steps
Section titled “Installation steps”-
Download the plugin
Get
BKGradients.jarfrom your purchase platform: -
Drop the jar into
/pluginsserver/└── plugins/└── BKGradients.jar ← place it here -
Start the server
All configuration files are generated automatically on first boot.
-
Configure and reload
Edit
config.yml,messages.yml,tags.ymland files insidemenus/as needed, then run:/bkg reloadChanges apply instantly — no restart required.
Generated file structure
Section titled “Generated file structure”After the first start you will find this inside plugins/BKGradients/:
plugins/BKGradients/├── config.yml ← Main config (database, modules, sounds, colors)├── messages.yml ← All player-facing messages (MiniMessage format)├── tags.yml ← Tag definitions, categories, and color presets├── data.db ← SQLite database (absent when using MySQL)└── menus/ ├── main_menu.yml ├── prefix_menu.yml ├── prefix_styles.yml ├── prefix_history.yml ├── nick_menu.yml ├── nick_styles.yml ├── nick_history.yml ├── suffix_menu.yml ├── suffix_styles.yml ├── suffix_history.yml ├── tags_categories.yml ├── tags_list.yml ├── tags_colors.yml └── tags_favourites.ymlVerify the installation
Section titled “Verify the installation”Run in-game or in console:
/bkg versionYou should see the installed version. If the command is not recognized, check that the jar loaded correctly in your server console.