Home›Java›Mods›GremorySkywars [TEAM and SOLO, MULTI-ARENA, MYSTERY-BOX, CLOTHS AND HATS, PARTY and MORE]
ModsJava
GremorySkywars [TEAM and SOLO, MULTI-ARENA, MYSTERY-BOX, CLOTHS AND HATS, PARTY and MORE]
Remember This Is Beta Version Bugs Must Be Reported
WARNING: TESTED IN VERSIONS: 1.7R4 - 1.8R1 - 1.8R2 - 1.8R3
PREMIUM VERSION: Click here
Plugin made by: ME
The plugin is already almost ready we are testing everything before releasing
some information and tutorials plugin are below carefully read
Click below
To show signs formats!
Click below
To show configs!
Movie Tutorial:
Cooming soon!
Test Server:
PT-BR:
mcloopnetwork.serv.nu (1.8.x)
Click me to support the author!

WARNING: TESTED IN VERSIONS: 1.7R4 - 1.8R1 - 1.8R2 - 1.8R3
PREMIUM VERSION: Click here
Plugin made by: ME
The plugin is already almost ready we are testing everything before releasing
some information and tutorials plugin are below carefully read
- Multi arena mode (BungeeCord support cooming soon)
- MySQL support
- SQLite support
- LobbySystem bungeecord and per-world
- Custom money
- Custom messages
- Party,report system
- Shop for kits and booster of coins (x2,x3)
- And More
Click below
To show signs formats!
Spoiler: Signs
To make one sign:
-> Line 1: [Skywars]
-> Line 2: room name
Global sign:
-> Line 1: [Skywars]
-> Line 2: global
-> Line 3: TEAM or SOLO
Code (Text):
To make one sign:
-> Line 1: [Skywars]
-> Line 2: room name
Global sign:
-> Line 1: [Skywars]
-> Line 2: global
-> Line 3: TEAM or SOLO
- /sw - Main command of this plugin
- /party - Party system
- /admin - Admin mode
- /money - View add send or set money!
- /report - Report the hacks!
- /mystery add <player> <type> <amount> - Add mystery boxies
- /cosmetic add <player> <head|cloth> <id> | /cosmetic list <head|cloth> - Add cosmetics
- cmd.skywars.admin - Use /sw commands
- cmd.admin - Use /admin
- cmd.money - Use /money add|set <player> <money>
- kit.<kitname> - Editable in kits.yml
- options.vip - Use game options (vote, trail)
- report.receive - Receive report
- flood.bypass - Can flood in chat
- lobby.change - Teleport to other lobby (editable 'lobby.yml')
- gremoryskywars.update - Receive update alert on start
- cmd.mystery - Use /mystery add <player> <type> <amount>
- cmd.cosmetic - Use /cosmetic add <player> <head|cloth> <id> | /cosmetic list <head|cloth>
- mystery.5,7,10,15 - Player have "x"% to get Mystery Box after win game
Click below
To show configs!
Spoiler: Files
Config.yml
######################################################################################################
# | Gremory Skywars - Plugin Permissions | #
# #
# cmd.skywars.admin ~ Use /sw commands #
# cmd.admin ~ Use /admin #
# kit.<kitname> ~ Editable in kits.yml #
# options.vip ~ Use game options #
# report.receive ~ Receive reports #
# flood.bypass ~ Can flood in chat #
# lobby.change ~ Teleport to other lobby's (editable in lobby.yml) #
# gremoryskywars.update ~ Receive update warning on start #
# cmd.money ~ Use /money set|add <player> <money> #
# cmd.mystery ~ Use /mystery add <player> <type> <amount> #
# cmd.cosmetic ~ Use /cosmetic add <player> <head|cloth> <id> | /cosmetic list <head|cloth> #
# mystery.5 ~ Player have 5% to loot mysterybox in sw win #
# mystery.7 ~ Player have 7% to loot mysterybox in sw win #
# mystery.10 ~ Player have 10% to loot mysterybox in sw win #
# mystery.15 ~ Player have 15% to loot mysterybox in sw win #
# #
# settings: #
# scoreboard-lobby: <flag> if is true display scoreboard on lobby else no displays #
# mysql: #
# use: <flag> if is true use mysql database else no uses #
# host: <ip> ip of mysql database #
# port: <port> port of mysql database #
# username: <username> username of mysql database #
# password: <password> password of mysql database #
# database: <databaseName> name of mysql database #
# sqlite: #
# use: <flag> if is true and mysql is false use sqlite database #
# #
# Warning! #
# If all database is 'false' use YML database #
# #
######################################################################################################
settings:
scoreboard-lobby: true
mysql:
use: false
host: 127.0.0.1
port: 3306
username: root
password: ""
database: Minecraft
sqlite:
use: true
Chests.yml
Kits.yml
######################################################################################################
# | Kit System | #
# Warning! #
# No remove kit 'Default' the plugin need the Default kit! #
# #
# <name> #
# icon: <id> <amount> #
# price: <price> if is '0' no sell in shop #
# descripton: '&9Your kits is cool gremory !, thanks for all' #
# itens: #
# - <id> <amount> #
# #
######################################################################################################
kits:
Default:
icon: 270 1
price: 0
perm: kit.default
description: '&9Ganhe ferramentas basicas'
itens:
- 270 1
- 271 1
- 269 1
Enderman:
icon: 368 1
price: 800
perm: kit.enderman
description: '&9Ganhe 3 enderpearls'
itens:
- 368 3
Rush:
icon: 76 1
price: 200
perm: kit.rush
description: '&9Ganhe itens para rushar'
itens:
- 267 1
- 20 64
Snowman:
icon: 332
price: 200
perm: kit.snowman
description: '&9Ganhe bolinhas de neve'
itens:
- 267 1
- 332 32
Archer:
icon: 261
price: 400
perm: kit.archer
description: '&9Ganhe arcos op'
itens:
- 261 1 infinity:2
- 262 1
Ironman:
icon: 307
price: 500
perm: kit.ironman
description: '&9Ganhe full iron e outros..'
itens:
- 267 1 sharpness:1
- 306 1
- 307 1
- 308 1
- 309 1
- 322 2
Enchanter:
icon: 116
price: 300
perm: kit.enchanter
description: '&9Ganhe itens de encantamento'
itens:
- 116 1
- 384 64
Lobby.yml
Language.yml
Warning!
I am brasilian!
The language file is PT-BR
If you speak english use this: http://pastebin.com/9tkzUk5e
Code (Text):
######################################################################################################
# | Gremory Skywars - Plugin Permissions | #
# #
# cmd.skywars.admin ~ Use /sw commands #
# cmd.admin ~ Use /admin #
# kit.<kitname> ~ Editable in kits.yml #
# options.vip ~ Use game options #
# report.receive ~ Receive reports #
# flood.bypass ~ Can flood in chat #
# lobby.change ~ Teleport to other lobby's (editable in lobby.yml) #
# gremoryskywars.update ~ Receive update warning on start #
# cmd.money ~ Use /money set|add <player> <money> #
# cmd.mystery ~ Use /mystery add <player> <type> <amount> #
# cmd.cosmetic ~ Use /cosmetic add <player> <head|cloth> <id> | /cosmetic list <head|cloth> #
# mystery.5 ~ Player have 5% to loot mysterybox in sw win #
# mystery.7 ~ Player have 7% to loot mysterybox in sw win #
# mystery.10 ~ Player have 10% to loot mysterybox in sw win #
# mystery.15 ~ Player have 15% to loot mysterybox in sw win #
# #
# settings: #
# scoreboard-lobby: <flag> if is true display scoreboard on lobby else no displays #
# mysql: #
# use: <flag> if is true use mysql database else no uses #
# host: <ip> ip of mysql database #
# port: <port> port of mysql database #
# username: <username> username of mysql database #
# password: <password> password of mysql database #
# database: <databaseName> name of mysql database #
# sqlite: #
# use: <flag> if is true and mysql is false use sqlite database #
# #
# Warning! #
# If all database is 'false' use YML database #
# #
######################################################################################################
settings:
scoreboard-lobby: true
mysql:
use: false
host: 127.0.0.1
port: 3306
username: root
password: ""
database: Minecraft
sqlite:
use: true
Code (Text):
chests:
default:
refill: 'drefill'
items:
- '30 : POTION:16386 : 1'
- '15 : POTION:16386 : 1'
- '30 : POTION:16385 : 1'
- '15 : POTION:16385 : 1'
- '30 : POTION:16388 : 1'
- '15 : POTION:16388 : 1'
- '30 : POTION:8227 : 1'
- '15 : POTION:8227 : 1'
- '50 : IRON_SWORD:0 : 1'
- '50 : IRON_HELMET:0 : 1'
- '50 : IRON_CHESTPLATE:0 : 1'
- '50 : IRON_LEGGINGS:0 : 1'
- '50 : IRON_BOOTS:0 : 1'
- '30 : ARROW:0 : 8'
- '40 : BOW:0 : 1'
- '40 : EGG:0 : 8'
- '40 : SNOW_BALL:0 : 8'
- '100 : STONE:0 : 32'
- '100 : WOOD:0 : 32'
drefill:
refill: 'no_need'
items:
- '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 : enchant=ARROW_DAMAGE:1'
- '35 : DIAMOND_SWORD:0 : 1 : enchant=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'
feast:
refill: 'frefill'
items:
- '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 : enchant=ARROW_DAMAGE:1'
- '35 : DIAMOND_SWORD:0 : 1 : enchant=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'
frefill:
refill: 'no_need'
items:
- '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 : enchant=PROTECTION_ENVIRONMENTAL:3'
- '60 : DIAMOND_LEGGINGS:0 : 1 : enchant=PROTECTION_PROJECTILE:3'
- '60 : DIAMOND_BOOTS:0 : 1 : enchant=PROTECTION_ENVIRONMENTAL:4'
- '60 : DIAMOND_HELMET:0 : 1 : enchant=PROTECTION_ENVIRONMENTAL:4'
- '40 : ARROW:0 : 32'
- '60 : DIAMOND_SWORD:0 : 1'
- '40 : BOW:0 : 1 : enchant=ARROW_DAMAGE:3 : enchant=ARROW_FIRE:1'
- '35 : DIAMOND_SWORD:0 : 1 : enchant=DAMAGE_ALL:3'
- '30 : DIAMOND_SWORD:0 : 1 : enchant=DAMAGE_ALL:3 : enchant=FIRE_ASPECT:1'
- '100 : WOOD:0 : 64'
- '100 : STONE:0 : 64'
- '40 : EGG:0 : 16'
- '40 : SNOW_BALL:0 : 16'
- '50 : GOLDEN_APPLE:0 : 5'
default:
refill: 'drefill'
items:
- '30 : POTION:16386 : 1'
- '15 : POTION:16386 : 1'
- '30 : POTION:16385 : 1'
- '15 : POTION:16385 : 1'
- '30 : POTION:16388 : 1'
- '15 : POTION:16388 : 1'
- '30 : POTION:8227 : 1'
- '15 : POTION:8227 : 1'
- '50 : IRON_SWORD:0 : 1'
- '50 : IRON_HELMET:0 : 1'
- '50 : IRON_CHESTPLATE:0 : 1'
- '50 : IRON_LEGGINGS:0 : 1'
- '50 : IRON_BOOTS:0 : 1'
- '30 : ARROW:0 : 8'
- '40 : BOW:0 : 1'
- '40 : EGG:0 : 8'
- '40 : SNOW_BALL:0 : 8'
- '100 : STONE:0 : 32'
- '100 : WOOD:0 : 32'
drefill:
refill: 'no_need'
items:
- '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 : enchant=ARROW_DAMAGE:1'
- '35 : DIAMOND_SWORD:0 : 1 : enchant=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'
feast:
refill: 'frefill'
items:
- '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 : enchant=ARROW_DAMAGE:1'
- '35 : DIAMOND_SWORD:0 : 1 : enchant=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'
frefill:
refill: 'no_need'
items:
- '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 : enchant=PROTECTION_ENVIRONMENTAL:3'
- '60 : DIAMOND_LEGGINGS:0 : 1 : enchant=PROTECTION_PROJECTILE:3'
- '60 : DIAMOND_BOOTS:0 : 1 : enchant=PROTECTION_ENVIRONMENTAL:4'
- '60 : DIAMOND_HELMET:0 : 1 : enchant=PROTECTION_ENVIRONMENTAL:4'
- '40 : ARROW:0 : 32'
- '60 : DIAMOND_SWORD:0 : 1'
- '40 : BOW:0 : 1 : enchant=ARROW_DAMAGE:3 : enchant=ARROW_FIRE:1'
- '35 : DIAMOND_SWORD:0 : 1 : enchant=DAMAGE_ALL:3'
- '30 : DIAMOND_SWORD:0 : 1 : enchant=DAMAGE_ALL:3 : enchant=FIRE_ASPECT:1'
- '100 : WOOD:0 : 64'
- '100 : STONE:0 : 64'
- '40 : EGG:0 : 16'
- '40 : SNOW_BALL:0 : 16'
- '50 : GOLDEN_APPLE:0 : 5'
Code (Text):
######################################################################################################
# | Kit System | #
# Warning! #
# No remove kit 'Default' the plugin need the Default kit! #
# #
# <name> #
# icon: <id> <amount> #
# price: <price> if is '0' no sell in shop #
# descripton: '&9Your kits is cool gremory !, thanks for all' #
# itens: #
# - <id> <amount> #
# #
######################################################################################################
kits:
Default:
icon: 270 1
price: 0
perm: kit.default
description: '&9Ganhe ferramentas basicas'
itens:
- 270 1
- 271 1
- 269 1
Enderman:
icon: 368 1
price: 800
perm: kit.enderman
description: '&9Ganhe 3 enderpearls'
itens:
- 368 3
Rush:
icon: 76 1
price: 200
perm: kit.rush
description: '&9Ganhe itens para rushar'
itens:
- 267 1
- 20 64
Snowman:
icon: 332
price: 200
perm: kit.snowman
description: '&9Ganhe bolinhas de neve'
itens:
- 267 1
- 332 32
Archer:
icon: 261
price: 400
perm: kit.archer
description: '&9Ganhe arcos op'
itens:
- 261 1 infinity:2
- 262 1
Ironman:
icon: 307
price: 500
perm: kit.ironman
description: '&9Ganhe full iron e outros..'
itens:
- 267 1 sharpness:1
- 306 1
- 307 1
- 308 1
- 309 1
- 322 2
Enchanter:
icon: 116
price: 300
perm: kit.enchanter
description: '&9Ganhe itens de encantamento'
itens:
- 116 1
- 384 64
Code (Text):
######################################################################################################
# | Lobby system - World or BungeeCord | #
# use: <flag> if needs lobby-system change to true! if no needs changes to false! #
# bungeecord: <flag> if is false use world system else use bungee cord #
# permission: <permission> if no need perm to use lobby changer change to 'null' #
# <id> #
# world: <worldName/ip:port:nameInBungee> ip:port:nameInBungee uses if bungee is on #
# max-players: <maxPlayers> max player count in server if bungee is off #
# spawn-location: <x y z> spawn location if bungee is off #
# #
# #
######################################################################################################
lobby-system:
use: true
bungeecord: false
permission: lobby.change
lobbys:
1:
world: lobby
max-players: 100
spawn-location: 0 120 0
2:
world: lobby2
max-players: 100
spawn-location: 0 120 0
# | Lobby system - World or BungeeCord | #
# use: <flag> if needs lobby-system change to true! if no needs changes to false! #
# bungeecord: <flag> if is false use world system else use bungee cord #
# permission: <permission> if no need perm to use lobby changer change to 'null' #
# <id> #
# world: <worldName/ip:port:nameInBungee> ip:port:nameInBungee uses if bungee is on #
# max-players: <maxPlayers> max player count in server if bungee is off #
# spawn-location: <x y z> spawn location if bungee is off #
# #
# #
######################################################################################################
lobby-system:
use: true
bungeecord: false
permission: lobby.change
lobbys:
1:
world: lobby
max-players: 100
spawn-location: 0 120 0
2:
world: lobby2
max-players: 100
spawn-location: 0 120 0
Warning!
I am brasilian!
The language file is PT-BR
If you speak english use this: http://pastebin.com/9tkzUk5e
Code (Text):
signs:
line-1: '&eSkyWars'
line-2: '%state'
line-3: '&n%map'
line-4: '&l%mode &8%slots/%max'
global-1: '&eSkywars'
global-2: '&n%mode'
global-3: Players %queue
global-4: '&aClique p/jogar'
itens:
receive-lobby-itens: true
game:
options-display: '&cGame Options'
leave-game-display: '&4Left Game'
play-again-display: '&bPlay Again'
shops-kits-display: '&aLoja De Kits'
admin-sword-display: '&7Mate Players'
admin-cage-display: '&7Prenda Players'
kit-selector-display: '&6Kit Selector'
lobby-selected-lore: "&cVoc\xea est\xe1 aqui"
lobby-lore: '&aClique para se conectar'
teleport-players-display: '&aTeleporter'
options-trail-format: '&7Trail: &a%trail'
options-boost-format: '&7Boost: &a%boost'
options-trail-display: '&6Efeito Do Arco'
admin-visibility-display: '&7Visibilidade'
spec-options-display: '&c&lSpectator Options'
shops-boost-display: '&aLoja De Multiplicador'
skywars-shop-display: '&7Lojas (&a&lCLIQUE&7)'
skywars-options-display: "&7Op\xe7\xf5es (&a&lCLIQUE&7)"
selector-display: '&7Selecione Um Jogo (&a&lCLIQUE&7)'
clock-hide-display: '&7Esconder Players (&a&lCLIQUE&7)'
lobby-change-display: '&7Mudar De Lobby (&a&lCLIQUE&7)'
messages:
scoreboard-title: '&a&lSKYWARS'
error:
lobby-full: '&7Lobby cheio'
player-offline: '&7Jogador offline'
mystery-used: "&bAlgu\xe9m j\xe1 est\xe1 usando"
invalid-world: "&7Esse mundo \xe9 invalido"
no-permission: "&7Voc\xea n\xe3o tem permiss\xe3o"
usage-command: '&7Porfavor Use: &a%usage'
arena-not-exist: "&7Essa arena n\xe3o existe"
not-have-party: "&7Voc\xea n\xe3o tem uma party"
invalid-number: '&7Por favor use numeros!'
insufficient-coins: '&7Moedas insuficientes'
already-have-party: "&7Voc\xea j\xe1 tem uma party"
party-invite-null: "&7Voc\xea n\xe3o tem um convite"
world-already-loaded: "&7Esse mundo j\xe1 existe"
arena-already-exists: "&7Essa arena j\xe1 existe"
check-the-log: '&7Ocorreu um erro veja os logs'
arena-already-ingame: "&7Essa partida j\xe1 come\xe7ou"
ingame-or-reseting: "&7Voc\xea n\xe3o pode entrar agora"
you-not-in-skywars: "&7Voc\xea n\xe3o est\xe1 em um skywars"
player-party-already-invited: "&7Esse jogador j\xe1 foi convidado para uma party\
\ aguarde"
command:
lobby-setted: '&7Lobby setado'
mystery-box: '&7Mystery Vault criada'
min-plays: '&7Minimo de players mudado'
money: '&7Seu dinheiro atual: &a%money'
spawn-arena-added: '&7Spawn adicionado'
admin-in-arena: "&7Voc\xea n\xe3o pode usar agora"
top-hologram-setted: '&7Holograma adicionado'
wait-arena-setted: '&7Ponto de espera setado'
admin-mode-off: "&7Voc\xea saiu do modo &aAdmin"
admin-mode-on: "&7Voc\xea entrou no modo &aAdmin"
deathmatch-arena-setted: '&7DeathMatch setado'
start-arena-sucess: "&7Voc\xea iniciou a partida"
save-world-sucess: '&7Mundo salvo corretamente'
money-send: "&7Voc\xea deu &a%money &7para %player"
create-arena-sucess: '&7Arena criada com sucesso'
teleported-world: "&7Voc\xea foi at\xe9 o mundo &a%world"
load-world-sucess: '&7Mundo carregado corretamente'
report-sucess: "&7Voc\xea reportou o jogador &a%player"
money-setted: "&7Voc\xea setou &a%money &7para %player"
unload-world-sucess: '&7Mundo desativado corretamente'
money-added: "&7Voc\xea adicionou &a%money &7para %player"
report-delay: "&7Voc\xea precisa esperar mais &a%time &7segundo(s)"
money-setted-other: '&7O &a%player &7setou &a%money &7de money na sua conta'
money-send-other: '&7O &a%player &7enviou &a%money &7de money para sua conta'
money-added-other: '&7O &a%player &7adicionou &a%money &7de money na sua conta'
report-format: '%lines\n&7\n&7Report de: &a%sender\n&7Sobre: &a%hacker\n&7Motivo:
&a%reason\n&7\n%lines'
game:
skywars-refill-title: '&c&lSKYWARS'
skywars-win-title: "&c&lVOC\xca GANHOU"
skywars-started-title: '&c&lSKYWARS'
skywars-starting-title: '&c&lSKYWARS'
buy-kit: "&7Voc\xea comprou o kit: &a%kit"
select-trail: "&7Voc\xea alterou seu trail"
select-kit: "&7Voc\xea pegou o kit: &a%kit"
mystery-box-line-1: '&bCaixa Misteriosa'
mystery-box-line-2: '&a&lCLIQUE DIREITO'
skywars-full: "&aEsse skywars est\xe1 lotado"
player-death: '&a%player &7Morreu sozinho'
skywars-started-subtitle: '&7Modo: &a%mode'
admin-visibility: "&7Voc\xea agora est\xe1 visivel"
flood-warn: "&7PARA, voc\xea j\xe1 viu minha pe\xe7a?"
getting-skywars-plate: '&7Procurando partida..'
clock-activated: "&7Voc\xea escondeu os jogadores"
skywars-win-subtitle: "&7Voc\xea \xe9 o ultimo de p\xe9"
skywars-win-broadcast: '&7O &a%player &7ganhou'
admin-cage-player: "&7Voc\xea prendeu o &a%player"
compass-no-player: '&7Nenhum jogador encontrado'
admin-invisibility: "&7Voc\xea agora est\xe1 invisivel"
boost-time: "&7Voc\xea ainda tem &a%time &7de boost"
skywars-refill-subtitle: '&7Baus foram refillados'
skywars-starting-subtitle: '&7Iniciando em &a%time'
clock-deactivated: "&7Voc\xea agora vera os jogadores"
play-again-indisponible: '&7Nenhuma sala disponivel'
player-killed: '&a%player &7Foi morto por &a%killer'
compass-tracked: '&7Bussola apontando para &a%player'
skywars-win-team-subtitle: "&7Seu time \xe9 o ultimo vivo"
skywars-starting: '&7Jogo iniciando em &a%time segundo(s)'
chest-choosed-broadcast: '&7O bau escolhido foi o &a%chest'
skywars-join: '&a%player &7Entrou no jogo (&a&l%on/%max&7)'
buy-booster-success: "&7Voc\xea comprou o booster de &a%boost"
arena-scoreboard-game:
- ''
- 'Proximo Evento:'
- '%event'
- ''
- 'Players: &a%on'
- ''
- 'Kills: &4%kills'
- ''
- 'Kit: &6%kit'
- 'Mapa: &7%map'
- 'Modo: &c%mode'
- ' &7%date'
- ''
- ' &7mc.skywars.com'
arena-scoreboard-waiting:
- ''
- 'Tempo: &b%time'
- ''
- 'Players: &a%on'
- ''
- 'Kit: &6%kit'
- 'Mapa: &7%map'
- 'Modo: &c%mode'
- ''
- ' &7mc.skywars.com'
lobby-scoreboard:
- ''
- 'Jogando: &aSkyWars'
- 'Dinheiro: &a%coinsR$'
- ''
- 'Vitorias: &a%winsS | %winsT'
- 'Kills: &a%killsS | %killsT'
- ''
- 'Lobby: &a#%lobby'
- ''
- ' &7mc.skywars.com'
format:
chat-party: '&r%player&a: &7%message'
mystery-box: '&bCaixa Misteriosa do %player'
chat: '&7[%points&7] &r%player&a: &7%message'
party:
player-leave-party: "&7Voc\xea saiu da party"
player-join-party: "&7Voc\xea entrou na party"
player-create-party: "&7Voc\xea criou uma party"
toggle-party-off: "&7Voc\xea ativou os convites"
invite-expires: '&7Seu pedido de party expirou'
toggle-party-on: "&7Voc\xea desativou os convites"
player-delete-party: "&7Voc\xea deletou a sua party"
player-not-is-owner: "&7Voc\xea n\xe3o \xe9 o dono da party"
kick-player: "&7Voc\xea expulsou o &a%player &7da party"
player-invite: "&7Voc\xea convidou o &a%player &7para a party"
player-leave-party-broadcast: '&7O &a%player &7saiu da party'
player-join-party-broadcast: '&7O &a%player &7entrou na party'
player-delete-party-broadcast: '&7O &a%owner &7deletou a party'
player-invite-other: "&7O &a%player &7convidou voc\xea para uma party"
player-toggled-invite: "&7Esse jogador n\xe3o aceita convites de party"
kick-player-broadcast: '&7O &a%owner &7expulsou o &a%player &7da party'
line-1: '&eSkyWars'
line-2: '%state'
line-3: '&n%map'
line-4: '&l%mode &8%slots/%max'
global-1: '&eSkywars'
global-2: '&n%mode'
global-3: Players %queue
global-4: '&aClique p/jogar'
itens:
receive-lobby-itens: true
game:
options-display: '&cGame Options'
leave-game-display: '&4Left Game'
play-again-display: '&bPlay Again'
shops-kits-display: '&aLoja De Kits'
admin-sword-display: '&7Mate Players'
admin-cage-display: '&7Prenda Players'
kit-selector-display: '&6Kit Selector'
lobby-selected-lore: "&cVoc\xea est\xe1 aqui"
lobby-lore: '&aClique para se conectar'
teleport-players-display: '&aTeleporter'
options-trail-format: '&7Trail: &a%trail'
options-boost-format: '&7Boost: &a%boost'
options-trail-display: '&6Efeito Do Arco'
admin-visibility-display: '&7Visibilidade'
spec-options-display: '&c&lSpectator Options'
shops-boost-display: '&aLoja De Multiplicador'
skywars-shop-display: '&7Lojas (&a&lCLIQUE&7)'
skywars-options-display: "&7Op\xe7\xf5es (&a&lCLIQUE&7)"
selector-display: '&7Selecione Um Jogo (&a&lCLIQUE&7)'
clock-hide-display: '&7Esconder Players (&a&lCLIQUE&7)'
lobby-change-display: '&7Mudar De Lobby (&a&lCLIQUE&7)'
messages:
scoreboard-title: '&a&lSKYWARS'
error:
lobby-full: '&7Lobby cheio'
player-offline: '&7Jogador offline'
mystery-used: "&bAlgu\xe9m j\xe1 est\xe1 usando"
invalid-world: "&7Esse mundo \xe9 invalido"
no-permission: "&7Voc\xea n\xe3o tem permiss\xe3o"
usage-command: '&7Porfavor Use: &a%usage'
arena-not-exist: "&7Essa arena n\xe3o existe"
not-have-party: "&7Voc\xea n\xe3o tem uma party"
invalid-number: '&7Por favor use numeros!'
insufficient-coins: '&7Moedas insuficientes'
already-have-party: "&7Voc\xea j\xe1 tem uma party"
party-invite-null: "&7Voc\xea n\xe3o tem um convite"
world-already-loaded: "&7Esse mundo j\xe1 existe"
arena-already-exists: "&7Essa arena j\xe1 existe"
check-the-log: '&7Ocorreu um erro veja os logs'
arena-already-ingame: "&7Essa partida j\xe1 come\xe7ou"
ingame-or-reseting: "&7Voc\xea n\xe3o pode entrar agora"
you-not-in-skywars: "&7Voc\xea n\xe3o est\xe1 em um skywars"
player-party-already-invited: "&7Esse jogador j\xe1 foi convidado para uma party\
\ aguarde"
command:
lobby-setted: '&7Lobby setado'
mystery-box: '&7Mystery Vault criada'
min-plays: '&7Minimo de players mudado'
money: '&7Seu dinheiro atual: &a%money'
spawn-arena-added: '&7Spawn adicionado'
admin-in-arena: "&7Voc\xea n\xe3o pode usar agora"
top-hologram-setted: '&7Holograma adicionado'
wait-arena-setted: '&7Ponto de espera setado'
admin-mode-off: "&7Voc\xea saiu do modo &aAdmin"
admin-mode-on: "&7Voc\xea entrou no modo &aAdmin"
deathmatch-arena-setted: '&7DeathMatch setado'
start-arena-sucess: "&7Voc\xea iniciou a partida"
save-world-sucess: '&7Mundo salvo corretamente'
money-send: "&7Voc\xea deu &a%money &7para %player"
create-arena-sucess: '&7Arena criada com sucesso'
teleported-world: "&7Voc\xea foi at\xe9 o mundo &a%world"
load-world-sucess: '&7Mundo carregado corretamente'
report-sucess: "&7Voc\xea reportou o jogador &a%player"
money-setted: "&7Voc\xea setou &a%money &7para %player"
unload-world-sucess: '&7Mundo desativado corretamente'
money-added: "&7Voc\xea adicionou &a%money &7para %player"
report-delay: "&7Voc\xea precisa esperar mais &a%time &7segundo(s)"
money-setted-other: '&7O &a%player &7setou &a%money &7de money na sua conta'
money-send-other: '&7O &a%player &7enviou &a%money &7de money para sua conta'
money-added-other: '&7O &a%player &7adicionou &a%money &7de money na sua conta'
report-format: '%lines\n&7\n&7Report de: &a%sender\n&7Sobre: &a%hacker\n&7Motivo:
&a%reason\n&7\n%lines'
game:
skywars-refill-title: '&c&lSKYWARS'
skywars-win-title: "&c&lVOC\xca GANHOU"
skywars-started-title: '&c&lSKYWARS'
skywars-starting-title: '&c&lSKYWARS'
buy-kit: "&7Voc\xea comprou o kit: &a%kit"
select-trail: "&7Voc\xea alterou seu trail"
select-kit: "&7Voc\xea pegou o kit: &a%kit"
mystery-box-line-1: '&bCaixa Misteriosa'
mystery-box-line-2: '&a&lCLIQUE DIREITO'
skywars-full: "&aEsse skywars est\xe1 lotado"
player-death: '&a%player &7Morreu sozinho'
skywars-started-subtitle: '&7Modo: &a%mode'
admin-visibility: "&7Voc\xea agora est\xe1 visivel"
flood-warn: "&7PARA, voc\xea j\xe1 viu minha pe\xe7a?"
getting-skywars-plate: '&7Procurando partida..'
clock-activated: "&7Voc\xea escondeu os jogadores"
skywars-win-subtitle: "&7Voc\xea \xe9 o ultimo de p\xe9"
skywars-win-broadcast: '&7O &a%player &7ganhou'
admin-cage-player: "&7Voc\xea prendeu o &a%player"
compass-no-player: '&7Nenhum jogador encontrado'
admin-invisibility: "&7Voc\xea agora est\xe1 invisivel"
boost-time: "&7Voc\xea ainda tem &a%time &7de boost"
skywars-refill-subtitle: '&7Baus foram refillados'
skywars-starting-subtitle: '&7Iniciando em &a%time'
clock-deactivated: "&7Voc\xea agora vera os jogadores"
play-again-indisponible: '&7Nenhuma sala disponivel'
player-killed: '&a%player &7Foi morto por &a%killer'
compass-tracked: '&7Bussola apontando para &a%player'
skywars-win-team-subtitle: "&7Seu time \xe9 o ultimo vivo"
skywars-starting: '&7Jogo iniciando em &a%time segundo(s)'
chest-choosed-broadcast: '&7O bau escolhido foi o &a%chest'
skywars-join: '&a%player &7Entrou no jogo (&a&l%on/%max&7)'
buy-booster-success: "&7Voc\xea comprou o booster de &a%boost"
arena-scoreboard-game:
- ''
- 'Proximo Evento:'
- '%event'
- ''
- 'Players: &a%on'
- ''
- 'Kills: &4%kills'
- ''
- 'Kit: &6%kit'
- 'Mapa: &7%map'
- 'Modo: &c%mode'
- ' &7%date'
- ''
- ' &7mc.skywars.com'
arena-scoreboard-waiting:
- ''
- 'Tempo: &b%time'
- ''
- 'Players: &a%on'
- ''
- 'Kit: &6%kit'
- 'Mapa: &7%map'
- 'Modo: &c%mode'
- ''
- ' &7mc.skywars.com'
lobby-scoreboard:
- ''
- 'Jogando: &aSkyWars'
- 'Dinheiro: &a%coinsR$'
- ''
- 'Vitorias: &a%winsS | %winsT'
- 'Kills: &a%killsS | %killsT'
- ''
- 'Lobby: &a#%lobby'
- ''
- ' &7mc.skywars.com'
format:
chat-party: '&r%player&a: &7%message'
mystery-box: '&bCaixa Misteriosa do %player'
chat: '&7[%points&7] &r%player&a: &7%message'
party:
player-leave-party: "&7Voc\xea saiu da party"
player-join-party: "&7Voc\xea entrou na party"
player-create-party: "&7Voc\xea criou uma party"
toggle-party-off: "&7Voc\xea ativou os convites"
invite-expires: '&7Seu pedido de party expirou'
toggle-party-on: "&7Voc\xea desativou os convites"
player-delete-party: "&7Voc\xea deletou a sua party"
player-not-is-owner: "&7Voc\xea n\xe3o \xe9 o dono da party"
kick-player: "&7Voc\xea expulsou o &a%player &7da party"
player-invite: "&7Voc\xea convidou o &a%player &7para a party"
player-leave-party-broadcast: '&7O &a%player &7saiu da party'
player-join-party-broadcast: '&7O &a%player &7entrou na party'
player-delete-party-broadcast: '&7O &a%owner &7deletou a party'
player-invite-other: "&7O &a%player &7convidou voc\xea para uma party"
player-toggled-invite: "&7Esse jogador n\xe3o aceita convites de party"
kick-player-broadcast: '&7O &a%owner &7expulsou o &a%player &7da party'
- If you no use LobbySystem:
- Locate main lobby and use /sw lobby
- And set in lobby.yml 'use' to false
- If you use LobbySystem:
- Configure all in lobby.yml reading the basic tutorial in lobby.yml
- Create Arena:
- Download any map or get you map and drop to server
- try /sw load <name> - Like a BiteSw
- /sw tp <name>
- /sw create <Solo/Team>
- Use items to get border and click in complete
- Locate lobby for arena and use /sw wait
- Add spawns:
- Use /sw spawn in arena world and with items
- Get spawns, Beacon=scan, Clay=Add in your location
- Other-Clay: Exit
- if changes the world use /sw save and wait 3 secs... and use /sw save
- Use /sw dm to set deathmatch of arena
- Add holograms top5:
- Needs a plugin 'GremoryUtils'
- locate your top location and use /sw top <kills|deaths|wins|plays>
- Any error? send to me to help you in discussion!
Movie Tutorial:
Cooming soon!
Test Server:
PT-BR:
mcloopnetwork.serv.nu (1.8.x)
Click me to support the author!
- BungeeCord Mode
- More Game Modes
- Bugs Fix's
- And more..
- Other plugin: BuildBattle(Team and Solo)!

Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8
- 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.
GremorySkywars [TEAM and SOLO, MULTI-ARENA, MYSTERY-BOX, CLOTHS AND HATS, PARTY and MORE] is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8. Downloaded 55,125 times (via Spigot). Download it and open it directly in the game.