A lightweight Minecraft plugin that hosts a short raffle whenever a new player joins, rewarding one random greeter who says “welcome” in chat.
A lightweight Minecraft plugin that turns welcoming new players into a fun raffle event.
welcome in chat. config.yml) config.yml# Action bar message shown when a new player joins
join-message: "Say \"welcome\" for a chance to win rewards!"
# How long the raffle lasts (in seconds)
raffle-duration: 10
# Commands to run for the winner
# %player% will be replaced with the winner’s name
rewards:
- "give %player% diamond 3"
- "eco give %player% 500"