feat: 完善插件稳定性与兼容性
Build / build (push) Has been cancelled

This commit is contained in:
2026-08-01 00:36:17 +08:00
parent 5c760b26c6
commit 18cfbc2002
44 changed files with 1523 additions and 471 deletions
@@ -66,6 +66,9 @@ public class TpaCommand extends BaseCommand implements TabCompleter {
Map.of("seconds", String.valueOf(createdRequest.cooldownSeconds()))));
return true;
}
if (createdRequest.status() == TeleportRequestManager.CreateRequestStatus.CANCELLED) {
return true;
}
TeleportRequestManager.TeleportRequest request = createdRequest.request();
Map<String, String> placeholders = manager.placeholders(request);