You've already forked AstralRinth
forked from didirus/AstralRinth
@@ -9,10 +9,6 @@ impl super::Validator for PluginYmlValidator {
|
||||
&["zip", "jar"]
|
||||
}
|
||||
|
||||
fn get_project_types(&self) -> &[&str] {
|
||||
&["mod"]
|
||||
}
|
||||
|
||||
fn get_supported_loaders(&self) -> &[&str] {
|
||||
&["bukkit", "spigot", "paper", "purpur"]
|
||||
}
|
||||
@@ -45,10 +41,6 @@ impl super::Validator for BungeeCordValidator {
|
||||
&["zip", "jar"]
|
||||
}
|
||||
|
||||
fn get_project_types(&self) -> &[&str] {
|
||||
&["mod"]
|
||||
}
|
||||
|
||||
fn get_supported_loaders(&self) -> &[&str] {
|
||||
&["bungeecord", "waterfall"]
|
||||
}
|
||||
@@ -81,10 +73,6 @@ impl super::Validator for VelocityValidator {
|
||||
&["zip", "jar"]
|
||||
}
|
||||
|
||||
fn get_project_types(&self) -> &[&str] {
|
||||
&["mod"]
|
||||
}
|
||||
|
||||
fn get_supported_loaders(&self) -> &[&str] {
|
||||
&["velocity"]
|
||||
}
|
||||
@@ -114,10 +102,6 @@ impl super::Validator for SpongeValidator {
|
||||
&["zip", "jar"]
|
||||
}
|
||||
|
||||
fn get_project_types(&self) -> &[&str] {
|
||||
&["mod"]
|
||||
}
|
||||
|
||||
fn get_supported_loaders(&self) -> &[&str] {
|
||||
&["sponge"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user