4drian3d / 4drian3d/ServerPermissions

Add tiered/layered server routing

Ouverte
#79 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Java
Étoiles
8
Forks
1
Merge moyen
7 j 14 h
PR mergées (30 j)
1

Description

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.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
java
Domaine
backend, game-dev
Type d'issue
Fonctionnalité
Difficulté
3/5
Temps estimé
1-2 jours
Activité
Calme
Clarté
Plutôt claire
Accessibilité débutants
55/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.