*Updated plugin.yml version number from 1.7.1 to 1.7.2
*Changed plugin internal version number from 20 to 21
This commit is contained in:
parent
4c3ba12ba3
commit
e1b4dc9d07
@ -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 = "20";
|
||||
final String pluginVersionCount = "21";
|
||||
ConsoleCommandSender console = Bukkit.getServer().getConsoleSender();
|
||||
|
||||
while(!Herobrine.getPluginCore().getConfigDB().newVersionFound) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: Herobrine
|
||||
main: net.theprogrammersworld.herobrine.Herobrine
|
||||
version: 1.7.1
|
||||
version: 1.7.2
|
||||
website: https://www.theprogrammersworld.net
|
||||
commands:
|
||||
herobrine:
|
||||
|
Reference in New Issue
Block a user