*Updated plugin.yml version number from 1.2.3 to 1.2.4
*Changed plugin internal version number from 7 to 8
This commit is contained in:
parent
b55e484c12
commit
413658593d
@ -60,7 +60,7 @@ public class HerobrineAI extends JavaPlugin implements Listener {
|
|||||||
|
|
||||||
public Location hbSpawnData = null;
|
public Location hbSpawnData = null;
|
||||||
public boolean removeHBNextTick = false;
|
public boolean removeHBNextTick = false;
|
||||||
public String pluginVersionCount = "7";
|
public String pluginVersionCount = "8";
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onEnable() {
|
public void onEnable() {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: Herobrine
|
name: Herobrine
|
||||||
main: net.theprogrammersworld.herobrine.HerobrineAI
|
main: net.theprogrammersworld.herobrine.HerobrineAI
|
||||||
version: 1.2.3
|
version: 1.2.4
|
||||||
commands:
|
commands:
|
||||||
herobrine:
|
herobrine:
|
||||||
description: Main command.
|
description: Main command.
|
||||||
|
Reference in New Issue
Block a user