Update Guilds module (wip)

This commit is contained in:
2026-05-28 17:07:38 -04:00
parent 3fa3cdfc39
commit e1a6884db7
27 changed files with 693 additions and 488 deletions
@@ -1,7 +1,6 @@
package dev.plex.command.sub;
import dev.plex.Guilds;
import dev.plex.command.SimplePlexCommand;
import dev.plex.command.source.RequiredCommandSource;
import dev.plex.guild.Guild;
import java.util.Collections;
@@ -13,7 +12,7 @@ import org.bukkit.entity.Player;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
public class CreateSubCommand extends SimplePlexCommand
public class CreateSubCommand extends GuildSubCommand
{
public CreateSubCommand()
{