All Projects → XeraPlugins → LeeesBungeeQueue

XeraPlugins / LeeesBungeeQueue

Licence: MIT License
LeeesBungeeQueue is a 2b2t like queue plugin for Bungeecord

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to LeeesBungeeQueue

FlameCord
Patch for Waterfall to improve performance during attacks and fix memory issues.
Stars: ✭ 103 (+472.22%)
Mutual labels:  bungeecord, waterfall
MineDown
A MarkDown inspired markup library for Minecraft chat components
Stars: ✭ 128 (+611.11%)
Mutual labels:  bungeecord
MCAntiMalware
Anti-Malware for minecraft
Stars: ✭ 182 (+911.11%)
Mutual labels:  bungeecord
MinecraftDeveloperGuide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 1,307 (+7161.11%)
Mutual labels:  bungeecord
CollectionViewMultiColumnLayout
A tiled waterfal/mosaic UICollectionViewLayout with support for explicit columns.
Stars: ✭ 13 (-27.78%)
Mutual labels:  waterfall
FabricProxy
Fabric mod for support forward player data from proxy
Stars: ✭ 40 (+122.22%)
Mutual labels:  bungeecord
Depenizen
Addon to Denizen that provides script support for other major plugins.
Stars: ✭ 42 (+133.33%)
Mutual labels:  bungeecord
MiraiMC
适用于Minecraft服务器的Mirai机器人
Stars: ✭ 56 (+211.11%)
Mutual labels:  bungeecord
SubServers-2
SubServers – The Minecraft Server Management Platform
Stars: ✭ 80 (+344.44%)
Mutual labels:  bungeecord
ResourcepacksPlugins
Set resource packs on whole proxy, per server and per world!
Stars: ✭ 47 (+161.11%)
Mutual labels:  bungeecord
BungeeGuard
A plugin-based security/firewall solution for BungeeCord and Velocity proxies.
Stars: ✭ 159 (+783.33%)
Mutual labels:  bungeecord
AntiBot
Lightweight BungeeCord plugin that aims to stop attacks on your server quickly and efficiently.
Stars: ✭ 42 (+133.33%)
Mutual labels:  bungeecord
MineiaGo
Minecraft Bedrock Edition <-> Java Edition using BungeeCord.
Stars: ✭ 14 (-22.22%)
Mutual labels:  bungeecord
ElytraProxy
Really customizable Minecraft proxy server with Auth, AntiBot, etc, based on Velocity. Supports 1.7 - 1.17.1
Stars: ✭ 29 (+61.11%)
Mutual labels:  bungeecord
Maintenance
Enable maintenance mode on your Minecraft server
Stars: ✭ 122 (+577.78%)
Mutual labels:  bungeecord
ETCollectionViewWaterFallLayout
ETCollectionViewWaterFallLayout is a subclass of UICollectionViewLayout written completely in Swift!
Stars: ✭ 29 (+61.11%)
Mutual labels:  waterfall
vue-flex-waterfall
🌊 A horizontal sorting waterfall layout component for Vue.js, realized by flex layout
Stars: ✭ 27 (+50%)
Mutual labels:  waterfall
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (+94.44%)
Mutual labels:  bungeecord
Snap
Run BungeeCord plugins on Velocity!
Stars: ✭ 65 (+261.11%)
Mutual labels:  bungeecord
JJStaggeredGridCollectionView
A staggered UICollectionView grid layout subclassing UICollectionViewFlowLayout, with configurable columns, multiple sections, section insets, header & footer & dynamic cell size height
Stars: ✭ 28 (+55.56%)
Mutual labels:  waterfall

LeeesBungeeQueue

discord

LeeesBungeeQueue is a 2b2t like queue plugin for Bungeecord very easy to configure just make sure you have these things on bungeecord or waterfall set properly below

NOTE: the plugin has no velocity support but works perfectly with snap on velocity i myself use velocity for my server and can testify this will work with snap perfectly fine https://forums.velocitypowered.com/t/snap-run-bungeecord-plugins-on-velocity/608

NOTE: if you need a plugin to make a queue server you can place this same jar file in any paper / spigot server and itll act as a plugin to prevent player movement, set gamemode, set world and exact specific coordinates you want all the players to be stuck at

NOTE: it is recommended to use Waterfall and not bone stock bungeecord with this plugin (waterfall forks work fine) if you have an issue with a specific waterfall fork please let me know and ill see whats going on otherwise please use regular waterfall https://papermc.io/downloads#Waterfall

If you would like to donate to keep me motivated to keep this project up to date you can donate at: https://donate.7b7t.me or my paypal email is [email protected]


Waterfall / Bungeecord config.yml ->

please note NEVER use the plugin
with main or auth in priorities
make the only server in priorities is the queue server
EXAMPLE:
 priorities:
 - queue

also make sure this is set to true
force_default_server: true

at the bottom of your bungeecord / waterfall config
add the queue main and auth(only if your server is offline mode / cracked)
like this example below:
servers:
  7b7t:
    motd: '&b7b&37t &6Main Server'
    address: localhost:8401
    restricted: true
  queue:
    motd: '&&b7b&37t &6Queue Server'
    address: localhost:8402
    restricted: true
  auth:
    motd: '&b7b&37t &6Auth Server'
    address: localhost:8403
    restricted: true




LeeesBungeeQueue config.yml ->

How to configure LBQ's config properly
make sure you set the names of the servers
in lbq to the exact name of the ones you set
in the bungeecord config

QUEUESERVER: "queue"
MAINSERVER: "7b7t"
#set this to false if your a premium server
ENABLEAUTHSERVER: "true"
AUTHSERVER: "auth"
#server to send the players to after queue
AFTERQUEUE: "auth"

need extra help ? join our support discord: https://discord.gg/QFkeH5qaKQ

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].