Optimize and improve VelocityCore size

Improve steamwar.devserver.gradle to not upload anything that is up to date!
This commit is contained in:
2025-07-02 11:17:55 +02:00
parent 8677d59cce
commit 6efbda669e
6 changed files with 39 additions and 18 deletions
@@ -60,7 +60,7 @@ import java.util.logging.Logger;
@Plugin(
id = "velocitycore",
name = "VelocityCore",
dependencies = { @Dependency(id = "persistentvelocitycore"), @Dependency(id = "discordvelocitycore") }
dependencies = { @Dependency(id = "persistentvelocitycore"), @Dependency(id = "depencendiesvelocitycore") }
)
public class VelocityCore implements ReloadablePlugin {