Перейти к содержимому
Mineforgian

DailyLoginBonus

A Daily Login Bonus plugin for Paper and Folia server software. Uses Vault as a dependency.

Загрузки
69
Подписчики
0
Обновлён
29 января 2026 г.
Лицензия
AGPL-3.0-only

Опубликован 29 января 2026 г.

DailyLoginBonus

License

DailyLoginBonus is a customizable daily login bonus plugin for the Paper or Folia server software. It allows you to set a custom daily login bonus amount, and the percentage it should increase with the players daily streak.

Features

  • Customizable daily login bonus.
  • Customizable reward cooldown (default 12 hours).
  • Customizable streak reset time (default 24 hours).
  • Customizable daily streak percentage increase (default 20%).

Installation

  1. Download the latest release of DailyLoginBonus from the Releases page.
  2. Place the downloaded JAR file in the plugins directory of your Paper 1.20 - 1.21.11 server.
  3. Start your Paper server to generate the default configuration file.

Configuration

After running the server for the first time with DailyLoginBonus installed, a default configuration file will be created in the plugins/dailyloginbonus directory.

Configuration File

The configuration file config.yml allows you to customize the plugin. Here is the default configuration:

baseReward: 5000
percentageIncrease: 20
cooldownHours: 12
streakResetHours: 24

Development

Prerequisites

  • Java 21
  • Maven

Building

Clone the repository and build the plugin using Maven:

git clone https://github.com/AdrianJoeK/DailyLoginBonus.git
cd DailyLoginBonus
mvn package

The compiled JAR file will be located in the target directory.

License

DailyLoginBonus is licensed under the AGPL-3.0 License. See the LICENSE file for more details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

Acknowledgements

  • PaperMC - The Minecraft server software that DailyLoginBonus is built for.
  • Vault - The economy system used by DailyLoginBonus.

Ченджлог

0.0.3-SNAPSHOTБета1.21.9, 1.21.10, 1.21.11 · 29 января 2026 г.
  • Updated to Paper 1.21.11,
  • Added Folia support.
0.0.2-SNAPSHOTБета1.20.6, 1.21, 1.21.1 · 29 января 2026 г.

Now supports Paper 1.20 - 1.21.1.

0.0.1-SNAPSHOTАльфа1.20.6, 1.21, 1.21.1 · 29 января 2026 г.

Version 0.0.1-SNAPSHOT

  • Config file with the ability to customise streak base amount, streak daily percentage increase, daily bonus cooldown, and hours until streak resets.
  • Plugin functions. It issues a daily login bonus using Vault and EssentialsX and increases the daily bonus by the set percentage in the config each day the streak goes up.
  • Notifies player in server chat.

Комментарии

Загружаем…