SkyWars
SkyWars
489JsDR.png

Do battle with players in the sky! Loot chests for equipment, build bridges to other player's islands, raid the loot chest in the middle, and fight to be the last player standing.

PLEASE, READ REQUIREMENTS AND LIMITATIONS

LkALmXe.png

  • Bungee Mode and Multi Arena Mode
  • MySQL or SQLite
  • Custom Economy
  • Stats
  • Kits
  • Sign System
  • Custom Chests
  • AND MUCH MORE!

BGyuL1W.png

  • WIKI and DOCUMENTATION
  • /sw reload
  • UUID Support
  • More Stats
wP71JnC.png


lby30fc.png

xn9szPZ.png

UPeMCwu.png

RhTdZHX.png





asFDGXU.png

  • COMING SOON - Official Test Server - Non Premium
  • mc.simulacraft.com - SimulaCraft - Premium (Multi Arena)
  • mc.minesound.es - Mine Sound - Non Premium (Multi Arena)
  • mc.sky-craft.it - Sky Craft
  • mc.tacoland.es - Tacoland - Non Premium (Multi Arena)
Tr4OCqr.png

  • skywars.admin - Access to all commands
  • skywars.admin.forcestart - Access to /sw forcestart
  • skywars.admin.spectate - Spectate Arenas in Game
  • skywars.cmd.open,lshop - Open Lobby Kit Shop
  • skywars.settings.*
  • skywars.vote.*
  • skywars.vip.coin.2 - Coins multiplier x2
  • skywars.vip.coin.3 - Coins multiplier x3
  • skywars.vip.talk - Allow chat for players before game start
If you set true kit_permssion in config.yml, the players need the permission:
  • skywars.kit.kitname
Examples:
  • skywars.kit.builder
  • skywars.kit.noobly

eqMUqLS.png

< > - Required
[ ] - Optional
  • /sw create <Arena-Name> - Create new arena
  • /sw load <WorldName> - Load world in folder map
  • /sw tp <WorldName> - Teleport to another world
  • /sw addspawn - Add spawn point from arena
  • /sw removespawn - Remove spawn point from arena (latest or specific) New!
  • /sw forcestart - To force start the arena where you are
  • /sw set <min/max> <number> - To set Min/Max players on the map where you are
  • /sw setspect - To set the spectator spawn on the map where you are
  • /sw lobbyspawn - To set Lobby Spawn (Multi Arena Mode)
  • /sw addhologram - To add Hologram Stats (Multi Arena Mode)
  • /sw removehologram [#] - Remove Hologram Stat (latest or specific) New!
  • /sw join - Join to a random game
  • /sw join [Arena-Name] - Join to specific game
  • /sw coins - Get your coins (Economy: Custom)
  • /sw coins add <amount> [PlayerName] - add coins himself/other player (Economy: Custom)
  • /sw coins remove <amount> [PlayerName] - remove coins himself/other player (Economy: Custom)
  • /sw open lshop - To open Lobby Kit Shop
vwBmIuo.png

5urPBql.png

  • Do not use EssentialsSpawn
  • Incompatible plugins:
    • Any plugin that set Scoreboards to players every time
    • Plugins to set Spawn and Respawn Point
  • Avoid the use of:
    • Multiverse-Core or other plugin to load worlds
  • SkyWars in mode Lobby require MySQL, if you don't have access to MySQL you can't use mode Lobby for BungeeCord Servers
PhFc7wY.png


CONFIG.YML
Code (Text):
# -------------------------------- #
#
# SKYWARS
# By CookLoco
# Battle with players in the sky
#
# -------------------------------- #

# Check if exists a new update (RECOMMENDED YOU LEAVE TRUE)
check_updates: true

# Debug mode
# enable if you have some crash/error and need send me (CookLoco) the server log
debug: false

# Available languages:
# en: English (Default)
# es: Spanish
# nl: Dutch
locale: en

# Rows/Lines from the Kit Menu (WAITING GAME)
kitmenu_rows: 3

# If is true, players with the permission (skywars.kit.KitName) can buy this kit
kit_permission: false

# Enable it if you need setup an arena or spawn points
editmode: true

# Maximum time for every arena/game
maxtime: 1200

# Lobby coords [MultiArena/Lobby]
# type /sw lobbyspawn with editmode: true to set the Lobby Spawn
spawn: ''

# Bungee lobby server to teleport when player leave or game ends (BungeeMode)
lobby_server: Lobby

# Lobby server list for random tp (BUNGEECORD SERVERS)
lobbies_servers:
- Lobby

# max slots used per generated chest (IN GAME)
max_items_types_chest: 15

economy:
# Economy types:
# Custom: included per default in SkyWars (HIGHLY RECOMMENDED)
# Vault: hook with Vault and other plugin like Essentials or iConomy
# PlayerPoints: hook with PlayerPoints
# Craftconomy3: hook with CraftConomy3
mode: Custom
# Currency set when you has been configured CraftConomy3 (Default: Dollar)
craftconomy3_currency: Dollar

reward:
# reward that receive every survivor when a player die
death: 1
# reward for kill some player
kill: 2
# reward for winner
win: 10

mode:
# Plugin Modes:
# BungeeMode: Only one game per server (better performance)
# MultiArena: Unlimited games per server (underperforming with many games)
# Lobby: Only Lobby System for Bungee Servers (before SkyWarsLobby)
plugin: MultiArena
# Auto Start when a game ends (BungeeMode)
bungee-autostart: true
# Select a random map from configured arenas
bungeerandom: true
# Select the same map all the time (BUNGEERANDOM MUST BE FALSE)
bungeemapset: default

server:
# BungeeMode settings for Sign System (MySQL REQUIRED)
# enable if this server is in BungeeMode and you have other server (Lobby)
# with SkyWars in mode Lobby for the Sign System (MySQL REQUIRED IN BOTH SERVERS)
enabled: false
# bungee name that correspond to this server
bungeeid: SkyWars-1

data:
# Types:
# SQLite: Local File (Default)
# MySQL: MySQL Server required
type: SQLite
mysql:
# MySQL server address/ip
server: localhost
# database name
db: SkyWars
# MySQL User
user: root
# MySQL Port
port: 3306
# MySQL password
password: password
tablename:
# Table name of player data
data: SkyWars_Data
# Table name of custom economy data
economy: SkyWars_Economy
# Table name of servers info
servers: SkyWars_Servers

options:
# enable or disable weather in arena worlds
weather: false
# enable or disable mobs spawn in arena worlds
creaturespawn: false
# save inventory when player join to the game and restored when leave
saveInventory: true
# force teleport to spawn when a player join
forceLobbySpawn: true
# sequencial spawn points in arena
orderedSpawnPoints: true
# disable pvp in Lobby world
disablePvP-Outside-The-Arena: false
# disable all damage in Lobby
disableDamage-Outside-The-Arena: false
# enable or disable leave message when player leave from the server
leaveMessage: false
# enable or disable join message when player join to the server
joinMessage: false
# disable leave item (bed)
disableLeaveItem: false
# disable separated Tab per world (RECOMMEND YOU LEAVE FALSE FOR 1.8 & 1.9 SERVERS)
disablePerWorldTab: false
# disable separated chat per world
disablePerWorldChat: false
# disable spectator mode when player die
disableSpectatorMode-Death: false

block:
commands:
# Commands blocked for players in game (in arena)
ingame:
- help
- spawn
- home





In addition to these files, the plugin create others called "messages_xx" that contains all messages in different languages

Oz6cgyY.png

How to create arena:

make sure you have SkyWars and SkyWarsLobby on separate servers.
SkyWarsLobby is only for BungeeCord servers (Lobby Server) and only work with MySQL, and SkyWars is the Game.

  1. Make sure the server is in editmode (editmode: true)
  2. Put all worlds in the folder "maps" (The map should already be built)
    1. "maps" It is a folder that is created in the root directory
  3. Start your server
  4. Join and type: /sw create <ArenaName>
  5. type: /sw load <WorldName>
  6. type: /sw tp <WorldName> to teleport to the world
  7. Add spawn points (Glass Box) type: /sw addspawn
  8. Set Max/Min players in arena, type: /sw set <min/max> <number>
  9. Set Spectator Spawn, type: /sw setspect
  10. If you are in Multi Arena Mode, go to Lobby world and type : /sw lobbyspawn - to set lobby spawn
  11. If you are in Multi Arena Mode, put all Signs for join to the arena
  12. When you finish to configure all maps stop the server
  13. Change in config.yml editmode: true to false and enjoy!
Setup Video (Without Sound) - Multi Arena
Using latest spigot version (1.8.8)


Signs (Multi Arena Mode)

2292d4953ac4d2683070e182c67e4e12.png

ArenaName is Optional in Rotation Mode

How to create a SkyWars Sign in your Lobby Server


0OUvmEK.png


Before buying this plugin you must read all, if you have any questions ask me via PM

When you buy this plugin, you agree to the following:
  • You know all features, limitations and requirements.
  • No refunds.
  • This plugin only can be used in your server or network.
  • I reserve the right to change these Terms at any time, and you agree to abide by the most recent version of this.
  • I'm not obligated to do updates, but that doesn't mean I wont update frequently the plugin.
  • Support is only given to the account who bought it. Support to "friends", "developers" or "co-owners" will not be given.
  • The price may change at any time without notice.
  • If you want support or has some question, PM me or contact me via Skype.
  • If you contact me via Skype for support with the plugin, you need let me know what is your SpigotMC username and PayPal email with you bought the plugin.
  • You are responsible for what happens to the plugin after downloading. Accidental distribution or leaking will not be used as an excuse. You are responsible for the security of the plugin.
Last ToS changes: [02/06/2016]
Last Limitations Changes: [02/06/2016]
Last Requirement Changes: [24/04/2016]
Skype: kevinchat14

Latest updates

  1. Minor fixes - 1.5.7

    Fix: Load Arenas,Chest and Kits Fix: Sign Update Crash

Latest reviews

BEST SKYWARS PLUGIN YET! It's highly configurable and it works! Thanks!
I love this plugin a lot but can you please update it thanks! :D
I LOVE YOU MAN XD THANKS the plugin works fine, and is the latest version i searching thanks man

Similar resources

BlackSpigot General Chat
Rules Help Users
    C @ CatatonicWade: anyone want to show me there plugin setups on discord?
    Top