Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change update system #3

Open
NightDev701 opened this issue Jan 2, 2024 · 2 comments
Open

Change update system #3

NightDev701 opened this issue Jan 2, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@NightDev701
Copy link
Member

public static String getPluginVersion() {
return getWebData("https://sunlightscorpion.de/honey.json", "plugin").toString();
}
public static boolean needUpdate(String version) {
String current = getWebData("https://sunlightscorpion.de/honey.json", "plugin").toString();
return !current.equalsIgnoreCase(version);
}

@NightDev701 NightDev701 added the enhancement New feature or request label Jan 2, 2024
@NightDev701 NightDev701 self-assigned this Jan 2, 2024
@NightDev701
Copy link
Member Author

soon more...

@NightDev701
Copy link
Member Author

HoneyCore -> HoneyUpdater -> Cloud -> Auslesen

Einfach nur so als Gedanke..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant