Remove unused references to AltitudeAPI.
This commit is contained in:
parent
9c6e2f02fb
commit
392b6cc4db
|
|
@ -6,8 +6,6 @@ import java.util.Optional;
|
|||
import java.util.UUID;
|
||||
import java.util.function.Consumer;
|
||||
|
||||
import com.alttd.altitudeapi.commands.CommandHandler;
|
||||
import com.alttd.altitudeapi.commands.CommandLang;
|
||||
import com.alttd.altitudetag.commands.TagCommand;
|
||||
import com.alttd.altitudetag.configuration.Config;
|
||||
import com.alttd.altitudetag.configuration.Lang;
|
||||
|
|
@ -53,13 +51,6 @@ public class AltitudeTag extends JavaPlugin
|
|||
|
||||
reloadConfiguration();
|
||||
|
||||
// update the CommandLang values
|
||||
CommandLang.NO_PERMISSION.setValue(Lang.NO_PERMS.getRawMessage()[0]);
|
||||
CommandLang.HEADER_FOOTER.setValue(Lang.HEADER_FOOTER.getRawMessage()[0]);
|
||||
CommandLang.NO_SUBS.setValue(Lang.NO_SUBS.getRawMessage()[0]);
|
||||
CommandLang.ONLY_PLAYERS.setValue(Lang.ONLY_PLAYERS.getRawMessage()[0]);
|
||||
CommandLang.USAGE_FORMAT.setValue(Lang.USAGE.getRawMessage()[0]);
|
||||
|
||||
try
|
||||
{
|
||||
TagConnection.initialize();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user