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