4drian3d / 4drian3d/ServerPermissions
Add tiered/layered server routing
- 主要语言
- Java
- 星标
- 8
- 派生
- 1
- 平均合并
- 7 天 14 小时
- 30 天内合并 PR
- 1
描述
Right now, the plugin simply denies a player if they try to go to a server. I'd like to suggest some more features, if possible. In my specific scenario, adding a routing layer would be helpful. Some way to say "if they don't have permission x, try y. if they don't have permission y, try z" and so on.
Velocity does have a "fallback server" option in the .toml. Maybe that could be implemented here? In my server, I have that fallback option set up where if the lobby fails, they get sent to vanilla, but that's not working with your plugin. It simply denies the login, whereas I'm wondering if it's possible to send them to vanilla (the fallback option after lobby) if they don't have the lobby permission, if that makes sense.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Look at the plugin's current server routing logic, likely in a class handling player connection or server switching. Understand how Velocity's fallback server configuration works. The goal is to implement a tiered routing system that checks permissions sequentially and falls back to a configured server. Test by setting up a Velocity proxy with the plugin and verifying players are routed correctly based on permissions.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- backend, game-dev
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100