ModsJava
✸ LobbyApi ✸ Ultimate Lobby Plugin, Scoreboard, PlaceholderAPI support & More!
Ultra Customizable Lobby Plugin. Free Minecraft Java mod for 1.8, 1.9, 1.10.
⬇ Download on SpigotThanks to this plugin, you can make your lobby look great and edit it as you like, almost everything is a mutable and editable plugin.
Softdepend: PlaceholderAPI
Softdepend: BossBarAPI for just 1.8 version (You need this to be able to use Bossbar)
- ClearDeathDrops
- DisableBlockBurn
- ExplodeProtection
- DisableFallDamage
- DisableHungerLoss
- DisableEntitySpawn
- DisableWeatherChange
- OnQuitClearInventory
- DisableInventoryMoveItem
- DisableAnnounceAchivement
- DisableDefaultMinecraftJoinMessage
- DisableDefaultMinecraftQuitMessage
- DisableLeavesDecay
- Scoreboard
- Message Settings
- Join Title
- Join Sound
- NoPerm Sound
- Action Bar message
- Vip Join Quit messages
- Join commands
- JumpPad
- JumpPad Sound
- BossBar
- VoidTp
- VoidTp Sound
- VoidTp Height
- Set Spawn
- if you like, check out the config
- (scroll down for Config
)
- Main command >>> "/Lobby"
- Sets spawn >>> "/Lobby setlobby"
- Reload the config >>> "/Lobby reload"
- Reload the Scoreboard >>> "/Lobby sbreload"
- lobbyapi.commandReloadAndSetlobby
- lobbyapi.inventoryMove
- lobbyapi.blockBreak
- lobbyapi.blockPlace
- lobbyapi.dropItem
- lobbyapi.playerJoinVipMessage
- lobbyapi.playerQuitVipMessage
- lobbyapi.pickupItem
- lobbyapi.interact.EnderChest
- lobbyapi.interact.Chest
- lobbyapi.interact.ItemFrame
- lobbyapi.interact.Bed
- lobbyapi.interact.EnchantmentTable
- lobbyapi.interact.ItemFrame
- lobbyapi.interact.ArmorStand
- lobbyapi.interact.CraftingTable
- lobbyapi.interact.TrappedChest
- lobbyapi.interact.Furnace
- lobbyapi.interact.BurningFurnace
- lobbyapi.interact.Anvil
- lobbyapi.interact.ArmorStand
- lobbyapi.interact.Dispenser
- lobbyapi.interact.Dropper
- lobbyapi.interact.ArmorStand
- lobbyapi.interact.BrewingStand
- lobbyapi.interact.Beacon
- lobbyapi.interact.DoorAndTrapBlocks
- lobbyapi.interact.Gate
- lobbyapi.interact.Farmland
- lobbyapi.interact.ShulkerBox
- lobbyapi.interact.Barrel
- lobbyapi.interact.Bell
- lobbyapi.interact.BlastFurnace
- lobbyapi.interact.Smoker
- lobbyapi.interact.Composter
- lobbyapi.interact.Grindstone
- lobbyapi.interact.Lectern
- lobbyapi.interact.StoneCutter
- lobbyapi.interact.Loom
Code (YAML):
# #--------------------------#
#
# LobbyApi by TheNoobDev
#
# #--------------------------#
#---------------------------------#
# General Lobby Settings #
#---------------------------------#
ClearDeathDrops : true
DisableBlockBurn : true
ExplodeProtection : true
DisableFallDamage : true
DisableHungerLoss : true
DisableEntitySpawn : true
DisableLeavesDecay : true
DisableWeatherChange : true
OnQuitClearInventory : true
DisableInventoryMoveItem : true
DisableAnnounceAchivement : true
DisableDefaultMinecraftJoinMessage : true
DisableDefaultMinecraftQuitMessage : true
#---------------------------------#
# Scoreboard & Settings #
#---------------------------------#
Scoreboard:
EnableScoreboard : true
UpdateDelay : 10 #Tick
Title : '&e&lScoreboard'
Lines :
- '&7&m ------------------'
- '&a&lThis board supporting'
- '&a&lPLACEHOLDERAPI'
- ' '
- '&6&lPAPI Placeholders:'
- '&aName : &f%player_name%'
- '&aPing : &f%player_ping%'
- '&aHealth : &f%player_health%'
- '&7&m ------------------'
#---------------------------------#
# Messages #
#---------------------------------#
Messages:
Usage :
- '&8&m ------------- {&e&l LobbyApi &8&m } -------------'
- '&a&lCommands:'
- '&2/Lobby or /la &7-> Main command.'
- '&b/Lobby reload &7-> Reload the config.'
- '&b/Lobby setlobby &7-> Sets the spawn.'
- '&b/Lobby sbreload &7-> Reload the scoreboard.'
- '&8&m ------------- {&e&l LobbyApi &8&m } -------------'
SettedLobby : '&8 [&e&lLobby&8 ] &aSpawn has been successfully setted.'
LobbyNoSet : '&8 [&e&lLobby&8 ] &cSpawn no set!'
NoPermission : '&8 [&e&lLobby&8 ] &cYou do not have permission.'
PluginReload : '&8 [&e&lLobby&8 ] &aConfig has been reloaded.'
ScoreboardReload : '&8 [&e&lLobby&8 ] &bScoreboard has been reloaded.'
CannotBreakBlock : '&8 [&e&lLobby&8 ] &cSorry, but you cannot break block.'
CannotPlaceBlock : '&8 [&e&lLobby&8 ] &cSorry, but you cannot build.'
CannotDropItems : '&8 [&e&lLobby&8 ] &cSorry, but you cannot drop items.'
CannotPickupItems : '&8 [&e&lLobby&8 ] &cSorry, but you cannot pickup items.'
DisablePlayerInteract : '&8 [&e&lLobby&8 ] &cSorry, but you cannot do this.'
VoidTeleportMessage : '&8 [&e&lLobby&8 ] &aYou teleported spawn.'
#---------------------------------#
# Message Settings #
#---------------------------------#
MessageSetting:
BlockBreakMessage : true
BlockPlaceMessage : true
CannotDropItemsMessage : true
CannotPickupItemsMessage : true
PlayerInteract : true
#---------------------------------#
# Titles #
#---------------------------------#
# To disable it do this, Example:
# OnJoinTitle: ' '
# OnJoinSubtitle: ' '
Titles:
OnJoinTitle : '&a&lWelcome!'
OnJoinSubtitle : '&6Your server'
#---------------------------------#
# Sounds #
#---------------------------------#
Sounds:
JoinSound : true
NoPermSound : true
OnJoin : BLOCK_NOTE_PLING;1;0.5
NoPerm : ENTITY_ENDERMEN_TELEPORT;1;1
#---------------------------------#
# Extras & Player #
#---------------------------------#
# To disable this, do the same as in the title example I gave above.
# The Join and Quit messages here will not work without permission.
Extras:
EnableActionBar : true
ActionBar : '&a&lWelcome this server!'
PlayerJoinVipBroadcastMessage : '&3 %player% &ehas joined the lobby.'
PlayerQuitVipBroadcastMessage : '&c %player% &ehas quit the lobby.'
PlayerJoinMotd :
- ' '
- '&e&l Your Network '
- ' '
- '&3Welcome the your server, enjoy the games.'
- '&cThis plugin in devoplement mode.'
- '&aPlugin by TheNoobDev.'
- ' '
#---------------------------------#
# Commands #
#---------------------------------#
Commands:
PlayerJoinCommands : true
PlayerCommands :
- 'gamemode 1'
- ''
PlayerJoinConsoleCommands : true
ConsoleCommands :
- 'fly %player%'
- ''
#---------------------------------#
# JumpPad #
#---------------------------------#
JumpPad:
EnableJumpPad : true
JumpSound : true
Sound : 'ENTITY_WITHER_SHOOT;1;1'
JumperPlate : 'STONE_PLATE'
Power : 2
PowerY : 2
#---------------------------------#
# BossBar #
#---------------------------------#
BossBar:
EnableBossBar : true
Title : '&6&lYour Network &f&l> &aWelcome this server'
Color : 'PINK' # Color of the bar 1.8 Only "PINK" || 1.9+ BLUE, WHITE, etc..
Style : 'SOLID' # Style of the bar 1.8 Only "PROGRESS" || 1.9+ SOLID, SEGMENTED_6, SEGMENTED_10 etc...
Progress : 0.5 # Progress (0.0 - 1.0)
#---------------------------------#
# Void Teleport #
#---------------------------------#
Void:
VoidTeleport : true
TeleportSound : true
Sound : 'BLOCK_PORTAL_TRAVEL;1;1'
TeleportHeight : 0
#---------------------------------#
# Spawn #
#---------------------------------#
Spawn:
LocWorld : ''
X : ''
Y : ''
Z : ''
✸ LobbyApi ✸ Ultimate Lobby Plugin, Scoreboard, PlaceholderAPI support & More! is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 684 times (via Spigot). Download it and open it directly in the game.