mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-05 20:12:55 +00:00
Forgot class paths, remove things lombok covers, and optimize imports
This commit is contained in:
parent
1f9078b702
commit
2716e2500b
126 changed files with 285 additions and 630 deletions
|
@ -1,5 +1,6 @@
|
|||
package me.totalfreedom.totalfreedommod.command;
|
||||
|
||||
import java.util.List;
|
||||
import me.totalfreedom.totalfreedommod.config.ConfigEntry;
|
||||
import me.totalfreedom.totalfreedommod.rank.Rank;
|
||||
import me.totalfreedom.totalfreedommod.util.FUtil;
|
||||
|
@ -8,7 +9,6 @@ import org.bukkit.ChatColor;
|
|||
import org.bukkit.command.Command;
|
||||
import org.bukkit.command.CommandSender;
|
||||
import org.bukkit.entity.Player;
|
||||
import java.util.List;
|
||||
|
||||
@CommandPermissions(level = Rank.OP, source = SourceType.BOTH)
|
||||
@CommandParameters(description = "Information on how to apply for admin.", usage = "/<command>", aliases = "ai")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue