We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use ajqueue for my server, and with that, /server queues the player for a server with ajqueue's queueing system.
/server
With this snippet of code though, it does not use ajqueue and just uses the bungee plugin messaging system to send the player to the server.
FancyNpcs/api/src/main/java/de/oliver/fancynpcs/api/actions/types/PlayerCommandAction.java
Lines 36 to 48 in 4ccd3ed
I feel like this should be removed and a warning is put in place that /server command is sent to the backend server and not the proxy.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use ajqueue for my server, and with that,
/server
queues the player for a server with ajqueue's queueing system.With this snippet of code though, it does not use ajqueue and just uses the bungee plugin messaging system to send the player to the server.
FancyNpcs/api/src/main/java/de/oliver/fancynpcs/api/actions/types/PlayerCommandAction.java
Lines 36 to 48 in 4ccd3ed
I feel like this should be removed and a warning is put in place that
/server
command is sent to the backend server and not the proxy.The text was updated successfully, but these errors were encountered: