Update to T2CodeLib 8

This commit is contained in:
2021-12-22 20:18:50 +01:00
parent 675a5651ef
commit fda80bf9fc
7 changed files with 15 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ public class Give_UseItem {
send.player(player, Main.prefix + "§c Playerheads for UseItem are only available from version §61.13§c!");
send.error(Main.plugin, "Playerheads for UseItem are only available from version 1.13!");
} else {
item = new ItemStack(ItemVersion.Head);
item = ItemVersion.getHeadIS();
SkullMeta playerheadmeta = (SkullMeta) item.getItemMeta();
playerheadmeta.setDisplayName(SelectConfig.UseItem_Name);
if (SelectConfig.UseItem_Base64_Enable) {

View File

@@ -42,7 +42,7 @@ public class DefaultGUICreate {
"&eIf you find any errors or bugs,",
"&eplease contact me so I can fix them.",
"&8-----------------",
"&5Discord: §7https://discord.gg/vRyXFFterJ");
"&5Discord: §7http://dc.t2code.net");
private static Boolean CustomSound = false;
private static Boolean CustomSound_NoSound = false;
private static String CustomSound_Sound = "";
@@ -57,7 +57,7 @@ public class DefaultGUICreate {
private static Boolean OpenGUI = false;
private static String OpenGUI_GUI = "";
private static Boolean Message = true;
private static List Messages = Arrays.asList("&6You can find more information on Discord: &ehttps://discord.gg/vRyXFFterJ");
private static List Messages = Arrays.asList("&6You can find more information on Discord: &ehttp://dc.t2code.net");
private static Boolean Permission = false;
private static Boolean SetConfig_Enable = false;