Add locale file support
This commit is contained in:
@@ -26,6 +26,7 @@ import com.google.common.base.Splitter;
|
||||
import lombok.Getter;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.Setter;
|
||||
import me.lucko.luckperms.LuckPermsPlugin;
|
||||
import me.lucko.luckperms.commands.CommandManager;
|
||||
import me.lucko.luckperms.commands.CommandResult;
|
||||
import me.lucko.luckperms.commands.Sender;
|
||||
@@ -183,6 +184,11 @@ public class Importer {
|
||||
this.instance = instance;
|
||||
}
|
||||
|
||||
@Override
|
||||
public LuckPermsPlugin getPlatform() {
|
||||
return instance.commandManager.getPlugin();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return Constants.getImporterName();
|
||||
|
||||
Reference in New Issue
Block a user