- 1.9
In minecraft
Plugin works only on 1.9.
Plugin depends Multiverse-Core and this API !!!
This plugin adds to your server:
- Unique towers.
- 12 levels.
- Good tower generator.
- A lot of fun for your players.
When a player uses the /tower command he is teleported to unique tower. His mission is to run over to the top. However, the blocks beneath him are falling down. At the time when he comes to the top, level is reset to another block.
This is veeery simple
Code (YAML):
#THERE AREN'T ALL OPTIONS OF CONFIG!
#SEE ADVANCED CONFIG
#Max towers at the same time.
maxTowers: 1000
#Towers world name.
#WARNING: THIS MUST BE GENERATED AS OTHER, FLAT WORLD!
towersWorld: world
#Join sign's lines.
sign:
- '&7[&bIcy&aTower&7]'
- '&8Click here'
- '&8To join'
- ''
#If you need disable scoreboard, set to false.
scoreboard: true
#The block which prevents falling out of tower.
#0 - Glass
#1 - Barrier
glassOption: 0
#Chance of launchpad
launchpadChance: 5
#Tower height - How many platforms.
#WARNING: Max = 78
towerHeight: 39
[/LEFT]
#Blocked commands in tower
blockedCommands:
- 'home'
- 'sethome'
- 'spawn'
#Customize your messages.
#Now, You can use colors in titles/subtitles
lang:
no_perm_message: '&4You don''t have permission to do this.'
alredy_in_game_message: '&cYou are alredy in game.'
win_title: You win.
win_subtitle: You won the game. Congratulations.
next_level_title: Next level is {LEVEL}.
next_level_subtitle: You will be teleported in 5 seconds.
lose_title: You lose :C
lose_subtitle: You reached high {Y}
/tower - It generates new tower, and teleports player there. permission: icytower.commands.tower
/tower reload - reloads config. Permission: icytower.commands.reload
To create a sign, place it, and type [tower]
create permission: icytower.sign.create
join by sign permission: icytower.sign.join