Details
Supported Bukkit Versions
Changelog
-
Added /trivia statistics
- Permission is "trivia.player" (given to all by default)
- Shows trivia wins in 1st, 2nd, or 3rd place; games participated in; money and experience earned, and total rounds won
- Features language support
-
Added /trivia schedule
- Permission is "trivia.player" (given to all by default)
- If scheduled games is enabled, shows how many minutes until next game starts
-
Added placeholder API support
- Optional dependency
-
Placeholders
- %triviagamewinsfirst%, %triviagamewinssecond%, %triviagamewins_third% shows a player's games won for that position
- %triviagameparticipation% shows how many games a player has participated in
- %triviaroundwins% shows how many rounds (questions answered) a player has
- %moneywon% and %experiencewon% show how much money or experience that player won
- %gameinprogress% shows "true" if a game is currently in progress and "false" otherwise
- A few bug fixes