This Plugin allows you to create cool Giveaways on your Server and give the players more fun.
Use /giveaways to See all commands.
-All messages configurable
- All permissons configurable
- Colorcodes Support
- Placeholders
- 3 Types of Giveaways at the Moment
- Nice Animations
- Giveaway Items
- And more
!! Use /giveaways to See all commands. !!
Spoiler: config.yml
Code (Text):
# _______ ______ _______ _ _______ _______ ______ _______ _________ _______ _______ _______ _______
#( ___ )( __ \ |\ /|( ___ )( ( /|( ____ \( ____ \( __ \ ( ____ \\__ __/|\ /|( ____ \( ___ )|\ /|( ___ )|\ /|( ____ \
#| ( ) || ( \ )| ) ( || ( ) || \ ( || ( \/| ( \/| ( \ )| ( \/ ) ( | ) ( || ( \/| ( ) || ) ( || ( ) |( \ / )| ( \/
#| (___) || | ) || | | || (___) || \ | || | | (__ | | ) || | | | | | | || (__ | (___) || | _ | || (___) | \ (_) / | (_____
#| ___ || | | |( ( ) )| ___ || (\ \) || | | __) | | | || | ____ | | ( ( ) )| __) | ___ || |( )| || ___ | \ / (_____ )
#| ( ) || | ) | \ \_/ / | ( ) || | \ || | | ( | | ) || | \_ ) | | \ \_/ / | ( | ( ) || || || || ( ) | ) ( ) |
#| ) ( || (__/ ) \ / | ) ( || ) \ || (____/\| (____/\| (__/ )| (___) |___) (___ \ / | (____/\| ) ( || () () || ) ( | | | /\____) |
#|/ \|(______/ \_/ |/ \||/ )_)(_______/(_______/(______/ (_______)\_______/ \_/ (_______/|/ \|(_______)|/ \| \_/ \_______)
permissions:
GiveawaysReloadCMD: 'giveaways.cmd' # Permisson you need for /giveaways and /giveaways reload
GiveawayCMD: 'giveaway.cmd' # Permisson you need for /giveaway | /giveaway create | /giveaway info
RandomCMD: 'random.cmd' # Permisson you need for the /random Command!
GiveallCMD: 'giveall.cmd' # Permisson you need for the /giveall Command!
RenameCMD: 'rename.cmd' # Permisson you need for the /rename Command!
SetLoreCMD: 'setlore.cmd' # Permisson you need for the /setlore Command!
5MinuteGiveaway:
EnableSound: false
Sound: '' #Here you can enter the sound name. Make sure that the sound is also available in your server version, because many sound names change from version to version!
WinnerSound: '' #Only Works if you enable EnableSound. (Sends the Winner a custom Sound)
GiveWinnerXP: false
XPLevel: 2
#( ___ )( __ \ |\ /|( ___ )( ( /|( ____ \( ____ \( __ \ ( ____ \\__ __/|\ /|( ____ \( ___ )|\ /|( ___ )|\ /|( ____ \
#| ( ) || ( \ )| ) ( || ( ) || \ ( || ( \/| ( \/| ( \ )| ( \/ ) ( | ) ( || ( \/| ( ) || ) ( || ( ) |( \ / )| ( \/
#| (___) || | ) || | | || (___) || \ | || | | (__ | | ) || | | | | | | || (__ | (___) || | _ | || (___) | \ (_) / | (_____
#| ___ || | | |( ( ) )| ___ || (\ \) || | | __) | | | || | ____ | | ( ( ) )| __) | ___ || |( )| || ___ | \ / (_____ )
#| ( ) || | ) | \ \_/ / | ( ) || | \ || | | ( | | ) || | \_ ) | | \ \_/ / | ( | ( ) || || || || ( ) | ) ( ) |
#| ) ( || (__/ ) \ / | ) ( || ) \ || (____/\| (____/\| (__/ )| (___) |___) (___ \ / | (____/\| ) ( || () () || ) ( | | | /\____) |
#|/ \|(______/ \_/ |/ \||/ )_)(_______/(_______/(______/ (_______)\_______/ \_/ (_______/|/ \|(_______)|/ \| \_/ \_______)
permissions:
GiveawaysReloadCMD: 'giveaways.cmd' # Permisson you need for /giveaways and /giveaways reload
GiveawayCMD: 'giveaway.cmd' # Permisson you need for /giveaway | /giveaway create | /giveaway info
RandomCMD: 'random.cmd' # Permisson you need for the /random Command!
GiveallCMD: 'giveall.cmd' # Permisson you need for the /giveall Command!
RenameCMD: 'rename.cmd' # Permisson you need for the /rename Command!
SetLoreCMD: 'setlore.cmd' # Permisson you need for the /setlore Command!
5MinuteGiveaway:
EnableSound: false
Sound: '' #Here you can enter the sound name. Make sure that the sound is also available in your server version, because many sound names change from version to version!
WinnerSound: '' #Only Works if you enable EnableSound. (Sends the Winner a custom Sound)
GiveWinnerXP: false
XPLevel: 2
Spoiler: messages.yml
Code (Text):
# Here you can edit the Messages as you like.
GeneralMessages:
Reloaded: '&cAll configs were reloaded.'
NoPerms: '&cYou dont have the right permisson to execute this Command!'
NotAPlayer: 'Only a Player can execute this Command!'
NoItemInHand: '&cYou need to hold an Item in your hand!'
GiveawayAlreadyInProgress: '&cA giveaway is already running!'
NoGiveawayAtTheMoment: '&cThere is no Giveaway at the Moment!'
WrongUsage: '&cWrong Usage!'
TooLowPlayers: '&cAt least 2 players are needed for a giveaway!'
GiveawayMessages: #5 Minute Giveaway
GiveawayAnnouncement:
- '&8&m---------------------------------------'
- ' &6&lGIVEAWAY'
- '&c'
- '&8>> &7It will be raffled &8: &e&l %number% x %itemname%'
- '&a'
- '&8>> &7Everyone takes part &aautomatically&7.'
- '&8>> &7The Giveaway is resolved in &a&l5 minutes.'
- '&c'
- '&8&m---------------------------------------'
#Titles:
Giveaway2MinutesLeft: '&6&lGIVEAWAY &7Ends in &a2 Minutes'
Giveaway1MinutesLeft: '&6&lGIVEAWAY &7Ends in &a1 Minute'
Giveaway30SecondsLeft: '&6&lGIVEAWAY &7Ends in &a30 Seconds'
Giveaway10SecondsLeft: '&6&lGIVEAWAY &7Ends in &a10 Seconds'
Giveaway3SecondsLeft: '&6&lGIVEAWAY &7Ends in &a3 Seconds'
Giveaway2SecondsLeft: '&6&lGIVEAWAY &7Ends in &a2 Seconds'
Giveaway1SecondsLeft: '&6&lGIVEAWAY &7Ends in &a1 Second'
YouHaveWon: '&6&lGIVEAWAY &7You have won!'
GiveawayEnd:
- '&8&m---------------------------------------'
- '&6&lGIVEAWAY ENDED'
- '&c'
- '&8>> &e&l%number% x %itemname% &7was raffled!'
- '&c'
- '&8>> &7The Winner is &c&l%winner% &7!'
-
- '&8&m---------------------------------------'
RandomCommand:
PlayerPicked: '&7The Player &a%playername% &7was chosen randomly!'
GiveallCommand:
Giveall: '&7[&aGiveAll&7] All Player got some Items!'
RenameCommand:
RenameUsage: '&cUsage: /rename <name>'
ItemEdited: '&7Item successfully edited!'
SetLoreCommand:
SetLoreUsage: '&cUsage: /setlore <lore>'
ItemEdited: '&7Item successfully edited!'
GeneralMessages:
Reloaded: '&cAll configs were reloaded.'
NoPerms: '&cYou dont have the right permisson to execute this Command!'
NotAPlayer: 'Only a Player can execute this Command!'
NoItemInHand: '&cYou need to hold an Item in your hand!'
GiveawayAlreadyInProgress: '&cA giveaway is already running!'
NoGiveawayAtTheMoment: '&cThere is no Giveaway at the Moment!'
WrongUsage: '&cWrong Usage!'
TooLowPlayers: '&cAt least 2 players are needed for a giveaway!'
GiveawayMessages: #5 Minute Giveaway
GiveawayAnnouncement:
- '&8&m---------------------------------------'
- ' &6&lGIVEAWAY'
- '&c'
- '&8>> &7It will be raffled &8: &e&l %number% x %itemname%'
- '&a'
- '&8>> &7Everyone takes part &aautomatically&7.'
- '&8>> &7The Giveaway is resolved in &a&l5 minutes.'
- '&c'
- '&8&m---------------------------------------'
#Titles:
Giveaway2MinutesLeft: '&6&lGIVEAWAY &7Ends in &a2 Minutes'
Giveaway1MinutesLeft: '&6&lGIVEAWAY &7Ends in &a1 Minute'
Giveaway30SecondsLeft: '&6&lGIVEAWAY &7Ends in &a30 Seconds'
Giveaway10SecondsLeft: '&6&lGIVEAWAY &7Ends in &a10 Seconds'
Giveaway3SecondsLeft: '&6&lGIVEAWAY &7Ends in &a3 Seconds'
Giveaway2SecondsLeft: '&6&lGIVEAWAY &7Ends in &a2 Seconds'
Giveaway1SecondsLeft: '&6&lGIVEAWAY &7Ends in &a1 Second'
YouHaveWon: '&6&lGIVEAWAY &7You have won!'
GiveawayEnd:
- '&8&m---------------------------------------'
- '&6&lGIVEAWAY ENDED'
- '&c'
- '&8>> &e&l%number% x %itemname% &7was raffled!'
- '&c'
- '&8>> &7The Winner is &c&l%winner% &7!'
-
- '&8&m---------------------------------------'
RandomCommand:
PlayerPicked: '&7The Player &a%playername% &7was chosen randomly!'
GiveallCommand:
Giveall: '&7[&aGiveAll&7] All Player got some Items!'
RenameCommand:
RenameUsage: '&cUsage: /rename <name>'
ItemEdited: '&7Item successfully edited!'
SetLoreCommand:
SetLoreUsage: '&cUsage: /setlore <lore>'
ItemEdited: '&7Item successfully edited!'
Spoiler: Pictures
The Winner will get a Title where stands that he wons.
The Winner will get a Title where stands that he wons.
I would be very happy if you rate my plugin

If there are any Questions or Bugs Join my Discord: https://discord.gg/DdJt3K88qN
Or DM me via Discord: J a n#6176
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
⭐ AdvancedGiveaways | Everything configurable ⭐ is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,560 times (via Spigot). Download it and open it directly in the game.