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