Compare commits
2 Commits
01dc420e64
...
0839161bb2
Author | SHA1 | Date | |
---|---|---|---|
0839161bb2 | |||
48b2043dda |
@ -7,8 +7,6 @@ import java.util.ArrayList;
|
|||||||
|
|
||||||
public class PluginCache
|
public class PluginCache
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
public static ArrayList<String> teleporting = new ArrayList<>();
|
public static ArrayList<String> teleporting = new ArrayList<>();
|
||||||
public static ArrayList<String>cancelRunnable = new ArrayList<>();
|
public static ArrayList<String>cancelRunnable = new ArrayList<>();
|
||||||
|
|
||||||
@ -17,6 +15,6 @@ public class PluginCache
|
|||||||
public static boolean sendJoinTpMessage = true;
|
public static boolean sendJoinTpMessage = true;
|
||||||
public static final ItemStack AIR = new ItemStack(Material.AIR, 1);
|
public static final ItemStack AIR = new ItemStack(Material.AIR, 1);
|
||||||
|
|
||||||
public static final double minSupportedVersion = 1.7;
|
public static final String minSupportedVersion = "1.7";
|
||||||
public static final double maxSupportedVersion = 1.16;
|
public static final String maxSupportedVersion = "1.20";
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
error:
|
error:
|
||||||
console-access-blocked: '&cSorry, but this command is not available via console.'
|
console-access-blocked: '&cSorry, but this command is not available via console.'
|
||||||
already-teleporting: '&cYou are already in the teleportation queue!'
|
already-teleporting: '&cYou are already being teleported!'
|
||||||
hub-not-set: '&cThe hub is not set.'
|
hub-not-set: '&cThe hub is not set.'
|
||||||
spawn-not-set: '&cThe spawn is not set.'
|
spawn-not-set: '&cThe spawn is not set.'
|
||||||
unknown-world: '&cError: world "%w%" does not exist!'
|
unknown-world: '&cError: world "%w%" does not exist!'
|
||||||
|
Loading…
Reference in New Issue
Block a user