This plugin might help you keep players online on your server for longer.
At every configurable interval, players are rewarded a raffle ticket that increases their chance to win the raffle event.
The winner is finally announced ingame and on discord:
Ingame
Discord
The leaderboard can be checked anytime ingame and will be announced at discord at configurable interval:
Ingame (with rank)
Discord
Player rewarded with a raffle ticket
Enable discord
To enable the discord feature you need a second plugin:
and insert webhook url in the config file which is easy and quick to set up:
support.discordapp.com
Chat commands
Configuration
At every configurable interval, players are rewarded a raffle ticket that increases their chance to win the raffle event.
The winner is finally announced ingame and on discord:
Ingame

Discord

The leaderboard can be checked anytime ingame and will be announced at discord at configurable interval:
Ingame (with rank)

Discord

Player rewarded with a raffle ticket

Enable discord
To enable the discord feature you need a second plugin:


Intro to Webhooks
Discord's built in Webhooks function as an easy way to get automated messages and data updates sent to a text channel in your server. Think of them as one of those fancy pneumatic tube things you u...

Chat commands
- /leaderboard - display current leaderboard, players rank and announce to discord (if past cooldown).
- /raffle - see the amount of tickets you currently have
- raffle.winner - announces the winner ingame and discord
- raffle.reset - resets tickets for all players
Configuration
JSON:
{
"NumberOfWinners": 2,
"MinutesBetweenRewards": 30,
"SecondsBetweenWinners": 10,
"MinutesBetweenDiscordAnnouncements": 60,
"WebhookUrl": ""
}