mirror of
https://github.com/plexusorg/Module-Guilds.git
synced 2026-06-05 11:16:54 +00:00
Update Guilds module (wip)
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user