HomeJavaModsLostSkyWars
LostSkyWars

[​IMG]

LostSkyWars is a simple skywars plugin based on hy servers!
PartySystem needs LostParties addon.
MysteryVault needs LostBoxes addon.

k.png
features.png

[​IMG]
Spoiler: API Details
Code (Java):
Found at package io.github.losteddev.skywars.api

Main class : LostSkyWarsAPI
Methods :
LostSkyWarsAPI#tryWatch (org. bukkit. entity. Player, String usernameToWatch )
LostSkyWarsAPI#getLostPlayer (org. bukkit. entity. Player )

Player class : LostPlayer
Methods :
LostPlayer#destroy ( ) : Destroys this player (only LostPlayer not account )
LostPlayer#addExp ( double ) : Add exp to player
LostPlayer#setCoins ( int ) : Set coins of player
LostPlayer#addCoins ( int ) : Add coins to player
LostPlayer#removeCoins ( int ) : Remove coins from player
LostPlayer#setSouls ( int ) : Set souls of player
LostPlayer#addSouls ( int ) : Add souls to player
LostPlayer#removeSouls ( int ) : Remove souls from player
LostPlayer#getCoins ( ) : Get coins amount, returns Integer
LostPlayer#getSouls ( ) : Get souls amount, returns Integer
LostPlayer#getCurrentExp ( ) : Get current exp amount, returns double
LostPlayer#getLevel ( ) : Get current level, returns Integer
LostPlayer#getMysteryDusts ( ) : Get mystery vault dusts, returns Integer
LostPlayer#getServer ( ) : Get current skywars server, returns null if in lobby
LostPlayer#getHandle ( ) : Returns the Real account of player (Inside the plugin ) used for SkyWarsServer methods.

Server class : SkyWarsServer
Methods :
SkyWarsServer#connect (Account from LostPlayer#getHandle ( ) ) : Connect the player to server
SkyWarsServer#disconnect (Account from.. ) : Disconnect the player from server
SkyWarsServer#getState ( ) : Returns current state of server.
SkyWarsServer#isSpectator (org. bukkit. entity. Player ) : Check if the player is spectating
SkyWarsServer#getName ( ) - Returns map name
SkyWarsServer#getServerName ( ) : Returns server name
SkyWarsServer#getOnline ( ) : Returns online players (with spectators count )
SkyWarsServer#getAlive ( ) : Returns online players (without dead /spectators count )
SkyWarsServer#getAliveTeams ( ) : Returns a list of alive teams
SkyWarsServer#getKills (org. bukkit. entity. Player ) : Returns count of kills from player
SkyWarsServer#getMaxPlayers ( ) : Returns the max number of spawns
SkyWarsServer#getTeam (org. bukkit. entity. Player ) : Returns SkyWarsTeam instance from player

Team class : SkyWarsTeam
States class : SkyWarsState

Usage example :
public static void changeCoinsLostSkyWars (Player player, int coins ) {
    LostPlayer lp = LostSkyWarsAPI. getLostPlayer (player ) ;
    lp. addCoins (coins ) ;
    lp. destroy ( ) ; // Helps the garbage collector
}
 

commands.png

Player Commands
Admin Commands
permissions.png

yamlconfigs.png

Spoiler: Config Files
Last Update: 2019/04/04

cells.yml (MENU)​
Code (YAML):
# Actions:
# NOTHING
# OPEN:shop
# OPEN:closeinv
# SENDMESSAGE:&aHi
# PERFORMCOMMAND:/command
title
: 'Cages'
# Don't change this here
rows
: 6
items
:
back
:
  slot
: 48
  action
: 'OPEN:shop'
  stack
: 'ARROW : 1 : display=&aGo Back : lore=&7To shop.'
coins
:
  slot
: 49
  action
: 'NOTHING'
  stack
: 'EMERALD : 1 : display=&7Total Coins : &6{coins} : lore=&6http://store.example.net'
extras
:
select
: '&6You selected &a {name }&6!'
deselect
: '&6You deselected &a {name }&6!'
previous-page
: 'ARROW : 1 : display=&aPrevious Page : lore=&7Go to page {page }&7.'
next-page
: 'ARROW : 1 : display=&aNext Page : lore=&7Go to page {page }&7.'
description-locked
:
- '&7Select the {name } Cage.'
- ''
- '&7Rarity
: {rarity }'
- ''
- '&bCan be found on MysteryBoxies.'
description-unlocked
:
- '&7Select the {name } Cage.'
- ''
- '&7Rarity
: {rarity }'
- ''
- '&eClick to select!'
description-selected
:
- '&7Select the {name } Cage.'
- ''
- '&eSELECTED!'
chesttypes.yml
Code (YAML):
s:
name
: 'solo'
refill
:
- '60, POTION:16417
: 1'
- '40, POTION:16417
: 1'
- '60, POTION:16420
: 1'
- '40, POTION:16420
: 1'
- '60, POTION:16418
: 1'
- '40, POTION:16418
: 1'
- '100, DIAMOND_HELMET
: 1'
- '100, DIAMOND_CHESTPLATE
: 1'
- '60, DIAMOND_SWORD
: 1'
- '35, DIAMOND_SWORD
: 1 : enchantments=DAMAGE_ALL:1'
- '100, WOOD:0
: 64'
- '100, STONE
: 64'
- '60, EGG
: 16'
- '50, GOLDEN_APPLE
: 2'
content
:
- '40, POTION:16417
: 1'
- '20, POTION:16417
: 1'
- '40, POTION:16420
: 1'
- '20, POTION:16420
: 1'
- '50, FISHING_ROD
: 1'
- '100, IRON_HELMET
: 1'
- '100, IRON_CHESTPLATE
: 1'
- '50, WOOD
: 16'
- '100, STONE
: 32'
- '50, COOKED_BEEF
: 16'
- '50, COOKED_BEEF
: 8'
- '100, WATER_BUCKET
: 1'
- '100, POTION:16417
: 1'
- '100, STONE_AXE
: 1'
- '100, COOKED_BEEF
: 8'
- '40, EGG
: 16'
- '100, IRON_SWORD
: 1'
- '50, EXP_BOTTLE
: 32'
s2
:
name
: 'solo2'
refill
:
- '60, POTION:8259
: 1'
- '40, POTION:8259
: 1'
- '60, POTION:8261
: 1'
- '40, POTION:8261
: 1'
- '100, DIAMOND_LEGGINGS
: 1'
- '100, DIAMOND_BOOTS
: 1'
- '100, ARROW
: 32'
- '100, BOW
: 1 : enchantments=ARROW_DAMAGE:1'
- '100, WOOD:0
: 64'
- '100, STONE:0
: 64'
- '60, SNOW_BALL
: 16'
- '50, GOLDEN_APPLE
: 2'
content
:
- '40, POTION:8261
: 1'
- '20, POTION:8261
: 1'
- '40, POTION:8259
: 1'
- '20, POTION:8259
: 1'
- '50, FISHING_ROD
: 1'
- '100, IRON_LEGGINGS
: 1'
- '100, IRON_BOOTS
: 1'
- '50, STONE
: 16'
- '100, WOOD
: 32'
- '50, COOKED_BEEF
: 16'
- '50, COOKED_BEEF
: 8'
- '40, SNOW_BALL
: 16'
- '100, ARROW
: 15'
- '100, BOW
: 1'
- '50, EXP_BOTTLE
: 32'
sf
:
name
: 'solofeast'
refill
:
- '40, POTION:16417
: 1'
- '20, POTION:16417
: 1'
- '40, POTION:16420
: 1'
- '20, POTION:16420
: 1'
- '40, POTION:16418
: 1'
- '20, POTION:16418
: 1'
- '40, POTION:8259
: 1'
- '20, POTION:8259
: 1'
- '40, POTION:16393
: 1'
- '20, POTION:16393
: 1'
- '60, DIAMOND_CHESTPLATE:0
: 1 : enchantments=PROTECTION_ENVIRONMENTAL:3'
- '60, DIAMOND_LEGGINGS:0
: 1 : enchantments=PROTECTION_PROJECTILE:3'
- '60, DIAMOND_BOOTS:0
: 1 : enchantments=PROTECTION_ENVIRONMENTAL:4'
- '60, DIAMOND_HELMET:0
: 1 : enchantments=PROTECTION_ENVIRONMENTAL:4'
- '40, ARROW:0
: 32'
- '60, DIAMOND_SWORD:0
: 1'
- '40, BOW:0
: 1 : enchantments=ARROW_DAMAGE:3 : enchant=ARROW_FIRE:1'
- '35, DIAMOND_SWORD:0
: 1 : enchantments=DAMAGE_ALL:3'
- '30, DIAMOND_SWORD:0
: 1 : enchantments=DAMAGE_ALL:3\nFIRE_ASPECT:1'
- '100, WOOD:0
: 64'
- '100, STONE:0
: 64'
- '40, EGG:0
: 16'
- '40, SNOW_BALL:0
: 16'
- '50, GOLDEN_APPLE:0
: 5'
content
:
- '40, POTION:16417
: 1'
- '20, POTION:16417
: 1'
- '40, POTION:16420
: 1'
- '20, POTION:16420
: 1'
- '40, POTION:16418
: 1'
- '20, POTION:16418
: 1'
- '40, POTION:8259
: 1'
- '20, POTION:8259
: 1'
- '60, DIAMOND_CHESTPLATE:0
: 1'
- '60, DIAMOND_LEGGINGS:0
: 1'
- '60, DIAMOND_BOOTS:0
: 1'
- '60, DIAMOND_HELMET:0
: 1'
- '40, ARROW:0
: 32'
- '60, DIAMOND_SWORD:0
: 1'
- '40, BOW:0
: 1 : enchantments=ARROW_DAMAGE:1'
- '35, DIAMOND_SWORD:0
: 1 : enchantments=DAMAGE_ALL:1'
- '100, WOOD:0
: 64'
- '100, STONE:0
: 64'
- '40, EGG:0
: 16'
- '40, SNOW_BALL:0
: 16'
- '50, GOLDEN_APPLE:0
: 2'
levels.yml
Code (YAML):
levels:
1
:
  exp
: 0
2
:
  exp
: 1000
play.yml (MENU)
Code (YAML):
# Actions:
# NOTHING
# OPEN:play
# OPEN:maps
# OPEN:closeinv
# SENDMESSAGE:&aHi
# PERFORMCOMMAND:/command
title
: 'Play Skywars'
rows
: 4
items
:
play
:
  slot
: 11
  action
: 'OPEN:play'
  stack
: 'ENDER_PEARL : 1 : display=&aSkyWars ( {mode } ) : lore=&7Play {mode } SkyWars!\n \n&7 {players } currently playing\n&eClick to play!'
maps
:
  slot
: 15
  action
: 'OPEN:maps'
  stack
: 'SIGN : 1 : display=&aMap Selector ( {mode } ) : lore=&7Pick wich map you want to play\n&7from a list of avaible servers.\n \n&eClick to browse!'
close
:
  slot
: 31
  action
: 'OPEN:closeinv'
  stack
: 'BARRIER : 1 : display=&cClose'
profile.yml (MENU)
Code (YAML):
# Actions:
# NOTHING
# OPEN:statistics
# OPEN:settings
# OPEN:leveling
# SENDMESSAGE:&aHi
# PERFORMCOMMAND:/command
title
: 'My Profile'
rows
: 3
items
:
settings
:
  slot
: 10
  action
: 'OPEN:settings'
  stack
: 'REDSTONE_COMPARATOR : 1 : display=&aSettings & Visibility : lore=&7Allows you to edit and control\n&7various personal settings.\n \n&eClick to edit your settings!'
player
:
  slot
: 13
  action
: 'SENDMESSAGE:&aWebstore &bwww.store.example.com'
  stack
: 'SKULL_ITEM:3 : 1 : display=&aCharacter Information : lore=&7Rank : {rank }\n&7Level : &6{level}\n&7Experience until next level : &6{until}\n&7Mystery Dust : &b{dusts}\n \n&eClick to see the Store link.'
statistics
:
  slot
: 16
  action
: 'OPEN:statistics'
  stack
: 'PAPER : 1 : display=&aStats Viewer : lore=&7Showcases your stats for each\n&7game and an overview of all.\n \n&7Players ranked &bMVP &7or higher\n&7can use &b/stats (username ) &7to view\n&7other player''s stats.\n \n&eClick to view stats!'
ranks.yml
Code (YAML):
ranks:
MVP+
:
  name
: '&bMVP&c+'
  prefix
: '&b [MVP&c+&b ] '
  permission
: 'lostskywars.rank.mvp+'
MVP
:
  name
: '&bMVP'
  prefix
: '&b [MVP ] '
  permission
: 'lostskywars.rank.mvp'
VIP+
:
  name
: '&aVIP&6+'
  prefix
: '&a [VIP&6+&a ] '
  permission
: 'lostskywars.rank.vip+'
VIP
:
  name
: '&aVIP'
  prefix
: '&a [VIP ] '
  permission
: 'lostskywars.rank.vip'
Default
:
  name
: '&7Default'
  prefix
: '&7'
  permission
: ' none'
settings.yml (MENU)
Code (YAML):
# Actions:
# NOTHING
# OPEN:player
# OPEN:gore
# OPEN:profile
# SENDMESSAGE:&aHi
# PERFORMCOMMAND:/command
title
: 'Settings'
rows
: 5
items
:
player
:
  slot
: 12
  action
: 'NOTHING'
  stack
: 'WATCH : 1 : display= {player_color }Player Visibility : lore=&7Toggles ability to see\n&7players.'
gore
:
  slot
: 14
  action
: 'NOTHING'
  stack
: 'REDSTONE : 1 : display= {gore_color }Blood & Gore : lore=&7Toggles ability to see\n&7blood and gore.'
player_2
:
  slot
: 21
  action
: 'OPEN:player'
  stack
: 'INK_SACK: {player_durability } : 1 : display= {player_color }Player Visibility : lore=&7Click to toggle!'
gore_2
:
  slot
: 23
  action
: 'OPEN:gore'
  stack
: 'INK_SACK: {gore_durability } : 1 : display= {gore_color }Blood & Gore : lore=&7Click to toggle!'
back
:
  slot
: 40
  action
: 'OPEN:profile'
  stack
: 'ARROW : 1 : display=&aGo Back : lore=&7To My Profile'
shop.yml (MENU)
Code (YAML):
# Actions:
# NOTHING
# OPEN:kits
# OPEN:cages
# OPEN:closeinv
# SENDMESSAGE:&aHi
# PERFORMCOMMAND:/command
title
: 'SkyWars Shop'
rows
: 4
items
:
kits
:
  slot
: 12
  action
: 'OPEN:kits'
  stack
: 'EYE_OF_ENDER : 1 : display=&aKits : lore=&7Change the way you play by\n&7picking kits.\n \n&7Unlocked : &a{kits_has}/{kits_max} &8 ( {kits_percentage } )\n&7Currently Selected:\n&a {kits_current }\n \n&eClick to browse!'
cages
:
  slot
: 14
  action
: 'OPEN:cages'
  stack
: 'STAINED_GLASS:0 : 1 : display=&aCages : lore=&7Change the color of your\n&7spawning cell.\n \n&7Unlocked : &a{cages_has}/{cages_max} &8 ( {cages_percentage } )\n&7Currently Selected:\n&a {cages_current }\n \n&eClick to view!'
close
:
  slot
: 31
  action
: 'OPEN:closeinv'
  stack
: 'BARRIER : 1 : display=&cClose'
statistics.yml (MENU)
Code (YAML):
# Actions:
# NOTHING
# OPEN:profile
# SENDMESSAGE:&aHi
# PERFORMCOMMAND:/command
#
# {target} = '- PlayerName' if the player uses /stats <username>
title
: 'Statistics {target }'
rows
: 4
items
:
solo
:
  slot
: 12
  action
: 'NOTHING'
  stack
: 'IRON_SWORD : 1 : display=&aSolo : lore=&7Kills:\n &a* &7Total : &e{solokills}\n &a* &7Melee : &e{solomelee}\n &a* &7Void : &e{solovoid}\n &a* &7Bow : &e{solobow}\n&7Wins: &e{solowins}\n&7Deaths: &e{solodeaths}\n&7Assists: &e{soloassists}\n&7Games: &e{sologames}'
team
:
  slot
: 14
  action
: 'NOTHING'
  stack
: 'DIAMOND_SWORD : 1 : display=&aDoubles : lore=&7Kills:\n &a* &7Total : &e{teamkills}\n &a* &7Melee : &e{teammelee}\n &a* &7Void : &e{teamvoid}\n &a* &7Bow : &e{teambow}\n&7Wins: &e{teamwins}\n&7Deaths: &e{teamdeaths}\n&7Assists: &e{teamassists}\n&7Games: &e{teamgames}'
back
:
  slot
: 30
  action
: 'OPEN:profile'
  stack
: 'ARROW : 1 : display=&aGo Back : lore=&7To My Profile'
total
:
  slot
: 31
  action
: 'NOTHING'
  stack
: 'BOOK : 1 : display=&aTotal Stats : lore=&7Kills:\n &a* &7Total : &e{kills}\n &a* &7Melee : &e{melee}\n &a* &7Void : &e{void}\n &a* &7Bow : &e{bow}\n&7Wins: &e{wins}\n&7Deaths: &e{deaths}\n&7Assists: &e{assists}\n&7Games: &e{games}'
lang.yml
Code (YAML):
scoreboards:
animation
:
  update
: 1
  title
:
 - '&f&l&6&lS&a&lKYWARS'
  - '&f&lS&6&lK&a&lYWARS'
  - '&f&lSK&6&lY&a&lWARS'
  - '&f&lSKY&6&lW&a&lARS'
  - '&f&lSKYW&6&lA&a&lRS'
  - '&f&lSKYWA&6&lR&a&lS'
  - '&f&lSKYWAR&6&lS&a&l'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&f&lSKYWARS'
  - '&f&lSKYWARS'
  - '&f&lSKYWARS'
  - '&f&lSKYWARS'
  - '&f&lSKYWARS'
  - '&f&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&f&lSKYWARS'
  - '&f&lSKYWARS'
  - '&f&lSKYWARS'
  - '&f&lSKYWARS'
  - '&f&lSKYWARS'
  - '&f&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
  - '&a&lSKYWARS'
lines
:
  lobby
:
 - ''
  - 'Your Level
: {level }'
  - ''
  - 'Solo Kills
: &a{solokills}'
  - 'Solo Wins
: &a{solowins}'
  - 'Doubles Kills
: &a{teamkills}'
  - 'Doubles Wins
: &a{teamwins}'
  - ''
  - 'Coins
: &6{coins}'
  - ''
  - '&ewww.example.net'
  waiting
:
 - '&7 {date }'
  - ''
  - 'Players
: &a{on}/{max}'
  - ''
  - ' {replace }'
  - ''
  - 'Map
: &a{map}'
  - ''
  - '&ewww.example.net'
  ingame
:
 - '&7 {date }'
  - ''
  - 'Next Event:'
  - '&a {event }'
  - ''
  - 'Players left
: &a{on}'
  - ''
  - 'Kills
: &a{kills}'
  - ''
  - 'Map
: &a{map}'
  - ''
  - '&ewww.example.net'
  ingame-doubles
:
 - '&7 {date }'
  - ''
  - 'Next Event:'
  - '&a {event }'
  - ''
  - 'Players left
: &a{on}'
  - 'Teams left
: &a{teams}'
  - ''
  - 'Kills
: &a{kills}'
  - ''
  - 'Map
: &a{map}'
  - ''
  - '&ewww.example.net'
scoreboard
:
replace
:
  waiting
: 'Waiting ...'
  starting
: 'Starting in &a {time }s'
lobby
:
chat
:
  enabled
: true
  delay-time
: 3
  delay-message
: '&cYou must wait &a {time }s &cbetween send other message!'
  format
: ' {display } {color } : {message }'
  format-spectator
: '&7 [SPECTATOR ] {display } {color } : {message }'
visibility
:
  delay
: '&cYou must wait &a {time }s &cbetween uses!'
  enabled
: '&aPlayer visibility enabled!'
  disabled
: '&cPlayer visibility disabled!'
hotbar
:
  profile
:
   slot
: 0
   name
: '&aMy Profile &7 (Right Click )'
  shop
:
   slot
: 1
   name
: '&aShop &7 (Right Click )'
  players
:
   slot
: 2
   name-i
: '&fPlayers : &cHidden &7 (Right Click )'
   name-v
: '&fPlayers : &aVisible &7 (Right Click )'
npcs
:
  play
:
   solo
:
    skin-value
: ''
    skin-signature
: ''
    holograms
:
   - '&e&lCLICK TO PLAY!'
    - '&fSolo Mode'
    - '&a&l {players } Players'
   team
:
    skin-value
: ''
    skin-signature
: ''
    holograms
:
   - '&e&lCLICK TO PLAY!'
    - '&fDoubles Mode'
    - '&a&l {players } Players'
tablist
:
  header
: '&bYou are playing on &a&lMC.EXAMPLE.NET'
  footer
: '&aRanks, Boosters & MORE! &c&lSTORE.EXAMPLE.NET'
game
:
regen
:
  blocks-per-tick
: 20000
rewards
:
  coins-per-play
: 5
  coins-per-kill
: 5
  coins-per-win
: 50
  exp-per-play
: 1.0
  exp-per-kill
: 5.0
  exp-per-win
: 10.0
countdown
:
  start
: 45
  full
: 10
  game
: 780
  refills
:
 - 480
  - 300
event
:
  refill
: 'Refill '
  end
: 'End '
broadcast
:
  starting
:
   join
: ' {colored } &ahas joined (&b {on }&a/&b {max }&a )!'
   left
: ' {colored } &chas lef (&b {on }&c/&b {max }&c )!'
   message
: '&aThe game starts in {time } &asecond {s }!'
   title
: '&c {time }'
   subtitle
: '&aPrepare to fight!'
  started
:
   teaming
:
    solo
: '&c&lTeaming is not allowed on Solo Mode!'
    doubles
: '&c&lCross-Teaming is not allowed!'
   tutorial
: '&a▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬\n {centered }&f&lSkyWars\n \n {centered }&a&lGather resources and equipment on your island\n {centered }&a&lin order to eliminate every other player.\n {centered }&a&lGo to the center island for special chests\n {centered }&a&lwith special items!\n \n&a▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬'
  ingame
:
   action-bar
:
    remaining
: '&eThere are &c {alive } &eplayers remaining!'
   death-messages
:
    suicide
:
     normal
: ' {colored } &edied.'
     void
: ' {colored } &efell into the void.'
    killed
:
     normal
: ' {colored } &ewas killed by {colored2 }&e.'
     void
: ' {colored } &ewas thrown into the void by {colored2 }&e.'
player
:
  ingame
:
   titles
:
    refill
:
     up
: ''
     bottom
: '&aChests have been refilled!'
    die
:
     up
: '&c&lYOU DIED!'
     up-killed
: '&c&lYOU DIED!'
     bottom
: '&7You are now a spectator!'
     bottom-killed
: '&7killed by {colored }'
    loser
:
     up
: '&c&lGAME END'
     bottom
: '&7You weren''t victorious this time'
    winner
:
     up
: '&c&lYOU WIN'
     bottom
: '&7You are the last standing'
   leader-board
:
    template
: '&a▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬\n {centered }&f&lSkyWars\n \n {centered }&aWinner &7- {winner }\n \n {centered }&a&l1st Killer &7- {top1 } &7- {kills_top1 }\n {centered }&6&l2nd Killer &7- {top2 } &7- {kills_top2 }\n {centered }&c&l3rd Killer &7- {top3 } &7- {kills_top3 }\n \n&a▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬'
   reward-summary
:
    coins-per-play
: '     &6+ {coins } &7For play'
    coins-per-kill
: '     &6+ {coins } &7For killing {kills } players'
    coins-per-win
: '     &6+ {coins } &7For win the game'
    exp-per-play
: '     &3+ {exp } &7For play'
    exp-per-kill
: '     &3+ {exp } &7For killing {kills } players'
    exp-per-win
: '     &3+ {exp } &7For win the game'
    template
: '&a▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬\n {centered }&f&lReward Summary\n \n&6Total Earned Coins : {totalCoins }\n&3Total Earned Experience : {totalExp }\n \n&a▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬'
command
:
stats
:
  args
: '&cUse /stats <username>'
  permission
: '&cYou must be &bMVP &cor higher to use this command!'
  user-not-found
: '&cUser not found!'
 
terms.png
  1. You are not allowed to claim this plugin as your own.
  2. You are not allowed to modify the code and/or call it your own.
  3. You are not allowed to redistribute this plugin and call it yours.
  4. You are not allowed to decompile this plugin.
  5. You are not allowed to sell this plugin.

support.png

Join our Discord server to get support or add me: lostedd#5285.
Send messages to me on private in the spigot chat for help.



thanks.png

Please rate this plugin. You will make me happy! :D:LOL:
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

LostSkyWars is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 45,715 times (via Spigot). Download it and open it directly in the game.

Explore more