- **TpCommand.java**: Removes the original `/tp` command (requires OP level 2) and registers a custom version (requires OP level 0)
- **TpaCommand.java**: A brand new `/tpa` request system, supporting clickable chat buttons, request timeouts, and cross-dimension teleportation
- Commands are registered using the `RegisterCommandsEvent` event
- Requests are stored using `ConcurrentHashMap` (thread-safe)
- Uses official mappings (1.19.2)
- **TpaCommand.java**: A brand new `/tpa` request system, supporting clickable chat buttons, request timeouts, and cross-dimension teleportation
- Commands are registered using the `RegisterCommandsEvent` event
- Requests are stored using `ConcurrentHashMap` (thread-safe)
- Uses official mappings (1.19.2)
- **TpCommand.java**: 移除原版 `/tp` 命令(需要OP等级2),注册自定义版本(需要OP等级0)
- **TpaCommand.java**: 全新的 `/tpa` 请求系统,支持可点击的聊天按钮、请求超时、跨维度传送
- 使用 `RegisterCommandsEvent` 事件注册命令
- 使用 `ConcurrentHashMap` 存储请求(线程安全)
- 使用官方 mappings(1.19.2)

