*Updated plugin.yml version number from 1.8.0 to 1.9.0
*Changed plugin internal version number from 23 to 24
This commit is contained in:
parent
f07a82708d
commit
b12e6c7ac4
@ -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
|
||||
// before the check is performed again. If a newer version is found, begin reporting
|
||||
// the discovery of a newer version once every hour.
|
||||
final String pluginVersionCount = "23";
|
||||
final String pluginVersionCount = "24";
|
||||
ConsoleCommandSender console = Bukkit.getServer().getConsoleSender();
|
||||
|
||||
while(!Herobrine.getPluginCore().getConfigDB().newVersionFound) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: Herobrine
|
||||
main: net.theprogrammersworld.herobrine.Herobrine
|
||||
version: 1.8.0
|
||||
version: 1.9.0
|
||||
website: https://www.theprogrammersworld.net
|
||||
api-version: 1.14
|
||||
load: STARTUP
|
||||
|
Reference in New Issue
Block a user