Compare commits

...

2 Commits

Author SHA1 Message Date
Bea 0839161bb2 Update lang string
continuous-integration/drone/push Build is passing Details
2023-02-11 20:56:19 +01:00
Bea 48b2043dda Make min/max versions Strings 2023-02-11 20:55:53 +01:00
2 changed files with 3 additions and 5 deletions

View File

@ -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";
} }

View File

@ -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!'