will try smth

This commit is contained in:
kento2 2026-04-15 18:39:41 +02:00
parent f5109f9789
commit 7bfbe48729
28 changed files with 150 additions and 111 deletions

View file

@ -0,0 +1,8 @@
package de.kentoj.kencommandapi;
import de.kentoj.kencommandapi.api.KenCommandApi;
public class BukkitKenCommandApi extends KenCommandApiImpl<> {
private final KenCommandApi<>
}