*Changed plugin.yml version number from 2.3.1 to 2.4.0
*Changed plugin internal version number from 37 to 38 *Changed API target version from Spigot 1.18 to 1.19
This commit is contained in:
parent
e44ec179c3
commit
90d7272425
@ -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 = "37";
|
||||
final String pluginVersionCount = "38";
|
||||
ConsoleCommandSender console = Bukkit.getServer().getConsoleSender();
|
||||
|
||||
while(!Herobrine.getPluginCore().getConfigDB().newVersionFound) {
|
||||
|
@ -1,9 +1,9 @@
|
||||
name: Herobrine
|
||||
main: net.theprogrammersworld.herobrine.Herobrine
|
||||
version: 2.3.1
|
||||
version: 2.4.0
|
||||
description: "Bring Herobrine to your Spigot-based Minecraft server!"
|
||||
website: https://www.theprogrammersworld.net
|
||||
api-version: 1.18
|
||||
api-version: 1.19
|
||||
load: STARTUP
|
||||
commands:
|
||||
herobrine:
|
||||
|
Loading…
Reference in New Issue
Block a user