-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Channel Detection & Management #36
base: main
Are you sure you want to change the base?
Conversation
uh channels are completely dynamic so it's kinda useless |
On your client. You can observe channels only at login. |
The command does not allow “manipulation” as such. |
Spigot you should add these many servers clear chat and we can't see the channels so it is useful |
You're a comedian? |
✅ Summary
This PR enhances channel detection and management in ParadiseClient_Fabric by introducing:
,channels
command to list channels.🚀 Features
,channels
command:,channels
→ Displays detected channels.🐛 Fixes
🛠 Changes
ChannelListener.java
→ Stores detected channels.ChannelCommand.java
→ Handles,channels
command.