Setup
- Run the portal-independent jar file. Open the config.properties. Add all hub IDs separated by a comma to the `hubs` section in the config. Add all server IDs that need queues separated by a comma to the `queues` section
- Install the portal-bukkit jar file on all servers that need queues and all hubs. Open the config.yml. Set the server ID and change hub to true/false.
- Make sure all BungeeCord instances have the same server list in the configs.
- Bukkit config
Code:
server:
id: hub-01
hub: false
redis:
host: "127.0.0.1"
port: 6379
password: ""
priority:
default: 1
ranks:
Default:
priority: 1
permission: "ranks.default"
VIP:
priority: 2
permission: "ranks.vip"
MVP:
priority: 3
permission: "ranks.mvp"
language:
reminder:
- "&eYou are position &d#{position} &eof &d#{total} &ein the &a{queue} &equeue."
- "&7Purchase a rank at www.server.net to get a higher queue priority."
added:
- "&aYou have joined the {queue} queue."
removed:
- "&cYou have been removed from the {queue} queue."
- Independent config
Code:
hubs=hub-01,hub-02
queues=test1,test2,test3
redis-host=127.0.0.1
redis-port=6379
redis-password=dev
Features
- Easy to configure and run
- Works across multiple proxies
- Doubles up as a server data manager by default
- Easy to implement into a hub plugin
- Uses rank priority
- Pause and clear queues (and dump for debugging)
- Force send players from another proxy
- Configurable join, remove, and reminder messages.
- Commands to view server and queue statuses.
- GUI to manage all of the queues and check their status'
Requirements
- Ability to run standalone applications on your box (like how you would run a server using run.bat or start.sh)
- Redis installed on your box
- Even though I've taken over the project, everyone who bought the plugin in the past will get this with updates
- If you need help installing this, I'll help you as soon as I have the time
- I've purchased resell rights for joeleoli so don't worry, I'm not selling this without permission
- Proof of ownership
- Ingame screenshots
(More to come)
Developer API
- Easy to use and implement
- Public and free for any developer
- Join our Discord to view the implementation and download!
- The price for the jar with updates is 10$
- The price for the source code with updates is 20$
- Join our Discord @ https://discord.gg/t9pEXpb
- You can PM me on here
- You can add me on my Discord DaddyImPregnant#5192
- Type
- Offering
Attachments
Last edited:
