@Override public Matcher getMatcher() { return lazyC.getMatcher(); }
@Override public SubConfiguration getPluginConfig() { return SubConfiguration.getConfig(lazyC.getDisplayName()); }
public String getHost() { return lazyC.getDisplayName(); }
@Override public long getVersion() { return lazyC.getVersion(); }
public Pattern getSupportedLinks() { return lazyC.getPattern(); }