- Improved the plugin so it won't lagg with more than 200+ players!
Fixes
- Fixed: ActionBar no longer disappears too early when a giveaway is stopped or ends.
This update brings one of the most requested features – Scheduled Giveaways – along with a brand-new config option for timezone support. Perfect for servers that want to automatically run giveaways at fixed times of the day!
Additionally, we fixed an issue where the BossBar would disappear too early when stopping or ending a giveaway.
New in config.yml
YAML:timezone: "Europe/Berlin" scheduled-giveaways: '1': time: '11:15' reward: diamond_pack duration: 3m announcements: '1': before: 2m message: '&eThe &bDiamond Giveaway &estarts in 2 minutes!' title: main: '&bDiamond Giveaway' sub: '&eStarting soon' '2': before: 30s message: '&cOnly 30 seconds until the Diamond Giveaway!' title: main: '&cGet ready!' sub: '&e30 seconds left'
Timezone Support → configure your server’s local timezone for consistent scheduling.
Scheduled Giveaways → set exact times when giveaways start automatically.
Custom Announcements → send countdown messages and titles before the giveaway begins.
New in messages.yml
YAML:# Scheduled Giveaways scheduled-start: "&aA scheduled giveaway has started! Reward: %item% &7(Duration: %time%)" scheduled-broadcast: "%prefix%&eThe &6&lDaily Keyall &eis active! Type &6&l/giveaway join&e to enter! Ends in &6&l%time%&e."
scheduled-start → clean broadcast when a scheduled giveaway begins.
scheduled-broadcast → promote your daily / timed giveaways with placeholders for reward & duration.
Fixes
- Fixed: BossBar no longer disappears too early when a giveaway is stopped or ends.
Why this matters
- Fully automate daily giveaways – no more manual starting!
- Increase player engagement with countdown messages and hype builds.
- Flexible configuration per timezone, great for international servers.
- More polished giveaway visuals thanks to the BossBar fix.
Pro tip: Combine scheduled giveaways with your existing reward packs to create unique daily events like Keyalls, Rank Drops, or Lootbox Giveaways!
Fixes
- Improved error handling for /admingiveaway stop.
No more unexpected errors when stopping a giveaway.
Config & Messages
- The plugin now automatically adds missing config and message sections on update.
- Your existing edits remain untouched.
- Only missing keys from new versions will be added.
Blocked Items Feature
- Server owners can now block specific items from being used as giveaway rewards.
- Block by:
- Material (e.g., DIAMOND_SWORD)
- Custom item names
- Enchantments with level conditions (e.g., DAMAGE_ALL: ">=5" or FIRE_ASPECT: "<=1")
- Supports unlimited blocked items through the config.
Improved Time Display
This makes countdowns in the ActionBar, BossBar, and messages more user-friendly and easier to read.
- Giveaway countdowns no longer show only raw seconds.
- Example:
- 90s → now displayed as 1m 30s
- 3600s → displayed as 1h
- 3675s → displayed as 1h 1m 15s
New Feature
- Update Checker:
The plugin now checks if your server is running the latest version of VoidGiveaway.
- If a newer version is available, you’ll be notified in console and in-game (for admins).
- Keeps your plugin always up-to-date with the newest features and fixes.
This update is lightweight and has no impact on performance.
Stay informed, never miss an update again!
This update introduces a complete Giveaway History System so server admins can keep track of all past giveaways!
New Features
- Giveaway History GUI
View all past giveaways in an interactive GUI with multiple pages. Each entry shows host, winner, reward, and date.
- SQLite-Powered Storage
History entries are permanently saved in an SQLite database and persist after restarts.
- Configurable GUI Items
Fully customizable item name, lore, size, and navigation buttons inside config.yml.
- PersistentData Navigation
Items in the GUI are tracked with PersistentData for reliable page-switching and interaction.New Command
New Permission
- /admingiveaway history – Open the Giveaway History GUI (Admin only).
- voidgiveaway.admin.history – Required to view the history GUI.
Config Additions
YAML:history: gui: title: "&bGiveaway History" size: 54 per-page: 21 entry-item: material: PAPER name: "&eGiveaway #%id%" lore: - "&7Host: &f%host%" - "&7Winner: &a%winner%" - "&7Prize: &b%reward%" - "&7Date: &f%date%" navigation: previous-page: material: ARROW name: "&ePrevious Page" slot: 45 persistent-key: "voidgiveaway:prev" next-page: material: ARROW name: "&eNext Page" slot: 53 persistent-key: "voidgiveaway:next" close: material: BARRIER name: "&cClose" slot: 49 persistent-key: "voidgiveaway:close"
With this update, you can now track every giveaway that was ever hosted on your server and easily browse results in a clean GUI.
