
A very lightweighted and cheap plugin, for every server that wants a classy Skywars minigame. Easy to use, easy to install. And almost everyday a new update with more to come.
Skywars: $3.99
Full source code (permission): $9.99

- Purchase and download Skywars.jar
- Put the Skywars.jar file into your /plugins/ folder
- Reload the server and let the plugin load in
- Open the config.yml and change the settings so it fits your serverReload the server
- Enjoy a nice Skywars plugin!
- If using MySQL you will have to setup a database called 'skywarsdb'

- MySQL support
- Pre-game lobby
- Scoreboard countdown timer
- Scoreboard player count
- Join/quit message
- Automatic chests refill
- Automatic world reset (Required reboot that executes automatically)
- Chest content customization (Use /Skywars Chestmode)
- Spectator mode (When a player died, or when joining full server)
- Teleportation to the hub when game is over

- /Skywars - Bring up a help page for the skywars setup
- /Skywars Create - Generates the required files for the server arena
- /Skywars Remove - Removes the files for the server arena
- /Skywars Setlobby - Set the spawn location for the pre-game lobby
- /Skywars Setspawn [Index] - Set a spawn location for each individual player in the arena
- /Skywars Forcestart - Immeditaly start the game, without any requirements
- /Skywars Chestmode - Enables/Disables the mode where when you right click an item it will be added to the list of available items in a chest in Skywars
- /Skywars Rollback - Enables/Disables a feature where when it is disabled the server will NOT shutdown the server and rollback the world (Disable this mode when working on the Skywars map)

No images yet

Code (Text):
[/LEFT]
mysql:
enabled: true
databse: 'skywarsdb'
ip: '127.0.0.1'
port: '3306'
username: 'root'
password: ''
skywars:
game:
messages:
chat:
enabled: true
message: '&6&lWelcome to SkyWars!'
title:
enabled: true
title: '&c&lSkywars'
subtitle: '&6Free-For-All'
anti-pvp:
enabled: true
messages:
start: '&7PVP will start in %pvp_timer% seconds!'
end: '&7PVP has been enabled! Hunt down your enemy!'
pre-game:
min-players: 4
# Players can access the shop by right clicking the shop item in the pre-game lobby
#
# The number in 'categories' represents the slot in the shop menu
#
# Available category types: KITS, ARROW_TRAILS
# More types are coming soon
#
# When setting the price to '0' for an item it will be unlocked as default
shop:
enabled: true
shop-menu:
title: '&0Skywars shop'
size: 9
shop-item:
slot: 1
id: 264
data: 0
meta:
name: '&b&lShop &7(Right-click)'
lore-enabled: false
lore:
- ''
glowing: true
locked: '&c&lLOCKED'
unlocked: '&a&lUNLOCKED'
starting-coins: 0
coins-worth:
kill: 100
win: 500
categories:
'1':
type: 'kits'
title: '&0Skywars Kits'
rows: 1
id: 54
data: 0
meta:
name: '&6&lKits'
lore-enabled: true
lore:
- '&7Click to open the Kits category'
glowing: false
'2':
type: 'arrow_trails'
title: '&0Skywars Arrow Trails'
rows: 1
id: 262
data: 0
meta:
name: '&6&lArrow Trails'
lore-enabled: true
lore:
- '&7Click to open the Arrow trails category'
glowing: false
kits:
'1':
price: 0
# The Database ID has to be identical from other Database IDs
# When unlocking this Databse ID will be saved in a list of unlocks in the SQL database
database-id: 'DEFAULTKIT'
file: 'defaultKit.yml'
id: 45
data: 0
meta:
name: '&c&lDefault'
lore-enabled: true
lore:
- '&7- Stone Pickaxe (1x)'
- '&7- Stone Axe (1x)'
- '&7- Cobblestone (32x)'
glowing: false
'2':
price: 5000
database-id: 'FIGHTERKIT'
file: 'fighterKit.yml'
id: 276
data: 0
meta:
name: '&c&lFighter'
lore-enabled: true
lore:
- '&7- Stone Sword (1x)'
- '&7- Fishing Rod (1x)'
- '&7- Arrow (8x)'
- '&7'
- '&7Cost: &f5.000'
glowing: false
# In the 'effect-type' key use any value from the following link https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
# 'amount' is the amount of effects will play every seconds
arrow_trails:
'1':
price: 5000
database-id: 'PORTAL_TRAIL'
effect-type: 'PORTAL'
amount: 5
id: 119
data: 0
meta:
name: '&cFighter'
lore-enabled: false
lore:
- ''
glowing: false
timers:
countdown: 30
game: 900
anti-pvp: 20
Code (Text):
contents:
'1':
id: 274
data: 0
amount: 1
meta:
name: '&fStone Pickaxe'
lore-enabled: false
lore:
- ''
glowing: false
use-enchantments: false
# Please use the enchantments from the following list to prevent errors https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
# Use this format: {ENCHANTMENT NAME}:{LEVEL}
enchantments:
- ''
'2':
id: 275
data: 0
amount: 1
meta:
name: '&fStone Axe'
lore-enabled: false
lore:
- ''
glowing: false
use-enchantments: false
enchantments:
- ''
'3':
id: 4
data: 0
amount: 32
meta:
name: '&fCobblestone'
lore-enabled: false
lore:
- ''
glowing: false
use-enchantments: false
enchantments:
- ''



- Make the plugin customizable (Currently 60%)
- Create a language file to change all messages to whatever the user feels like
- Make it so the owner can customize how the scoreboard looks like (To display kills, deaths, games won, etc)
- Import an economy system where owners can add starting kits, arrow trails, and all other sorts of special stuff
- Starting kit customization
- More detailed customization and improved chest system
- IMPORTANT: Read the reviews and see what people want to see in the plugin, so it fits every server.