LuckyBlockWars | LuckyIslands

 LuckyBlockWars | LuckyIslands [V.16]

LuckyBlockWars | LuckyIslands
imagefss-png.138399


Update info
Added messages to customize kit shop and kit selector gui.

Code (Text):
gui-kit-displayname-color: AQUA
gui-selected-kit: '&bSelected'
gui-purchased-kit: '&aYou have purchased this kit'
gui-not-purchased-kit: '&cYou have not purchase this kit'
gui-kit-cost: '&cThis kit costs %cost% coins'







Added save inventory on join the game and restore it after leaving the arena
Fixed some errors on arena start.

desc-png.138384

luckyblockwars/luckyislands is a fun and famous pvp gamemode for your minigame server this plugin can be used for many pvp games like 1vs1 | survivalgames | skywars and more, players break luckyblocks to get random configurable prizes also awesome kit shop system.


features-png.138385

  • Multi arenas (In the same world)
  • Messages file
  • Rollback system
  • Per arena prizes
  • Prizes can be with commands or items
  • Lobby
  • Lobby countdown
  • Custom ingame scoreboard (no flicker)
  • Stats [Kills,Deaths,Wins,Coins,Xp,Level]
  • No need for any depends
  • Kits selection menu
  • Kits shop menu
  • Easy commands with easy setup
  • Unlimited luckyblock prizes
  • Custom prizes with chances
  • Coins system
  • Levels and Xp System
  • Custom join signs
sign-png.138386

simple to setup signs just do:
[LBW]
<arena-name>
you can only make 1 sign per arena
custom variables
Code (Text):
sign-header: '&6&l[LBW]'
sign-ingame: '&c&lIngame'
sign-waiting: '&a&lWaiting'
sign-countdown: '&a&lCountdown'
sign-starting: '&c&lStarting'

roll-png.138387

With new luckyblock update it has an advanced arena rollback/regeneration system with own luckyblock wand to select arena pos1 and pos2 (full tutorial in setup)

lb-png.138389

Luckyblocks are (blocks) ingame you should put it in your map just place
sponges in your arena and done, if you want to setup the prizes open the config there is default luckyblock config copy it and paste it with your arena name and edit prizes.

commands-png.138390

  • /lbw join <arena> [to join an arena]
  • /lbw leave [to leave from arena]
  • /lbw shop [to open kit shop gui]
  • /lbw kit [to open kit selector]
  • /lbw create <arena name> <min-players> [lbw.create] [create arena]
  • /lbw remove <arena> [lbw.remove] [remove arena]
  • /lbw start <arena> [lbw.start] [start arena]
  • /lbw stop <arena> [lbw.stop] [stop arena]
  • /lbw givecoins <player> <amount> [lbw.givecoins] [give coins to players]
  • /lbw wand <arena-name> [receive luckyblock wand]
  • /lbw reload [lbw.reload] [reload config]
  • /lbw addspawn <arena> <spawn number> you should start from number [ZERO] [0]
  • /lbw createkit <kit-name> <gui-item-type-id> <cost> [lbw.createkit]
  • /lbw removekit <kit-name> [lbw.removekit]
  • /lbw setlobby [lbw.setlobby] [set main lobby]

setup-png.138391

  1. First create an arena using command /lbw create
  2. Do /lbw wand <arena-name>
  3. Select arena bounds/pos1,pos2
  4. Then add spawns for the arena
  5. Set its lobby
  6. Place some signs
  7. Go to config then copy default luckyblock prizes config then paste it in same place and rename arena to the arena name that you created there is 2 type of prizes [item,command]
  8. Finish.
# - Item id, Amount, Subid, Chance, Displayname, Enable enchant, enchant id , enchant level

Config:
Code (Text):
scoreboard-title: "&a&lLuckyBlocks"
scoreboard:
- "kills: %kills%"
- "coins: %coins%"
- "deaths: %deaths%"
- "wins: %wins%"
- "arena: %arena%"
- "players: %players%"
- "xp: %xp%"
- "level: %level%"
- "xptolevelup: %level%"
luckyblock:
testarena:
prizes-number: 3
type: item
allow-particles-on-break: true
effect-type: HEART
particle-speed: 0.1
particle-amount: 25
particle-radius: 0.1
allow-message-on-break: true
sound-on-break: false
sound: ENTITY_CHICKEN_EGG
commands:
- give %player% 322:1 1
- give %player% 154 16
- give %player% 138 1
- give %player% 3 64
LuckyItems:
- 276, 1, 0, 20, &eSword, true, 16, 5
- 5, 32, 0, 25, &eWood, false
- 5, 16, 1, 5, &eWood, false
- 322, 1, 1, 50, &eGoldenApple, false
'1':
prizes-number: 3
type: item
allow-particles-on-break: true
effect-type: HEART
particle-speed: 0.1
particle-amount: 25
particle-radius: 0.1
allow-message-on-break: true
sound-on-break: false
sound: ENTITY_CHICKEN_EGG
commands:
- give %player% 322:1 1
- give %player% 154 16
- give %player% 138 1
- give %player% 3 64
LuckyItems:
- 276, 1, 0, 20, &eSword, true, 16, 5
- 5, 32, 0, 25, &eWood, false
- 5, 16, 1, 5, &eWood, false
- 322, 1, 1, 50, &eGoldenApple, false
increase-xp-need-to-levelup: 10
xp-on-kill: 2
coins-on-kill: 4
xp-on-win: 2
coins-on-win: 4
Signs:
'1':
X: -757.0
Y: 5.0
Z: -982.0
World: world
arena-already-exits: '&cThat arena is already exits.'
arena-created: '&aArena has been created.'
arena-started: '&aArena has been started.'
no-players: '&aStarting has been cancelled due no enough players.'
arena-not-exits: '&cThat arena is not exits.'
arena-removed: '&aThat arena has been removed.'
coins-receive-message: '&aYou have received %coins% coins.'
xp-receive-message: '&aYou have received %xp% xp.'
add-spawn: '&aAdded spawn for that arena %number%.'
arena-leave: '&aYou have left the game.'
set-main-lobby: '&aYou have set main lobby.'
started-arena: '&aThat arena has been started.'
stopped-arena: '&aThat arena has been stopped.'
create-kit: '&aYou have created kit %kit%.'
selected-kit: '&aYou have selected kit %kit%.'
already-purchased: '&cYou have already purchased that kit.'
not-enough-coins: '&cYou dont have enough coins.'
purchased-kit: '&aYou have purchased that kit.'
level-up-message: '&aYou are level %level% now.'
could-not-found-any-games: '&cCould not found any games to play.'
win-message: '&aYou have won the game.'
join-arena: '&aYou have joined arena %arena%.'
death-message: '&a%player% has killed by %killer%.'
sign-header: '&e&l[TDM]'
sign-ingame: '&c&lIngame'
sign-waiting: '&a&lWaiting'
sign-countdown: '&c&lStopping'
sign-starting: '&c&lStarting'
sign-arena: '&2&l%arena%'
sign-players: '&e&l%players%/%maxplayers%'
countdown:
'1': 10
min-players:
'1': 2
arena-list:
- '1'
'1':
high:
world: world
x: -759.0
y: 10.0
z: -972.0
low:
world: world
x: -765.0
y: 3.0
z: -963.0
Spawns:
'1':
'0':
World: world
x: -762.2645431377068
y: 4.0
z: -969.498068949336
'1':
World: world
x: -761.2198915866628
y: 4.0
z: -965.0847671908846
lobby:
world: world
x: -755.1685695285448
y: 4.0
z: -977.2840641253862

terms-png.138392

  1. you are not allowed to compile the plugin
  2. you are not allowed to resell the plugin
  3. you are not allowed to give this plugin to anyone
  4. you are not allowed to request refund/chargeback
  5. you are not allowed to leak this plugin
WHEN YOU PURCHASE YOU AUTOMATICALLY AGREE TO THESE TOS

Latest reviews

Sorry it's gone...
This file has expired and been automatically deleted.
Commands are not working ????

Similar resources

LuckyBlockWars | LuckyIslands Rog31
The most advanced (survivalgames, hungergames, 1vs1, skywars) minigame with luckyblocks.
0.00 star(s) 0 ratings
Downloads
255
Updated
[MiniGame] LuckyBlockWars | LuckyIslands [Bungee/Multi Arena] [MySQL Support] (SALE 25%) Cake
The most advanced (survivalgames, hungergames, 1vs1, skywars) minigame with luckyblocks.
0.00 star(s) 0 ratings
Downloads
244
Updated
[MiniGame] LuckyBlockWars | LuckyIslands [Bungee/Multi Arena] [MySQL Support] (SALE 25%) MikeyBoy
The most advanced (survivalgames, hungergames, 1vs1, skywars) minigame with luckyblocks.
1.00 star(s) 1 ratings
Downloads
284
Updated
BlackSpigot General Chat
Rules Help Users
    Z @ zDxniel: Hello
    Top