~ Updated version.
This commit is contained in:
parent
67048bfcd5
commit
7fde4abbc3
@ -21,7 +21,7 @@ public class W {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
public static String pluginName = "BlockHunt";
|
public static String pluginName = "BlockHunt";
|
||||||
public static String pluginVersion = "v0.1.1_ALPHA";
|
public static String pluginVersion = "v0.1.2_ALPHA";
|
||||||
public static String engineVersion = "v1.1.0";
|
public static String engineVersion = "v1.1.0";
|
||||||
public static String pluginAutors = "Steffion";
|
public static String pluginAutors = "Steffion";
|
||||||
public static String pluginMainPermission = pluginName + ".";
|
public static String pluginMainPermission = pluginName + ".";
|
||||||
@ -50,6 +50,7 @@ public class W {
|
|||||||
|
|
||||||
public static HashMap<Player, Location> moveLoc = new HashMap<Player, Location>();
|
public static HashMap<Player, Location> moveLoc = new HashMap<Player, Location>();
|
||||||
public static HashMap<Player, Location> hiddenLoc = new HashMap<Player, Location>();
|
public static HashMap<Player, Location> hiddenLoc = new HashMap<Player, Location>();
|
||||||
|
public static HashMap<Player, Boolean> hiddenLocWater = new HashMap<Player, Boolean>();
|
||||||
|
|
||||||
public static void newFiles() {
|
public static void newFiles() {
|
||||||
ConfigM.setDefaults();
|
ConfigM.setDefaults();
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: BlockHunt
|
name: BlockHunt
|
||||||
main: nl.Steffion.BlockHunt.BlockHunt
|
main: nl.Steffion.BlockHunt.BlockHunt
|
||||||
version: 0.1.1_ALPHA
|
version: 0.1.2_ALPHA
|
||||||
authors:
|
authors:
|
||||||
- Steffion
|
- Steffion
|
||||||
description: Description here.
|
description: Description here.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user