-
-
Notifications
You must be signed in to change notification settings - Fork 19
GH-1075 Add /tprp for caves. Move tprp feature to own section. #1077
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
Conversation
📦 Development Build ReadyWarning Do not use this build in production. It is for testing purposes only and may be unstable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request introduces a new command /tprp <minY> <maxY>
to teleport to players within a specific Y-range, useful for moderation in caves. It refactors the random player teleport feature into its own configuration and message section, improving modularity. The review identified redundant logic in command handlers, duplicated/unused message keys, and unused imports. Addressing this feedback will enhance code quality and maintainability.
Fixes #1075