Merged David-B/herobrine-2:master into furplag/herobrine-2:master
This commit is contained in:
commit
603da286b7
@ -2,7 +2,7 @@ val mc_version="1.19.4"
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
`java-library`
|
`java-library`
|
||||||
id("io.github.patrick.remapper") version "1.3.0"
|
id("io.github.patrick.remapper") version "1.4.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
@ -15,7 +15,7 @@ public class UpdateScanner implements Runnable {
|
|||||||
// Check for a newer version of the plugin, and put the thread to sleep for 24 hours
|
// Check for a newer version of the plugin, and put the thread to sleep for 24 hours
|
||||||
// before the check is performed again. If a newer version is found, begin reporting
|
// before the check is performed again. If a newer version is found, begin reporting
|
||||||
// the discovery of a newer version once every hour.
|
// the discovery of a newer version once every hour.
|
||||||
final String pluginVersionCount = "38";
|
final String pluginVersionCount = "40";
|
||||||
ConsoleCommandSender console = Bukkit.getServer().getConsoleSender();
|
ConsoleCommandSender console = Bukkit.getServer().getConsoleSender();
|
||||||
|
|
||||||
while(!Herobrine.getPluginCore().getConfigDB().newVersionFound) {
|
while(!Herobrine.getPluginCore().getConfigDB().newVersionFound) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: Herobrine
|
name: Herobrine
|
||||||
main: net.theprogrammersworld.herobrine.Herobrine
|
main: net.theprogrammersworld.herobrine.Herobrine
|
||||||
version: 2.6.0-SNAPSHOT
|
version: 2.4.2
|
||||||
description: "Bring Herobrine to your Spigot-based Minecraft server!"
|
description: "Bring Herobrine to your Spigot-based Minecraft server!"
|
||||||
website: https://www.theprogrammersworld.net
|
website: https://www.theprogrammersworld.net
|
||||||
api-version: 1.19
|
api-version: 1.19
|
||||||
|
Loading…
Reference in New Issue
Block a user