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

efHPzx7.png

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

IB9uCO5.png

  • Reload Command (40%)
  • UUID Support (20%)
  • Abilities (100%)
  • Teams (10%)
  • Pressure Plate Portals (40%)
  • Auto Join Sign (60%)
  • Chest refill (10%)
  • Reward Commands (100%)
Last changes: [28/10/2016]

HVyhY6r.png


lby30fc.png

xn9szPZ.png

UPeMCwu.png

RhTdZHX.png





mJKQDqb.png


If you are using this plugin in your server and you want to add your server to the list as test server, please contact me via PM.

BCs3VUC.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

aA9bWWU.png

< > - Required
[ ] - Optional

EditMode true:
  • /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)
  • /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
Lobby/MultiArena Commands:
  • /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)
EditMode false:
  • /sw forcestart - To force start the arena where you are
  • /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)
Lobby/MultiArena Commands:
  • /sw open lshop - To open Lobby Kit Shop
  • /sw join [ArenaName] - Join to first game available or specific game
zd5TzuY.png

Hy1l4rq.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
  • Highly recommended use in server for only SkyWars (MultiArena)
K61xW1T.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

NsFXZi8.png


MultiArena:
Code (Text):
1) Drag SkyWars.jar in plugins folder (rootFolder/plugins/)

2) Start your server

3) Drag all arena worlds in "maps" folder generated in root directory (rootFolder/maps/)

4) Type /sw lobbyspawn to set Lobby Spawn Point

5) Create an arena with /sw create <ArenaName>

6) Load the Arena World with /sw load <ArenaName> (Must be the same that the created previously)

7) To teleport to the world type /sw tp <ArenaName>

8) Add spawn points with /sw addspawn

9) Set Max/Min players in arena, type: /sw set <min/max> <number>

10) Set Spectator Spawn with /sw setspect

11) Go to Lobby World with /sw tp <LobbyWorld>

12) Place a sign with the following format:
[SW]
<ArenaName>

13) To create more arenas, repeat steps 5 to 13

14) When you finish to setup your arenas, stop your server

15) Change in config.yml the option "editmode" to false

16) Enjoy!

BungeeMode:
Code (Text):
1) Drag SkyWars.jar in plugins folder (rootFolder/plugins/)

2) Start your server

3) Drag all arena worlds in "maps" folder generated in root directory (rootFolder/maps/)

4) Create an arena with /sw create <ArenaName>

5) Load the Arena World with /sw load <ArenaName> (Must be the same that the created previously)

6) To teleport to the world type /sw tp <ArenaName>

7) Add spawn points with /sw addspawn

8) Set Max/Min players in arena, type: /sw set <min/max> <number>

9) Set Spectator Spawn with /sw setspect

10) To create more arenas, repeat steps 4 to 9

11) When you finish to setup your arenas, stop your server

12) Change in config.yml the option "editmode: true" to false

13) Change in config.yml the option "plugin: MultiArena" to "plugin: BungeeMode"

13.1. If you want map rotation (random) when a game ends, leave the option "bungeerandom" in true (required 2 or more configured arenas)

13.2. If you want only the map that you want, change "bungeerandom" to false and "bungeemapset: default" to "bungeemapset: ArenaName"

14) Enjoy!

Lobby Mode is only for BungeeCord servers (Lobby Server) and only work with MySQL.

Lobby:

Code (Text):
1) Drag SkyWars.jar in plugins folder (rootFolder/plugins/)

2) Start your server

3) Setup your MySQL and change "server enabled: false" to true in all Game Servers (SkyWars Servers in BungeeMode)

3.1. Change in all Game Servers the option "bungeeid" to the Bungee Server Name that correspond to the server

4) Setup your MySQL in your Lobby Server

5) Change in config.yml the option "plugin: MultiArena" to "plugin: Lobby"

6) Start all Game Servers

7) Start Lobby Server

8) Type /sw lobbyspawn to set Lobby Spawn Point

9) Place your signs with the following format:
[SW]
<BungeeID>

10) Stop your Lobby Server and change in config.yml "editmode" to false

11) Start your Lobby Server

12) Enjoy!

Setup Video (English)


Setup Video (Spanish) - Multi Arena



Signs (Multi Arena and Lobby Mode)

2292d4953ac4d2683070e182c67e4e12.png

ArenaName is Optional in Rotation Mode


VARIABLES:



9eKoOVk.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", "brothers", "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: [06/06/2016]
Last Requirement Changes: [06/11/2016]
Small help from Santa's little helper :)
This plugin does utilize PluginMetrics to collect anonymous statistics

Latest updates

  1. 1.6.6

    1.6.6

Latest reviews

Funciona Bien!!
THX for updating! I've been looking for the latest version for a while! Works perfectly! Thank you!
Nice thx pls unban me from discard :( + can you leak pro eggwars plugin ???
GOOD PLUGIN
BUEN PLUGIN
SIGUE ASI
GO
OMG!!!!!!!!!!!!!!!!!!!!!!!!! no piracy checks, latest plugin, started and all is working, nice job man :)

Similar resources

BlackSpigot General Chat
Rules Help Users
    RealNotSound @ RealNotSound: @RealNotSound -Redacted- accept my resource You're pretty much ban evading so I'm gonna go no...
    Top