mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:24:56 +00:00
Make the command executable in-game
This commit is contained in:
parent
a14d0bc6a8
commit
6752e4aa5d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import org.bukkit.ChatColor;
|
|||
import org.bukkit.command.Command;
|
||||
import org.bukkit.command.CommandSender;
|
||||
|
||||
@CommandPermissions(level = AdminLevel.SENIOR, source = SourceType.ONLY_CONSOLE)
|
||||
@CommandPermissions(level = AdminLevel.SENIOR, source = SourceType.BOTH)
|
||||
@CommandParameters(description = "For developers only - update TFM.", usage = "/<command>")
|
||||
public class Command_updatetfm extends FreedomCommand {
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue