Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
7e81c3403d | |||
|
cb5f8a7350 | ||
811d6a7a9d | |||
88bdac1fc8 | |||
|
2e29bfb270 | ||
89030215a1 | |||
b212b68f67 | |||
|
ee587742d1 | ||
908e137943 | |||
47c2329ff9 | |||
75ab60bbaa | |||
8377667f55 | |||
7afbdd695c |
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>net.t2code</groupId>
|
<groupId>net.t2code</groupId>
|
||||||
<artifactId>CommandGUI_V2</artifactId>
|
<artifactId>CommandGUI_V2</artifactId>
|
||||||
<version>2.5.17</version>
|
<version>2.5.20</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>CommandGUI</name>
|
<name>CommandGUI</name>
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.t2code</groupId>
|
<groupId>net.t2code</groupId>
|
||||||
<artifactId>T2CodeLib</artifactId>
|
<artifactId>T2CodeLib</artifactId>
|
||||||
<version>9.0</version>
|
<version>8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.t2code.minecraft.1_18.r1</groupId>
|
<groupId>net.t2code.minecraft.1_18.r1</groupId>
|
||||||
|
@@ -1,86 +0,0 @@
|
|||||||
GUI:
|
|
||||||
Enable: true
|
|
||||||
Lines: 1
|
|
||||||
Name: '&5default &9GUI'
|
|
||||||
FillItem:
|
|
||||||
Enable: true
|
|
||||||
Item: BLACK_STAINED_GLASS_PANE
|
|
||||||
Command:
|
|
||||||
Alias: true
|
|
||||||
Permission:
|
|
||||||
Required: true
|
|
||||||
Slots:
|
|
||||||
Example:
|
|
||||||
Slot: 5
|
|
||||||
Enable: true
|
|
||||||
Item:
|
|
||||||
Empty: false
|
|
||||||
Amount: 1
|
|
||||||
PlayerHead:
|
|
||||||
Enable: true
|
|
||||||
Base64:
|
|
||||||
Enable: true
|
|
||||||
Base64Value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzg3M2MxMmJmZmI1MjUxYTBiODhkNWFlNzVjNzI0N2NiMzlhNzVmZjFhODFjYmU0YzhhMzliMzExZGRlZGEifX19
|
|
||||||
PlayerWhoHasOpenedTheGUI: false
|
|
||||||
PlayerName: ''
|
|
||||||
Material: ''
|
|
||||||
Name: '&3Support Discord'
|
|
||||||
Lore:
|
|
||||||
- '&8-----------------'
|
|
||||||
- '&bIf you need help setting up the plugin,'
|
|
||||||
- '&bfeel free to contact me on the Suport Discord.'
|
|
||||||
- '&8-----------------'
|
|
||||||
- '&eIf you find any errors or bugs,'
|
|
||||||
- '&eplease contact me so I can fix them.'
|
|
||||||
- '&8-----------------'
|
|
||||||
- '&5Discord: §7https://discord.gg/vRyXFFterJ'
|
|
||||||
CustomSound:
|
|
||||||
Enable: false
|
|
||||||
NoSound: false
|
|
||||||
Sound: ''
|
|
||||||
Cost:
|
|
||||||
Enable: false
|
|
||||||
Price: 0.0
|
|
||||||
Command:
|
|
||||||
Enable: false
|
|
||||||
BungeeCommand: false
|
|
||||||
CommandAsConsole: false
|
|
||||||
Command:
|
|
||||||
- ''
|
|
||||||
OpenGUI:
|
|
||||||
Enable: false
|
|
||||||
GUI: ''
|
|
||||||
Message:
|
|
||||||
Enable: true
|
|
||||||
Message:
|
|
||||||
- '&6You can find more information on Discord: &ehttps://discord.gg/vRyXFFterJ'
|
|
||||||
Permission:
|
|
||||||
Required: false
|
|
||||||
ServerChange:
|
|
||||||
Enable: false
|
|
||||||
Server: ''
|
|
||||||
SetConfig:
|
|
||||||
Enable: false
|
|
||||||
File:
|
|
||||||
Path: ''
|
|
||||||
Option:
|
|
||||||
Path: ''
|
|
||||||
Premat: String
|
|
||||||
Value:
|
|
||||||
LeftClick:
|
|
||||||
ChatInput: false
|
|
||||||
String: ''
|
|
||||||
Boolean: false
|
|
||||||
Integer: 0
|
|
||||||
Double: 0.0
|
|
||||||
List: []
|
|
||||||
RightClick:
|
|
||||||
ChatInput: false
|
|
||||||
String: ''
|
|
||||||
Boolean: false
|
|
||||||
Integer: 0
|
|
||||||
Double: 0.0
|
|
||||||
List: []
|
|
||||||
PluginReload:
|
|
||||||
Enable: false
|
|
||||||
Command: ''
|
|
@@ -1,56 +1,39 @@
|
|||||||
package de.jatitv.commandguiv2.Bungee;
|
package de.jatitv.commandguiv2.Bungee;
|
||||||
|
|
||||||
import de.jatitv.commandguiv2.Util;
|
|
||||||
import net.md_5.bungee.config.Configuration;
|
import net.md_5.bungee.config.Configuration;
|
||||||
import net.md_5.bungee.config.ConfigurationProvider;
|
import net.md_5.bungee.config.ConfigurationProvider;
|
||||||
import net.md_5.bungee.config.YamlConfiguration;
|
import net.md_5.bungee.config.YamlConfiguration;
|
||||||
import net.t2code.lib.Bungee.Lib.messages.Bsend;
|
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.InputStream;
|
|
||||||
import java.nio.file.Files;
|
|
||||||
|
|
||||||
public class BConfig {
|
public class BConfig {
|
||||||
|
|
||||||
public static void create() {
|
public static void create() throws IOException {
|
||||||
|
File config = new File(BMain.plugin.getDataFolder(), "config.yml");
|
||||||
if (!BMain.plugin.getDataFolder().exists())
|
if (!BMain.plugin.getDataFolder().exists()) BMain.plugin.getDataFolder().mkdir();
|
||||||
BMain.plugin.getDataFolder().mkdir();
|
if (!config.exists()) {
|
||||||
|
config.createNewFile();
|
||||||
File file = new File(BMain.plugin.getDataFolder(), "config.yml");
|
|
||||||
|
|
||||||
|
|
||||||
if (!file.exists()) {
|
|
||||||
try (InputStream in = BMain.plugin.getResourceAsStream("config.yml")) {
|
|
||||||
Files.copy(in, file.toPath());
|
|
||||||
} catch (IOException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Configuration configuration;
|
|
||||||
try {
|
|
||||||
configuration = ConfigurationProvider.getProvider(YamlConfiguration.class).load(new File(BMain.plugin.getDataFolder(), "config.yml"));
|
|
||||||
BMySQL.Enable = configuration.getBoolean("MySQL.Enable");
|
|
||||||
} catch (IOException e) {
|
|
||||||
Bsend.console(Util.getSpigot() + " Please replace the config: MySQL.Enable: [false,true]");
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
try {
|
|
||||||
configuration = ConfigurationProvider.getProvider(YamlConfiguration.class).load(new File(BMain.plugin.getDataFolder(), "config.yml"));
|
|
||||||
BMySQL.ip = configuration.getString("MySQL.IP");
|
|
||||||
BMySQL.port = configuration.getInt("MySQL.Port");
|
|
||||||
BMySQL.database = configuration.getString("MySQL.Database");
|
|
||||||
BMySQL.user = configuration.getString("MySQL.User");
|
|
||||||
BMySQL.password = configuration.getString("MySQL.Password");
|
|
||||||
BMySQL.SSL = configuration.getBoolean("MySQL.SSL");
|
|
||||||
} catch (IOException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
}
|
||||||
|
Configuration configuration = ConfigurationProvider.getProvider(YamlConfiguration.class).load(config);
|
||||||
|
|
||||||
|
configuration.set("MySQL.Enable", false);
|
||||||
|
configuration.set("MySQL.IP", "localhost");
|
||||||
|
configuration.set("MySQL.Port", 3306);
|
||||||
|
configuration.set("MySQL.Database", "database");
|
||||||
|
configuration.set("MySQL.User", "user");
|
||||||
|
configuration.set("MySQL.Password", "");
|
||||||
|
configuration.set("MySQL.SSL", false);
|
||||||
|
ConfigurationProvider.getProvider(YamlConfiguration.class).save(configuration, config);
|
||||||
|
|
||||||
|
|
||||||
|
BMySQL.Enable = configuration.getBoolean("MySQL.Enable");
|
||||||
|
BMySQL.ip = configuration.getString("MySQL.IP");
|
||||||
|
BMySQL.port = configuration.getInt("MySQL.Port");
|
||||||
|
BMySQL.database = configuration.getString("MySQL.Database");
|
||||||
|
BMySQL.user = configuration.getString("MySQL.User");
|
||||||
|
BMySQL.password = configuration.getString("MySQL.Password");
|
||||||
|
BMySQL.SSL = configuration.getBoolean("MySQL.SSL");
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -34,20 +34,24 @@ public class BListener implements Listener {
|
|||||||
public void onJoin(PostLoginEvent e) {
|
public void onJoin(PostLoginEvent e) {
|
||||||
ProxiedPlayer player = e.getPlayer();
|
ProxiedPlayer player = e.getPlayer();
|
||||||
sendToSpigotPlayer(player.getName(), true);
|
sendToSpigotPlayer(player.getName(), true);
|
||||||
|
/*
|
||||||
if (BMySQL.Enable) {
|
if (BMySQL.Enable) {
|
||||||
BMySQL.query("INSERT INTO `gui-bungeeplayer` (`UUID`, `Name`, `Online`) VALUES ('" + player.getUniqueId() + "', '" + player.getName()
|
BMySQL.query("INSERT INTO `gui-bungeeplayer` (`UUID`, `Name`, `Online`) VALUES ('" + player.getUniqueId() + "', '" + player.getName()
|
||||||
+ "', 'true') ON DUPLICATE KEY UPDATE `Name` = '" + player.getName() + "', `Online` = 'true';");
|
+ "', 'true') ON DUPLICATE KEY UPDATE `Name` = '" + player.getName() + "', `Online` = 'true';");
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
public void onDisconnect(PlayerDisconnectEvent e) {
|
public void onDisconnect(PlayerDisconnectEvent e) {
|
||||||
ProxiedPlayer player = e.getPlayer();
|
ProxiedPlayer player = e.getPlayer();
|
||||||
sendToSpigotPlayer(e.getPlayer().getName(), false);
|
sendToSpigotPlayer(e.getPlayer().getName(), false);
|
||||||
|
/*
|
||||||
if (BMySQL.Enable) {
|
if (BMySQL.Enable) {
|
||||||
BMySQL.query("INSERT INTO `gui-bungeeplayer` (`UUID`, `Name`, `Online`) VALUES ('" + player.getUniqueId() + "', '" + player.getName()
|
BMySQL.query("INSERT INTO `gui-bungeeplayer` (`UUID`, `Name`, `Online`) VALUES ('" + player.getUniqueId() + "', '" + player.getName()
|
||||||
+ "', 'true') ON DUPLICATE KEY UPDATE `Name` = '" + player.getName() + "', `Online` = 'false';");
|
+ "', 'true') ON DUPLICATE KEY UPDATE `Name` = '" + player.getName() + "', `Online` = 'false';");
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -65,7 +69,8 @@ public class BListener implements Listener {
|
|||||||
Logger.getLogger(e.getMessage());
|
Logger.getLogger(e.getMessage());
|
||||||
}
|
}
|
||||||
BungeeCord.getInstance().getServers().values().stream().forEach((server) -> {
|
BungeeCord.getInstance().getServers().values().stream().forEach((server) -> {
|
||||||
server.sendData("cgui:onlineplayers", stream.toByteArray());
|
|
||||||
|
server.sendData("cgui:onlinepl", stream.toByteArray());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -79,7 +84,7 @@ public class BListener implements Listener {
|
|||||||
Logger.getLogger(e.getMessage());
|
Logger.getLogger(e.getMessage());
|
||||||
}
|
}
|
||||||
BungeeCord.getInstance().getServers().values().stream().forEach((server) -> {
|
BungeeCord.getInstance().getServers().values().stream().forEach((server) -> {
|
||||||
server.sendData("cgui:onlineplayers", stream.toByteArray());
|
server.sendData("cgui:onlinepl", stream.toByteArray());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -5,7 +5,7 @@ import net.md_5.bungee.api.ProxyServer;
|
|||||||
import net.md_5.bungee.api.plugin.Plugin;
|
import net.md_5.bungee.api.plugin.Plugin;
|
||||||
import net.t2code.lib.Bungee.Lib.messages.Bsend;
|
import net.t2code.lib.Bungee.Lib.messages.Bsend;
|
||||||
|
|
||||||
import java.util.Objects;
|
import java.io.IOException;
|
||||||
import java.util.logging.Level;
|
import java.util.logging.Level;
|
||||||
|
|
||||||
public final class BMain extends Plugin {
|
public final class BMain extends Plugin {
|
||||||
@@ -42,13 +42,18 @@ public final class BMain extends Plugin {
|
|||||||
Bsend.console(prefix + " §2Version: §6" + version);
|
Bsend.console(prefix + " §2Version: §6" + version);
|
||||||
Bsend.console(prefix + " §2Spigot: §6" + spigot);
|
Bsend.console(prefix + " §2Spigot: §6" + spigot);
|
||||||
Bsend.console(prefix + " §2Discord: §6" + discord);
|
Bsend.console(prefix + " §2Discord: §6" + discord);
|
||||||
BConfig.create();
|
/* try {
|
||||||
|
BConfig.create();
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
*/
|
||||||
plugin.getProxy().registerChannel("cgui:bungee");
|
plugin.getProxy().registerChannel("cgui:bungee");
|
||||||
plugin.getProxy().getPluginManager().registerListener(plugin, new BListener());
|
plugin.getProxy().getPluginManager().registerListener(plugin, new BListener());
|
||||||
BListener.sendToSpigotDeleteAll();
|
BListener.sendToSpigotDeleteAll();
|
||||||
BMetrics metrics = new BMetrics(this, bstatsID);
|
BMetrics metrics = new BMetrics(this, bstatsID);
|
||||||
|
|
||||||
|
/*
|
||||||
if (BMySQL.Enable){
|
if (BMySQL.Enable){
|
||||||
BMySQL.main();
|
BMySQL.main();
|
||||||
BMySQL.query("CREATE TABLE IF NOT EXISTS `gui-bungeeplayer` (" +
|
BMySQL.query("CREATE TABLE IF NOT EXISTS `gui-bungeeplayer` (" +
|
||||||
@@ -60,8 +65,8 @@ public final class BMain extends Plugin {
|
|||||||
"COLLATE='utf8mb4_general_ci'" +
|
"COLLATE='utf8mb4_general_ci'" +
|
||||||
"ENGINE=InnoDB" +
|
"ENGINE=InnoDB" +
|
||||||
";");
|
";");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
Bsend.console(prefix + " §2Plugin loaded successfully." + " §7- §e" + (System.currentTimeMillis() - long_.longValue()) + "ms");
|
Bsend.console(prefix + " §2Plugin loaded successfully." + " §7- §e" + (System.currentTimeMillis() - long_.longValue()) + "ms");
|
||||||
Bsend.console(prefix + "§4==============================================================================");
|
Bsend.console(prefix + "§4==============================================================================");
|
||||||
@@ -86,7 +91,6 @@ public final class BMain extends Plugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static Boolean pluginNotFound(String pl, Integer spigotID, double ver) {
|
public static Boolean pluginNotFound(String pl, Integer spigotID, double ver) {
|
||||||
|
|
||||||
if (ProxyServer.getInstance().getPluginManager().getPlugin(pl) == null) {
|
if (ProxyServer.getInstance().getPluginManager().getPlugin(pl) == null) {
|
||||||
plugin.getLogger().log(Level.SEVERE, "Plugin can not be loaded!");
|
plugin.getLogger().log(Level.SEVERE, "Plugin can not be loaded!");
|
||||||
ProxyServer.getInstance().getConsole().sendMessage(prefix + " §e" + pl + " §4could not be found. Please download it here: " +
|
ProxyServer.getInstance().getConsole().sendMessage(prefix + " §e" + pl + " §4could not be found. Please download it here: " +
|
||||||
|
@@ -27,13 +27,12 @@ public class BUpdateChecker {
|
|||||||
public static void sendUpdateMsg(String Prefix, String foundVersion, String update_version) {
|
public static void sendUpdateMsg(String Prefix, String foundVersion, String update_version) {
|
||||||
Bsend.console("§4=========== " + Prefix + " §4===========");
|
Bsend.console("§4=========== " + Prefix + " §4===========");
|
||||||
Bsend.console("§6A new version was found!");
|
Bsend.console("§6A new version was found!");
|
||||||
Bsend.console("§6Your version: §c" + foundVersion + " §7- §6Current version: §a" + update_version+"_Bungee");
|
Bsend.console("§6Your version: §c" + foundVersion + " §7- §6Current version: §a" + update_version);
|
||||||
Bsend.console("§6You can download it here: §e" + BMain.spigot);
|
Bsend.console("§6You can download it here: §e" + BMain.spigot);
|
||||||
Bsend.console("§6You can find more information on Discord: §e" + BMain.discord);
|
Bsend.console("§6You can find more information on Discord: §e" + BMain.discord);
|
||||||
Bsend.console("§4=========== " + Prefix + " §4===========");
|
Bsend.console("§4=========== " + Prefix + " §4===========");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static void onUpdateCheckTimer() {
|
public static void onUpdateCheckTimer() {
|
||||||
ProxyServer.getInstance().getScheduler().schedule(BMain.plugin, new Runnable() {
|
ProxyServer.getInstance().getScheduler().schedule(BMain.plugin, new Runnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
|
@@ -2,10 +2,10 @@ package de.jatitv.commandguiv2.Spigot.Listener;
|
|||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.Objekte.Slot;
|
import de.jatitv.commandguiv2.Spigot.Objekte.Slot;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.Bungee_Sender_Reciver;
|
import de.jatitv.commandguiv2.Spigot.system.Bungee_Sender_Reciver;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.languages.SelectMessages;
|
import de.jatitv.commandguiv2.Spigot.config.languages.SelectMessages;
|
||||||
import de.jatitv.commandguiv2.Spigot.Objekte.Object;
|
import de.jatitv.commandguiv2.Spigot.Objekte.Object;
|
||||||
import de.jatitv.commandguiv2.Spigot.gui.OpenGUI;
|
import de.jatitv.commandguiv2.Spigot.gui.OpenGUI;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Util;
|
import de.jatitv.commandguiv2.Util;
|
||||||
import net.t2code.lib.Spigot.Lib.items.ItemVersion;
|
import net.t2code.lib.Spigot.Lib.items.ItemVersion;
|
||||||
|
@@ -2,7 +2,7 @@ package de.jatitv.commandguiv2.Spigot.Listener;
|
|||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.Give_UseItem;
|
import de.jatitv.commandguiv2.Spigot.system.Give_UseItem;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.database.Select_Database;
|
import de.jatitv.commandguiv2.Spigot.system.database.Select_Database;
|
||||||
import net.t2code.lib.Spigot.Lib.items.ItemVersion;
|
import net.t2code.lib.Spigot.Lib.items.ItemVersion;
|
||||||
import net.t2code.lib.Spigot.Lib.messages.send;
|
import net.t2code.lib.Spigot.Lib.messages.send;
|
||||||
@@ -12,9 +12,9 @@ import org.bukkit.inventory.ItemStack;
|
|||||||
import org.bukkit.scheduler.BukkitRunnable;
|
import org.bukkit.scheduler.BukkitRunnable;
|
||||||
|
|
||||||
public class ItemChange {
|
public class ItemChange {
|
||||||
public static void itemChange(Player player) {
|
public static void itemChange(Player player, Boolean setCursor) {
|
||||||
Integer slot;
|
Integer slot;
|
||||||
if (SelectConfig.UseItem_InventorySlotEnforce){
|
if (SelectConfig.UseItem_InventorySlotEnforce) {
|
||||||
slot = SelectConfig.UseItem_InventorySlot;
|
slot = SelectConfig.UseItem_InventorySlot;
|
||||||
} else {
|
} else {
|
||||||
if (Select_Database.selectSlot(player) == null) {
|
if (Select_Database.selectSlot(player) == null) {
|
||||||
@@ -27,6 +27,26 @@ public class ItemChange {
|
|||||||
if (!SelectConfig.UseItem_Enable) {
|
if (!SelectConfig.UseItem_Enable) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (SelectConfig.UseItemGameModeProtection) {
|
||||||
|
if (SelectConfig.UseItemGameModeMode.equalsIgnoreCase("blacklist") && SelectConfig.UseItemGameModeList.contains(player.getGameMode().toString())) {
|
||||||
|
if (SelectConfig.UseItemGameModeRemoveItemWhenItIsDisabled) removeItem(player);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (SelectConfig.UseItemGameModeMode.equalsIgnoreCase("whitelist") && !SelectConfig.UseItemGameModeList.contains(player.getGameMode().toString())) {
|
||||||
|
if (SelectConfig.UseItemGameModeRemoveItemWhenItIsDisabled) removeItem(player);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (SelectConfig.UseItemWorldProtection) {
|
||||||
|
if (SelectConfig.UseItemWorldMode.equalsIgnoreCase("blacklist") && SelectConfig.UseItemWorldList.contains(player.getWorld().getName())) {
|
||||||
|
if (SelectConfig.UseItemWorldRemoveItemWhenItIsDisabled)removeItem(player);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (SelectConfig.UseItemWorldMode.equalsIgnoreCase("whitelist") && !SelectConfig.UseItemWorldList.contains(player.getWorld().getName())) {
|
||||||
|
if (SelectConfig.UseItemWorldRemoveItemWhenItIsDisabled)removeItem(player);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
if (SelectConfig.UseItem_GiveOnlyOnFirstJoin) {
|
if (SelectConfig.UseItem_GiveOnlyOnFirstJoin) {
|
||||||
if (!SelectConfig.UseItem_AllowToggle || Select_Database.selectItemStatus(player)) {
|
if (!SelectConfig.UseItem_AllowToggle || Select_Database.selectItemStatus(player)) {
|
||||||
if (!player.hasPlayedBefore()) {
|
if (!player.hasPlayedBefore()) {
|
||||||
@@ -34,6 +54,9 @@ public class ItemChange {
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
Give_UseItem.onGive(player);
|
Give_UseItem.onGive(player);
|
||||||
|
if (setCursor) {
|
||||||
|
setCursor(player, slot);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}.runTaskLater(Main.plugin, 1L * 1);
|
}.runTaskLater(Main.plugin, 1L * 1);
|
||||||
if (SelectConfig.Cursor_ToGUIItem_OnlyOnFirstLogin || SelectConfig.Cursor_ToGUIItem_OnLogin) {
|
if (SelectConfig.Cursor_ToGUIItem_OnlyOnFirstLogin || SelectConfig.Cursor_ToGUIItem_OnLogin) {
|
||||||
@@ -43,58 +66,86 @@ public class ItemChange {
|
|||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (SelectConfig.UseItem_GiveOnEveryJoin) {
|
if (!SelectConfig.UseItem_GiveOnEveryJoin) {
|
||||||
new BukkitRunnable() {
|
return;
|
||||||
@Override
|
}
|
||||||
public void run() {
|
new BukkitRunnable() {
|
||||||
for (int iam = 0; iam < player.getInventory().getSize() - 5; iam++) {
|
@Override
|
||||||
ItemStack itm = player.getInventory().getItem(iam);
|
public void run() {
|
||||||
if (itm != null) {
|
removeItem(player);
|
||||||
if (itm.getType() == Material.valueOf(SelectConfig.UseItem_Material) || itm.getType() == ItemVersion.getHead()) {
|
if (!SelectConfig.UseItem_AllowToggle || Select_Database.selectItemStatus(player)) {
|
||||||
if (itm.getItemMeta().getDisplayName().equals(SelectConfig.UseItem_Name)) {
|
if (SelectConfig.UseItem_InventorySlotEnforce || player.getInventory().getItem(slot - 1) == null) {
|
||||||
player.getInventory().remove(itm);
|
Give_UseItem.onGive(player);
|
||||||
player.updateInventory();
|
if (setCursor) {
|
||||||
break;
|
setCursor(player, slot);
|
||||||
}
|
}
|
||||||
|
} else if (SelectConfig.UseItem_InventorySlot_FreeSlot) {
|
||||||
|
boolean empty = false;
|
||||||
|
for (int i = 0; i < 9; i++) {
|
||||||
|
if (player.getInventory().getItem(i) == null) {
|
||||||
|
empty = true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
if (empty) {
|
||||||
if (!SelectConfig.UseItem_AllowToggle || Select_Database.selectItemStatus(player)) {
|
Give_UseItem.onGiveADD(player);
|
||||||
if (SelectConfig.UseItem_InventorySlotEnforce || player.getInventory().getItem(slot - 1) == null) {
|
|
||||||
Give_UseItem.onGive(player);
|
|
||||||
if (SelectConfig.Cursor_ToGUIItem_OnLogin) {
|
|
||||||
if (SelectConfig.Cursor_ToGUIItem_OnlyOnFirstLogin) {
|
|
||||||
if (!player.hasPlayedBefore()) {
|
|
||||||
player.getInventory().setHeldItemSlot(slot - 1);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
if (SelectConfig.Bungee) {
|
|
||||||
if (SelectConfig.UseItem_ServerChange) {
|
|
||||||
player.getInventory().setHeldItemSlot(slot - 1);
|
|
||||||
} else {
|
|
||||||
if (Main.bungeejoinplayers.contains(player.getName())) {
|
|
||||||
player.getInventory().setHeldItemSlot(slot - 1);
|
|
||||||
Main.bungeejoinplayers.remove(player.getName());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else player.getInventory().setHeldItemSlot(slot - 1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else if (SelectConfig.UseItem_InventorySlot_FreeSlot) {
|
|
||||||
boolean empty = false;
|
|
||||||
for (int i = 0; i < 9; i++) {
|
|
||||||
if (player.getInventory().getItem(i) == null) {
|
|
||||||
empty = true;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (empty) {
|
|
||||||
Give_UseItem.onGiveADD(player);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}.runTaskLater(Main.plugin, 1L * 1);
|
}
|
||||||
|
}.runTaskLater(Main.plugin, 1L * 1);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void setCursor(Player player, int slot) {
|
||||||
|
send.debug(Main.plugin,"setCursor 1 Player: "+player.getName());
|
||||||
|
|
||||||
|
if (!SelectConfig.Cursor_ToGUIItem_OnLogin) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
send.debug(Main.plugin,"setCursor 2 Player: "+player.getName());
|
||||||
|
if (SelectConfig.Cursor_ToGUIItem_OnlyOnFirstLogin) {
|
||||||
|
if (!player.hasPlayedBefore()) {
|
||||||
|
player.getInventory().setHeldItemSlot(slot - 1);
|
||||||
|
send.debug(Main.plugin,"setCursor 3 Player: "+player.getName());
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
send.debug(Main.plugin,"setCursor 4 Player: "+player.getName());
|
||||||
|
if (!SelectConfig.Bungee) {
|
||||||
|
player.getInventory().setHeldItemSlot(slot - 1);
|
||||||
|
send.debug(Main.plugin,"setCursor 5 Player: "+player.getName());
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
send.debug(Main.plugin,"setCursor 6 Player: "+player.getName());
|
||||||
|
if (SelectConfig.UseItem_ServerChange) {
|
||||||
|
player.getInventory().setHeldItemSlot(slot - 1);
|
||||||
|
send.debug(Main.plugin,"setCursor 7 Player: "+player.getName());
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
send.debug(Main.plugin,"setCursor 8 Player: "+player.getName());
|
||||||
|
send.debug(Main.plugin,"setCursor bungeejoinplayers: " +Main.bungeejoinplayers);
|
||||||
|
send.debug(Main.plugin,"setCursor Player: " +player.getName());
|
||||||
|
if (Main.bungeejoinplayers.contains(player.getName())) {
|
||||||
|
player.getInventory().setHeldItemSlot(slot - 1);
|
||||||
|
send.debug(Main.plugin,"setCursor 9 Player: "+player.getName());
|
||||||
|
Main.bungeejoinplayers.remove(player.getName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static void removeItem(Player player) {
|
||||||
|
for (int iam = 0; iam < player.getInventory().getSize() - 5; iam++) {
|
||||||
|
ItemStack itm = player.getInventory().getItem(iam);
|
||||||
|
if (itm != null) {
|
||||||
|
if (itm.getType() == Material.valueOf(SelectConfig.UseItem_Material) || itm.getType() == ItemVersion.getHead()) {
|
||||||
|
if (itm.getItemMeta().getDisplayName().equals(SelectConfig.UseItem_Name)) {
|
||||||
|
player.getInventory().remove(itm);
|
||||||
|
player.updateInventory();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
package de.jatitv.commandguiv2.Spigot.Listener;
|
package de.jatitv.commandguiv2.Spigot.Listener;
|
||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.database.Select_Database;
|
import de.jatitv.commandguiv2.Spigot.system.database.Select_Database;
|
||||||
import de.jatitv.commandguiv2.Util;
|
import de.jatitv.commandguiv2.Util;
|
||||||
import net.t2code.lib.Spigot.Lib.update.UpdateAPI;
|
import net.t2code.lib.Spigot.Lib.update.UpdateAPI;
|
||||||
@@ -74,6 +74,6 @@ public class PluginEvent implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static void clearGive(Player player) {
|
private static void clearGive(Player player) {
|
||||||
ItemChange.itemChange(player);
|
ItemChange.itemChange(player, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -3,13 +3,14 @@ package de.jatitv.commandguiv2.Spigot.Listener.UseItem_Listener;
|
|||||||
import de.jatitv.commandguiv2.Spigot.Listener.ItemChange;
|
import de.jatitv.commandguiv2.Spigot.Listener.ItemChange;
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Spigot.cmdManagement.Commands;
|
import de.jatitv.commandguiv2.Spigot.cmdManagement.Commands;
|
||||||
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
|
import de.jatitv.commandguiv2.Spigot.config.languages.SelectMessages;
|
||||||
import de.jatitv.commandguiv2.Spigot.gui.OpenGUI;
|
import de.jatitv.commandguiv2.Spigot.gui.OpenGUI;
|
||||||
import de.jatitv.commandguiv2.api.CGuiAPI;
|
import de.jatitv.commandguiv2.api.CGuiAPI;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.languages.SelectMessages;
|
import net.t2code.lib.Bungee.Lib.messages.Bsend;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
|
||||||
import net.t2code.lib.Spigot.Lib.items.ItemVersion;
|
import net.t2code.lib.Spigot.Lib.items.ItemVersion;
|
||||||
|
import net.t2code.lib.Spigot.Lib.messages.send;
|
||||||
import net.t2code.lib.Spigot.Lib.minecraftVersion.MCVersion;
|
import net.t2code.lib.Spigot.Lib.minecraftVersion.MCVersion;
|
||||||
import org.bukkit.GameMode;
|
|
||||||
import org.bukkit.Material;
|
import org.bukkit.Material;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.event.EventHandler;
|
import org.bukkit.event.EventHandler;
|
||||||
@@ -37,7 +38,7 @@ public class Events implements Listener {
|
|||||||
new BukkitRunnable() {
|
new BukkitRunnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
ItemChange.itemChange(e.getPlayer());
|
ItemChange.itemChange(e.getPlayer(), true);
|
||||||
}
|
}
|
||||||
}.runTaskLater(Main.plugin, 20L * 1);
|
}.runTaskLater(Main.plugin, 20L * 1);
|
||||||
}
|
}
|
||||||
@@ -74,7 +75,7 @@ public class Events implements Listener {
|
|||||||
public void onRespawn(PlayerRespawnEvent e) {
|
public void onRespawn(PlayerRespawnEvent e) {
|
||||||
Player player = e.getPlayer();
|
Player player = e.getPlayer();
|
||||||
if (SelectConfig.UseItem_Enable) {
|
if (SelectConfig.UseItem_Enable) {
|
||||||
ItemChange.itemChange(player);
|
ItemChange.itemChange(player, false);
|
||||||
//if (!SelectConfig.UseItem_AllowToggle || Select_Database.selectItemStatus(player)) {
|
//if (!SelectConfig.UseItem_AllowToggle || Select_Database.selectItemStatus(player)) {
|
||||||
// if (SelectConfig.UseItem_GiveOnlyOnFirstJoin) {
|
// if (SelectConfig.UseItem_GiveOnlyOnFirstJoin) {
|
||||||
// if (!player.hasPlayedBefore()) {
|
// if (!player.hasPlayedBefore()) {
|
||||||
@@ -100,31 +101,32 @@ public class Events implements Listener {
|
|||||||
@EventHandler(priority = EventPriority.HIGHEST)
|
@EventHandler(priority = EventPriority.HIGHEST)
|
||||||
public void onGameModeChange(PlayerGameModeChangeEvent e) {
|
public void onGameModeChange(PlayerGameModeChangeEvent e) {
|
||||||
Player player = e.getPlayer();
|
Player player = e.getPlayer();
|
||||||
|
if (!SelectConfig.UseItemGameModeChangeEnable) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
new BukkitRunnable() {
|
new BukkitRunnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
if (SelectConfig.UseItemGameModeChangeDisableInSpectator) {
|
ItemChange.itemChange(player, false);
|
||||||
if (player.getGameMode() != GameMode.SPECTATOR) {
|
|
||||||
ItemChange.itemChange(player);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
for (int iam = 0; iam < player.getInventory().getSize() - 5; iam++) {
|
|
||||||
ItemStack itm = player.getInventory().getItem(iam);
|
|
||||||
if (itm != null) {
|
|
||||||
if (itm.getType() == Material.valueOf(SelectConfig.UseItem_Material) || itm.getType() == ItemVersion.getHead()) {
|
|
||||||
if (itm.getItemMeta().getDisplayName().equals(SelectConfig.UseItem_Name)) {
|
|
||||||
player.getInventory().remove(itm);
|
|
||||||
player.updateInventory();
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else ItemChange.itemChange(player);
|
|
||||||
}
|
}
|
||||||
}.runTaskLater(Main.plugin, 1L);
|
}.runTaskLater(Main.plugin, SelectConfig.UseItemGameModeChangeDelayInTicks * 1L);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@EventHandler
|
||||||
|
public void onWorldChange(PlayerChangedWorldEvent e) {
|
||||||
|
Player player = e.getPlayer();
|
||||||
|
if (!SelectConfig.UseItemWorldChangeEnable) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
new BukkitRunnable() {
|
||||||
|
@Override
|
||||||
|
public void run() {
|
||||||
|
ItemChange.itemChange(player, false);
|
||||||
|
}
|
||||||
|
}.runTaskLater(Main.plugin, SelectConfig.UseItemWorldChangeDelayInTicks * 1L);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.HIGHEST)
|
@EventHandler(priority = EventPriority.HIGHEST)
|
||||||
public void onInteract(PlayerInteractEvent e) {
|
public void onInteract(PlayerInteractEvent e) {
|
||||||
Player p = e.getPlayer();
|
Player p = e.getPlayer();
|
||||||
@@ -132,51 +134,64 @@ public class Events implements Listener {
|
|||||||
if (SelectConfig.UseItem_PlayerHead_Enable) {
|
if (SelectConfig.UseItem_PlayerHead_Enable) {
|
||||||
if (e.getItem() != null && p.getItemInHand().getType() == ItemVersion.getHead()) {
|
if (e.getItem() != null && p.getItemInHand().getType() == ItemVersion.getHead()) {
|
||||||
if (e.getItem().getItemMeta().getDisplayName().equals(SelectConfig.UseItem_Name)) {
|
if (e.getItem().getItemMeta().getDisplayName().equals(SelectConfig.UseItem_Name)) {
|
||||||
e.setCancelled(true);
|
openGUI(e, p);
|
||||||
if (p.isSneaking()) {
|
|
||||||
Commands.info(p);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (!legacy()) {
|
|
||||||
if (!topInventoryIsEmpty(p)) return;
|
|
||||||
}
|
|
||||||
if (!SelectConfig.UseItem_Permission || p.hasPermission("commandgui.useitem")) {
|
|
||||||
OpenGUI.openGUI(p, Main.guiHashMap.get(SelectConfig.UseItem_OpenGUI), SelectConfig.UseItem_OpenGUI);
|
|
||||||
if (SelectConfig.Sound_Enable && SelectConfig.Sound_OpenInventory_Enable) {
|
|
||||||
p.playSound(p.getLocation(), SelectConfig.Sound_OpenInventory, 3, 1);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
p.sendMessage(SelectMessages.NoPermissionForUseItem.replace("[perm]", "commandgui.useitem")
|
|
||||||
.replace("[gui]", SelectConfig.UseItem_OpenGUI));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (e.getItem() != null && p.getItemInHand().getType() == Material.valueOf(SelectConfig.UseItem_Material)) {
|
if (e.getItem() != null && p.getItemInHand().getType() == Material.valueOf(SelectConfig.UseItem_Material)) {
|
||||||
if (e.getItem().getItemMeta().getDisplayName().equals(SelectConfig.UseItem_Name)) {
|
if (e.getItem().getItemMeta().getDisplayName().equals(SelectConfig.UseItem_Name)) {
|
||||||
e.setCancelled(true);
|
openGUI(e, p);
|
||||||
if (p.isSneaking()) {
|
|
||||||
Commands.info(p);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (!legacy()) {
|
|
||||||
if (!topInventoryIsEmpty(p)) return;
|
|
||||||
}
|
|
||||||
if (!SelectConfig.UseItem_Permission || p.hasPermission("commandgui.useitem")) {
|
|
||||||
OpenGUI.openGUI(p, Main.guiHashMap.get(SelectConfig.UseItem_OpenGUI), SelectConfig.UseItem_OpenGUI);
|
|
||||||
if (SelectConfig.Sound_Enable && SelectConfig.Sound_OpenInventory_Enable) {
|
|
||||||
p.playSound(p.getLocation(), SelectConfig.Sound_OpenInventory, 3, 1);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
p.sendMessage(SelectMessages.NoPermissionForUseItem.replace("[perm]", "commandgui.useitem")
|
|
||||||
.replace("[gui]", SelectConfig.UseItem_OpenGUI));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static void openGUI(PlayerInteractEvent e, Player p) {
|
||||||
|
e.setCancelled(true);
|
||||||
|
|
||||||
|
if (p.isSneaking()) {
|
||||||
|
Commands.info(p);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (!legacy()) {
|
||||||
|
if (!topInventoryIsEmpty(p)) return;
|
||||||
|
}
|
||||||
|
if (SelectConfig.UseItemGameModeProtection) {
|
||||||
|
if (SelectConfig.UseItemGameModeMode.equalsIgnoreCase("blacklist") && SelectConfig.UseItemGameModeList.contains(p.getGameMode().toString())) {
|
||||||
|
e.setCancelled(true);
|
||||||
|
send.player(p, SelectMessages.UseItemDisabledInGameMode);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (SelectConfig.UseItemGameModeMode.equalsIgnoreCase("whitelist") && !SelectConfig.UseItemGameModeList.contains(p.getGameMode().toString())) {
|
||||||
|
e.setCancelled(true);
|
||||||
|
send.player(p, SelectMessages.UseItemDisabledInGameMode);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (SelectConfig.UseItemWorldProtection) {
|
||||||
|
if (SelectConfig.UseItemWorldMode.equalsIgnoreCase("blacklist") && SelectConfig.UseItemWorldList.contains(p.getWorld().getName())) {
|
||||||
|
e.setCancelled(true);
|
||||||
|
send.player(p, SelectMessages.UseItemDisabledInWorld);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (SelectConfig.UseItemWorldMode.equalsIgnoreCase("whitelist") && !SelectConfig.UseItemWorldList.contains(p.getWorld().getName())) {
|
||||||
|
e.setCancelled(true);
|
||||||
|
send.player(p, SelectMessages.UseItemDisabledInWorld);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!SelectConfig.UseItem_Permission || p.hasPermission("commandgui.useitem")) {
|
||||||
|
OpenGUI.openGUI(p, Main.guiHashMap.get(SelectConfig.UseItem_OpenGUI), SelectConfig.UseItem_OpenGUI);
|
||||||
|
if (SelectConfig.Sound_Enable && SelectConfig.Sound_OpenInventory_Enable) {
|
||||||
|
p.playSound(p.getLocation(), SelectConfig.Sound_OpenInventory, 3, 1);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
p.sendMessage(SelectMessages.NoPermissionForUseItem.replace("[perm]", "commandgui.useitem")
|
||||||
|
.replace("[gui]", SelectConfig.UseItem_OpenGUI));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.HIGHEST)
|
@EventHandler(priority = EventPriority.HIGHEST)
|
||||||
public void onItemMoveEvent(InventoryMoveItemEvent e) {
|
public void onItemMoveEvent(InventoryMoveItemEvent e) {
|
||||||
if (!SelectConfig.UseItem_BlockMoveAndDrop || !SelectConfig.UseItem_Enable) return;
|
if (!SelectConfig.UseItem_BlockMoveAndDrop || !SelectConfig.UseItem_Enable) return;
|
||||||
@@ -197,14 +212,14 @@ public class Events implements Listener {
|
|||||||
&& e.getCursor().getItemMeta().getDisplayName().equals(SelectConfig.UseItem_Name)) {
|
&& e.getCursor().getItemMeta().getDisplayName().equals(SelectConfig.UseItem_Name)) {
|
||||||
p.closeInventory();
|
p.closeInventory();
|
||||||
e.setCancelled(true);
|
e.setCancelled(true);
|
||||||
ItemChange.itemChange(p);
|
ItemChange.itemChange(p, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (e.getOldCursor() != null && e.getOldCursor().hasItemMeta() && e.getOldCursor().getItemMeta().hasDisplayName()
|
if (e.getOldCursor() != null && e.getOldCursor().hasItemMeta() && e.getOldCursor().getItemMeta().hasDisplayName()
|
||||||
&& e.getOldCursor().getItemMeta().getDisplayName().equals(SelectConfig.UseItem_Name)) {
|
&& e.getOldCursor().getItemMeta().getDisplayName().equals(SelectConfig.UseItem_Name)) {
|
||||||
p.closeInventory();
|
p.closeInventory();
|
||||||
e.setCancelled(true);
|
e.setCancelled(true);
|
||||||
ItemChange.itemChange(p);
|
ItemChange.itemChange(p, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
package de.jatitv.commandguiv2.Spigot.Listener.UseItem_Listener;
|
package de.jatitv.commandguiv2.Spigot.Listener.UseItem_Listener;
|
||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
import net.t2code.lib.Spigot.Lib.minecraftVersion.MCVersion;
|
import net.t2code.lib.Spigot.Lib.minecraftVersion.MCVersion;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.event.EventHandler;
|
import org.bukkit.event.EventHandler;
|
||||||
|
@@ -18,7 +18,6 @@ import java.util.logging.Logger;
|
|||||||
|
|
||||||
public final class Main extends JavaPlugin {
|
public final class Main extends JavaPlugin {
|
||||||
|
|
||||||
public static ArrayList<String> bungeeplayers = new ArrayList<>();
|
|
||||||
public static ArrayList<String> bungeejoinplayers = new ArrayList<>();
|
public static ArrayList<String> bungeejoinplayers = new ArrayList<>();
|
||||||
|
|
||||||
public static File getPath() {
|
public static File getPath() {
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
package de.jatitv.commandguiv2.Spigot.cmdManagement;
|
package de.jatitv.commandguiv2.Spigot.cmdManagement;
|
||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.system.Debug;
|
import de.jatitv.commandguiv2.Spigot.system.Debug;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.DefaultGUICreate;
|
import de.jatitv.commandguiv2.Spigot.config.DefaultGUICreate;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.languages.SelectMessages;
|
import de.jatitv.commandguiv2.Spigot.config.languages.SelectMessages;
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Util;
|
import de.jatitv.commandguiv2.Util;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
|
@@ -2,8 +2,8 @@ package de.jatitv.commandguiv2.Spigot.cmdManagement;
|
|||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.Debug;
|
import de.jatitv.commandguiv2.Spigot.system.Debug;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.DefaultGUICreate;
|
import de.jatitv.commandguiv2.Spigot.config.DefaultGUICreate;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.languages.SelectMessages;
|
import de.jatitv.commandguiv2.Spigot.config.languages.SelectMessages;
|
||||||
import de.jatitv.commandguiv2.Util;
|
import de.jatitv.commandguiv2.Util;
|
||||||
import net.t2code.lib.Spigot.Lib.commands.Tab;
|
import net.t2code.lib.Spigot.Lib.commands.Tab;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
package de.jatitv.commandguiv2.Spigot.cmdManagement;
|
package de.jatitv.commandguiv2.Spigot.cmdManagement;
|
||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.languages.SelectMessages;
|
import de.jatitv.commandguiv2.Spigot.config.languages.SelectMessages;
|
||||||
import de.jatitv.commandguiv2.Util;
|
import de.jatitv.commandguiv2.Util;
|
||||||
import net.t2code.lib.Spigot.Lib.messages.send;
|
import net.t2code.lib.Spigot.Lib.messages.send;
|
||||||
import org.bukkit.command.Command;
|
import org.bukkit.command.Command;
|
||||||
|
@@ -6,10 +6,10 @@ import de.jatitv.commandguiv2.Spigot.Objekte.Object;
|
|||||||
import de.jatitv.commandguiv2.Spigot.cmdManagement.register.AliasRegister;
|
import de.jatitv.commandguiv2.Spigot.cmdManagement.register.AliasRegister;
|
||||||
import de.jatitv.commandguiv2.Spigot.gui.OpenGUI;
|
import de.jatitv.commandguiv2.Spigot.gui.OpenGUI;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.Give_UseItem;
|
import de.jatitv.commandguiv2.Spigot.system.Give_UseItem;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.ConfigCreate;
|
import de.jatitv.commandguiv2.Spigot.config.config.ConfigCreate;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.languages.LanguagesCreate;
|
import de.jatitv.commandguiv2.Spigot.config.languages.LanguagesCreate;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.languages.SelectMessages;
|
import de.jatitv.commandguiv2.Spigot.config.languages.SelectMessages;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.database.Select_Database;
|
import de.jatitv.commandguiv2.Spigot.system.database.Select_Database;
|
||||||
import de.jatitv.commandguiv2.Util;
|
import de.jatitv.commandguiv2.Util;
|
||||||
import net.t2code.lib.Spigot.Lib.items.ItemVersion;
|
import net.t2code.lib.Spigot.Lib.items.ItemVersion;
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
package de.jatitv.commandguiv2.Spigot.cmdManagement;
|
package de.jatitv.commandguiv2.Spigot.cmdManagement;
|
||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.languages.SelectMessages;
|
import de.jatitv.commandguiv2.Spigot.config.languages.SelectMessages;
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Spigot.Objekte.Object;
|
import de.jatitv.commandguiv2.Spigot.Objekte.Object;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
import de.jatitv.commandguiv2.Util;
|
import de.jatitv.commandguiv2.Util;
|
||||||
import net.t2code.lib.Spigot.Lib.messages.send;
|
import net.t2code.lib.Spigot.Lib.messages.send;
|
||||||
import net.t2code.lib.Spigot.Lib.replace.Replace;
|
import net.t2code.lib.Spigot.Lib.replace.Replace;
|
||||||
|
@@ -4,8 +4,8 @@ package de.jatitv.commandguiv2.Spigot.cmdManagement.register;
|
|||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Spigot.Objekte.Object;
|
import de.jatitv.commandguiv2.Spigot.Objekte.Object;
|
||||||
import de.jatitv.commandguiv2.Spigot.gui.OpenGUI;
|
import de.jatitv.commandguiv2.Spigot.gui.OpenGUI;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.languages.SelectMessages;
|
import de.jatitv.commandguiv2.Spigot.config.languages.SelectMessages;
|
||||||
import org.bukkit.command.Command;
|
import org.bukkit.command.Command;
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
package de.jatitv.commandguiv2.Spigot.system.config;
|
package de.jatitv.commandguiv2.Spigot.config;
|
||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import net.t2code.lib.Spigot.Lib.messages.send;
|
import net.t2code.lib.Spigot.Lib.messages.send;
|
@@ -0,0 +1,160 @@
|
|||||||
|
package de.jatitv.commandguiv2.Spigot.config.config;
|
||||||
|
|
||||||
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
|
import de.jatitv.commandguiv2.Util;
|
||||||
|
import net.t2code.lib.Spigot.Lib.messages.send;
|
||||||
|
import net.t2code.lib.Spigot.Lib.minecraftVersion.MCVersion;
|
||||||
|
import net.t2code.lib.Spigot.Lib.yamlConfiguration.Config;
|
||||||
|
import org.bukkit.configuration.file.YamlConfiguration;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.util.Arrays;
|
||||||
|
|
||||||
|
|
||||||
|
public class ConfigCreate {
|
||||||
|
|
||||||
|
public static Integer ConfigVersion = 4;
|
||||||
|
|
||||||
|
public static void configCreate() {
|
||||||
|
Long long_ = Long.valueOf(System.currentTimeMillis());
|
||||||
|
if (new File(Main.getPath(), "config.yml").exists()) {
|
||||||
|
if (Main.plugin.getConfig().getBoolean("Plugin.Debug")) send.console(Main.prefix + " §5DEBUG: §6" + " §4config.yml are created / updated...");
|
||||||
|
} else send.console(Main.prefix + " §4config.yml are created...");
|
||||||
|
|
||||||
|
File config = new File(Main.getPath(), "config.yml");
|
||||||
|
YamlConfiguration yamlConfiguration = YamlConfiguration.loadConfiguration(config);
|
||||||
|
|
||||||
|
if (yamlConfiguration.getInt("ConfigVersion") < ConfigVersion && new File(Main.getPath(), "config.yml").exists()) {
|
||||||
|
send.console(Util.getPrefix() +" §4----------------------");
|
||||||
|
send.console(Util.getPrefix() +" ");
|
||||||
|
send.console(Util.getPrefix() +" §6New features have been added to CommandGUI. The Config is adapted!");
|
||||||
|
send.console(Util.getPrefix() +" ");
|
||||||
|
send.console(Util.getPrefix() +" §4----------------------");
|
||||||
|
}
|
||||||
|
|
||||||
|
yamlConfiguration.set("ConfigVersion", ConfigVersion);
|
||||||
|
|
||||||
|
Config.set("Plugin.UpdateCheckOnJoin", true, yamlConfiguration);
|
||||||
|
Config.set("Plugin.Debug", false, yamlConfiguration);
|
||||||
|
Config.set("Plugin.HelpAlias", true, yamlConfiguration);
|
||||||
|
Config.set("Plugin.language", "english", yamlConfiguration);
|
||||||
|
Config.set("Plugin.Currency", "$", yamlConfiguration);
|
||||||
|
Config.set("Plugin.DefaultGUI", "default", yamlConfiguration);
|
||||||
|
|
||||||
|
Config.set("Storage.Type", "YML", yamlConfiguration);
|
||||||
|
Config.set("Storage.MySQL.IP", "localhost", yamlConfiguration);
|
||||||
|
Config.set("Storage.MySQL.Port", 3306, yamlConfiguration);
|
||||||
|
Config.set("Storage.MySQL.Database", "database", yamlConfiguration);
|
||||||
|
Config.set("Storage.MySQL.User", "root", yamlConfiguration);
|
||||||
|
Config.set("Storage.MySQL.Password", "password", yamlConfiguration);
|
||||||
|
Config.set("Storage.MySQL.SSL", false, yamlConfiguration);
|
||||||
|
|
||||||
|
Config.set("BungeeCord.Enable", false, yamlConfiguration);
|
||||||
|
Config.set("BungeeCord.ThisServer", "server", yamlConfiguration);
|
||||||
|
|
||||||
|
Config.set("UseItem.Enable", true, yamlConfiguration);
|
||||||
|
Config.set("UseItem.AllowToggle", true, yamlConfiguration);
|
||||||
|
Config.set("UseItem.AllowSetSlot", true, yamlConfiguration);
|
||||||
|
Config.set("UseItem.BlockMoveAndDrop", true, yamlConfiguration);
|
||||||
|
Config.set("UseItem.OpenGUI", "default", yamlConfiguration);
|
||||||
|
Config.set("UseItem.Permission.NeededToUse", true, yamlConfiguration);
|
||||||
|
Config.set("UseItem.KeepAtCommandClear", true, yamlConfiguration);
|
||||||
|
|
||||||
|
Config.set("UseItem.InventorySlot.Slot", 1, yamlConfiguration);
|
||||||
|
Config.set("UseItem.InventorySlot.SlotEnforce", false, yamlConfiguration);
|
||||||
|
Config.set("UseItem.InventorySlot.FreeSlot", false, yamlConfiguration);
|
||||||
|
|
||||||
|
Config.set("UseItem.Item.Material", "paper", yamlConfiguration);
|
||||||
|
if (!(MCVersion.minecraft1_8 || MCVersion.minecraft1_9 || MCVersion.minecraft1_10 || MCVersion.minecraft1_11 || MCVersion.minecraft1_12)) {
|
||||||
|
Config.set("UseItem.Item.PlayerHead.Enable", false, yamlConfiguration);
|
||||||
|
Config.set("UseItem.Item.PlayerHead.Base64.Enable", false, yamlConfiguration);
|
||||||
|
Config.set("UseItem.Item.PlayerHead.Base64.Base64Value", "", yamlConfiguration);
|
||||||
|
Config.set("UseItem.Item.PlayerHead.PlayerWhoHasOpenedTheGUI", false, yamlConfiguration);
|
||||||
|
Config.set("UseItem.Item.PlayerHead.Playername", "", yamlConfiguration);
|
||||||
|
}
|
||||||
|
Config.set("UseItem.Item.Name", "&bDefault &6GUI", yamlConfiguration);
|
||||||
|
Config.set("UseItem.Item.Lore", Arrays.asList("&eThis is an example GUI"), yamlConfiguration);
|
||||||
|
Config.set("UseItem.Join.GiveOnEveryJoin", true, yamlConfiguration);
|
||||||
|
Config.set("UseItem.Join.GiveOnlyOnFirstJoin", false, yamlConfiguration);
|
||||||
|
|
||||||
|
//convert
|
||||||
|
if (yamlConfiguration.contains("UseItem.Join.Cursor.ToGUIItem.OnEveryLogin")) {
|
||||||
|
Config.set("UseItem.Join.Cursor.ToGUIItem.OnEveryLogin", yamlConfiguration);
|
||||||
|
Config.set("UseItem.Join.Cursor.ToGUIItem.OnLogin.Enable", yamlConfiguration.getBoolean("UseItem.Join.Cursor.ToGUIItem.OnEveryLogin"), yamlConfiguration);
|
||||||
|
}
|
||||||
|
if (yamlConfiguration.contains("UseItem.Join.Cursor.ToGUIItem.OnOnlyFirstLogin")) {
|
||||||
|
Config.set("UseItem.Join.Cursor.ToGUIItem.OnOnlyFirstLogin", yamlConfiguration);
|
||||||
|
Config.set("UseItem.Join.Cursor.ToGUIItem.Spigot.OnOnlyFirstLogin", yamlConfiguration.getBoolean("UseItem.Join.Cursor.ToGUIItem.OnOnlyFirstLogin"), yamlConfiguration);
|
||||||
|
}
|
||||||
|
if (yamlConfiguration.contains("UseItem.Join.Cursor.ToGUIItem.EXPERIMENTELL_ServerChange")) {
|
||||||
|
Config.set("UseItem.Join.Cursor.ToGUIItem.EXPERIMENTELL_ServerChange", yamlConfiguration);
|
||||||
|
Config.set("UseItem.Join.Cursor.ToGUIItem.Bungee.OnServerChange", yamlConfiguration.getBoolean("UseItem.Join.Cursor.ToGUIItem.EXPERIMENTELL_ServerChange"), yamlConfiguration);
|
||||||
|
}
|
||||||
|
|
||||||
|
Config.set("UseItem.Join.Cursor.ToGUIItem.OnLogin.Enable", true, yamlConfiguration);
|
||||||
|
Config.set("UseItem.Join.Cursor.ToGUIItem.Spigot.OnOnlyFirstLogin", true, yamlConfiguration);
|
||||||
|
Config.set("UseItem.Join.Cursor.ToGUIItem.Bungee.OnServerChange", false, yamlConfiguration);
|
||||||
|
|
||||||
|
Config.set("Advanced.UseItem.GameMode.Change.Enable", true, yamlConfiguration);
|
||||||
|
Config.set("Advanced.UseItem.GameMode.Change.DelayInTicks", 1, yamlConfiguration);
|
||||||
|
Config.set("Advanced.UseItem.GameMode.Protection.Enable", false, yamlConfiguration);
|
||||||
|
Config.set("Advanced.UseItem.GameMode.Protection.RemoveItemWhenItIsDisabled", false, yamlConfiguration);
|
||||||
|
Config.set("Advanced.UseItem.GameMode.Protection.Mode", "blacklist", yamlConfiguration);
|
||||||
|
Config.set("Advanced.UseItem.GameMode.Protection.List", Arrays.asList("CREATIVE", "Spectator"), yamlConfiguration);
|
||||||
|
|
||||||
|
Config.set("Advanced.UseItem.World.Change.Enable", true, yamlConfiguration);
|
||||||
|
Config.set("Advanced.UseItem.World.Change.DelayInTicks", 1, yamlConfiguration);
|
||||||
|
Config.set("Advanced.UseItem.World.Protection.Enable", false, yamlConfiguration);
|
||||||
|
Config.set("Advanced.UseItem.World.Protection.RemoveItemWhenItIsDisabled", false, yamlConfiguration);
|
||||||
|
Config.set("Advanced.UseItem.World.Protection.Mode", "blacklist", yamlConfiguration);
|
||||||
|
Config.set("Advanced.UseItem.World.Protection.List", Arrays.asList("World1", "World2"), yamlConfiguration);
|
||||||
|
|
||||||
|
Config.set("Sound.Enable", true, yamlConfiguration);
|
||||||
|
|
||||||
|
Config.set("Sound.OpenInventory.Enable", true, yamlConfiguration);
|
||||||
|
if (MCVersion.minecraft1_8) {
|
||||||
|
Config.set("Sound.OpenInventory.Sound", "CHEST_OPEN", yamlConfiguration);
|
||||||
|
} else Config.set("Sound.OpenInventory.Sound", "BLOCK_CHEST_OPEN", yamlConfiguration);
|
||||||
|
|
||||||
|
Config.set("Sound.Click.Enable", true, yamlConfiguration);
|
||||||
|
if (MCVersion.minecraft1_8) {
|
||||||
|
Config.set("Sound.Click.Sound", "NOTE_STICKS", yamlConfiguration);
|
||||||
|
} else if (MCVersion.minecraft1_9 || MCVersion.minecraft1_10 || MCVersion.minecraft1_11 || MCVersion.minecraft1_12) {
|
||||||
|
Config.set("Sound.Click.Sound", "BLOCK_NOTE_HAT", yamlConfiguration);
|
||||||
|
} else Config.set("Sound.Click.Sound", "BLOCK_NOTE_BLOCK_HAT", yamlConfiguration);
|
||||||
|
|
||||||
|
Config.set("Sound.NoMoney.Enable", true, yamlConfiguration);
|
||||||
|
if (MCVersion.minecraft1_8) {
|
||||||
|
Config.set("Sound.NoMoney.Sound", "NOTE_PIANO", yamlConfiguration);
|
||||||
|
} else if (MCVersion.minecraft1_9 || MCVersion.minecraft1_10 || MCVersion.minecraft1_11 || MCVersion.minecraft1_12) {
|
||||||
|
Config.set("Sound.NoMoney.Sound", "BLOCK_NOTE_HARP", yamlConfiguration);
|
||||||
|
} else Config.set("Sound.NoMoney.Sound", "BLOCK_NOTE_BLOCK_HARP", yamlConfiguration);
|
||||||
|
|
||||||
|
Config.set("Sound.NoInventorySpace.Enable", true, yamlConfiguration);
|
||||||
|
if (MCVersion.minecraft1_8) {
|
||||||
|
Config.set("Sound.NoInventorySpace.Sound", "NOTE_PIANO", yamlConfiguration);
|
||||||
|
} else if (MCVersion.minecraft1_9 || MCVersion.minecraft1_10 || MCVersion.minecraft1_11 || MCVersion.minecraft1_12) {
|
||||||
|
Config.set("Sound.NoInventorySpace.Sound", "BLOCK_NOTE_HARP", yamlConfiguration);
|
||||||
|
} else Config.set("Sound.NoInventorySpace.Sound", "BLOCK_NOTE_BLOCK_HARP", yamlConfiguration);
|
||||||
|
|
||||||
|
Config.set("Sound.Give.Enable", true, yamlConfiguration);
|
||||||
|
if (MCVersion.minecraft1_8) {
|
||||||
|
Config.set("Sound.Give.Sound", "LEVEL_UP", yamlConfiguration);
|
||||||
|
} else Config.set("Sound.Give.Sound", "ENTITY_PLAYER_LEVELUP", yamlConfiguration);
|
||||||
|
|
||||||
|
Config.set("Sound.PlayerNotFound.Enable", true, yamlConfiguration);
|
||||||
|
if (MCVersion.minecraft1_8) {
|
||||||
|
Config.set("Sound.PlayerNotFound.Sound", "NOTE_PIANO", yamlConfiguration);
|
||||||
|
} else if (MCVersion.minecraft1_9 || MCVersion.minecraft1_10 || MCVersion.minecraft1_11 || MCVersion.minecraft1_12) {
|
||||||
|
Config.set("Sound.PlayerNotFound.Sound", "BLOCK_NOTE_HARP", yamlConfiguration);
|
||||||
|
} else Config.set("Sound.PlayerNotFound.Sound", "BLOCK_NOTE_BLOCK_HARP", yamlConfiguration);
|
||||||
|
|
||||||
|
try {
|
||||||
|
yamlConfiguration.save(config);
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
send.console(Main.prefix + " §2config.yml were successfully created / updated." + " §7- §e" + (System.currentTimeMillis() - long_.longValue()) + "ms");
|
||||||
|
}
|
||||||
|
}
|
@@ -1,7 +1,7 @@
|
|||||||
package de.jatitv.commandguiv2.Spigot.system.config.config;
|
package de.jatitv.commandguiv2.Spigot.config.config;
|
||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.languages.SelectMessages;
|
import de.jatitv.commandguiv2.Spigot.config.languages.SelectMessages;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.database.MySQL;
|
import de.jatitv.commandguiv2.Spigot.system.database.MySQL;
|
||||||
import de.jatitv.commandguiv2.Util;
|
import de.jatitv.commandguiv2.Util;
|
||||||
import net.t2code.lib.Spigot.Lib.messages.send;
|
import net.t2code.lib.Spigot.Lib.messages.send;
|
||||||
@@ -11,6 +11,7 @@ import org.bukkit.Sound;
|
|||||||
import org.bukkit.configuration.file.YamlConfiguration;
|
import org.bukkit.configuration.file.YamlConfiguration;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
public class SelectConfig {
|
public class SelectConfig {
|
||||||
@@ -42,8 +43,19 @@ public class SelectConfig {
|
|||||||
public static Boolean UseItem_Permission;
|
public static Boolean UseItem_Permission;
|
||||||
public static Boolean UseItem_KeepAtCommandClear;
|
public static Boolean UseItem_KeepAtCommandClear;
|
||||||
|
|
||||||
|
public static Boolean UseItemGameModeChangeEnable;
|
||||||
public static int UseItemGameModeChangeDelayInTicks;
|
public static int UseItemGameModeChangeDelayInTicks;
|
||||||
public static Boolean UseItemGameModeChangeDisableInSpectator;
|
public static Boolean UseItemGameModeProtection;
|
||||||
|
public static Boolean UseItemGameModeRemoveItemWhenItIsDisabled;
|
||||||
|
public static String UseItemGameModeMode;
|
||||||
|
public static List<String> UseItemGameModeList;
|
||||||
|
|
||||||
|
public static Boolean UseItemWorldChangeEnable;
|
||||||
|
public static int UseItemWorldChangeDelayInTicks;
|
||||||
|
public static Boolean UseItemWorldProtection;
|
||||||
|
public static Boolean UseItemWorldRemoveItemWhenItIsDisabled;
|
||||||
|
public static String UseItemWorldMode;
|
||||||
|
public static List<String> UseItemWorldList;
|
||||||
|
|
||||||
public static Boolean UseItem_InventorySlot_FreeSlot;
|
public static Boolean UseItem_InventorySlot_FreeSlot;
|
||||||
public static Integer UseItem_InventorySlot;
|
public static Integer UseItem_InventorySlot;
|
||||||
@@ -55,7 +67,7 @@ public class SelectConfig {
|
|||||||
public static Boolean UseItem_PlayerWhoHasOpenedTheGUI;
|
public static Boolean UseItem_PlayerWhoHasOpenedTheGUI;
|
||||||
public static String UseItem_PlayerName;
|
public static String UseItem_PlayerName;
|
||||||
public static String UseItem_Name;
|
public static String UseItem_Name;
|
||||||
public static List UseItem_Lore;
|
public static List<String> UseItem_Lore;
|
||||||
|
|
||||||
public static Boolean Sound_Enable = true;
|
public static Boolean Sound_Enable = true;
|
||||||
|
|
||||||
@@ -71,7 +83,6 @@ public class SelectConfig {
|
|||||||
public static Sound Sound_NoMoney;
|
public static Sound Sound_NoMoney;
|
||||||
public static String Sound_NoMoney_input;
|
public static String Sound_NoMoney_input;
|
||||||
|
|
||||||
|
|
||||||
public static Boolean Sound_NoInventorySpace_Enable = true;
|
public static Boolean Sound_NoInventorySpace_Enable = true;
|
||||||
public static Sound Sound_NoInventorySpace;
|
public static Sound Sound_NoInventorySpace;
|
||||||
public static String Sound_NoInventorySpace_input;
|
public static String Sound_NoInventorySpace_input;
|
||||||
@@ -130,15 +141,30 @@ public class SelectConfig {
|
|||||||
UseItem_PlayerWhoHasOpenedTheGUI = yamlConfiguration.getBoolean("UseItem.Item.PlayerHead.PlayerWhoHasOpenedTheGUI");
|
UseItem_PlayerWhoHasOpenedTheGUI = yamlConfiguration.getBoolean("UseItem.Item.PlayerHead.PlayerWhoHasOpenedTheGUI");
|
||||||
UseItem_PlayerName = yamlConfiguration.getString("UseItem.Item.PlayerHead.PlayerName");
|
UseItem_PlayerName = yamlConfiguration.getString("UseItem.Item.PlayerHead.PlayerName");
|
||||||
UseItem_Name = Replace.replace(Util.getPrefix(),yamlConfiguration.getString("UseItem.Item.Name"));
|
UseItem_Name = Replace.replace(Util.getPrefix(),yamlConfiguration.getString("UseItem.Item.Name"));
|
||||||
UseItem_Lore = yamlConfiguration.getList("UseItem.Item.Lore");
|
UseItem_Lore = yamlConfiguration.getStringList("UseItem.Item.Lore");
|
||||||
UseItem_GiveOnEveryJoin = yamlConfiguration.getBoolean("UseItem.Join.GiveOnEveryJoin");
|
UseItem_GiveOnEveryJoin = yamlConfiguration.getBoolean("UseItem.Join.GiveOnEveryJoin");
|
||||||
UseItem_GiveOnlyOnFirstJoin = yamlConfiguration.getBoolean("UseItem.Join.GiveOnlyOnFirstJoin");
|
UseItem_GiveOnlyOnFirstJoin = yamlConfiguration.getBoolean("UseItem.Join.GiveOnlyOnFirstJoin");
|
||||||
Cursor_ToGUIItem_OnLogin = yamlConfiguration.getBoolean("UseItem.Join.Cursor.ToGUIItem.OnLogin.Enable");
|
Cursor_ToGUIItem_OnLogin = yamlConfiguration.getBoolean("UseItem.Join.Cursor.ToGUIItem.OnLogin.Enable");
|
||||||
Cursor_ToGUIItem_OnlyOnFirstLogin = yamlConfiguration.getBoolean("UseItem.Join.Cursor.ToGUIItem.Spigot.OnlyOnFirstLogin");
|
Cursor_ToGUIItem_OnlyOnFirstLogin = yamlConfiguration.getBoolean("UseItem.Join.Cursor.ToGUIItem.Spigot.OnlyOnFirstLogin");
|
||||||
UseItem_ServerChange = yamlConfiguration.getBoolean("UseItem.Join.Cursor.ToGUIItem.Bungee.OnServerChange");
|
UseItem_ServerChange = yamlConfiguration.getBoolean("UseItem.Join.Cursor.ToGUIItem.Bungee.OnServerChange");
|
||||||
|
|
||||||
UseItemGameModeChangeDelayInTicks = yamlConfiguration.getInt("Advanced.UseItem.GameModeChange.DelayInTicks");
|
UseItemGameModeChangeEnable = yamlConfiguration.getBoolean("Advanced.UseItem.GameMode.Change.Enable");
|
||||||
UseItemGameModeChangeDisableInSpectator = yamlConfiguration.getBoolean("Advanced.UseItem.GameModeChange.DisableInSpectator");
|
UseItemGameModeChangeDelayInTicks = yamlConfiguration.getInt("Advanced.UseItem.GameMode.Change.DelayInTicks");
|
||||||
|
UseItemGameModeProtection = yamlConfiguration.getBoolean("Advanced.UseItem.GameMode.Protection.Enable");
|
||||||
|
UseItemGameModeRemoveItemWhenItIsDisabled = yamlConfiguration.getBoolean("Advanced.UseItem.GameMode.Protection.RemoveItemWhenItIsDisabled");
|
||||||
|
UseItemGameModeMode = yamlConfiguration.getString("Advanced.UseItem.GameMode.Protection.Mode");
|
||||||
|
List<String> gml = new ArrayList<>();
|
||||||
|
for (String gm : yamlConfiguration.getStringList("Advanced.UseItem.GameMode.Protection.List")){
|
||||||
|
gml.add(gm.toUpperCase());
|
||||||
|
}
|
||||||
|
UseItemGameModeList = gml;
|
||||||
|
|
||||||
|
UseItemWorldChangeEnable = yamlConfiguration.getBoolean("Advanced.UseItem.World.Change.Enable");
|
||||||
|
UseItemWorldChangeDelayInTicks = yamlConfiguration.getInt("Advanced.UseItem.World.Change.DelayInTicks");
|
||||||
|
UseItemWorldProtection = yamlConfiguration.getBoolean("Advanced.UseItem.World.Protection.Enable");
|
||||||
|
UseItemWorldRemoveItemWhenItIsDisabled = yamlConfiguration.getBoolean("Advanced.UseItem.World.Protection.RemoveItemWhenItIsDisabled");
|
||||||
|
UseItemWorldMode = yamlConfiguration.getString("Advanced.UseItem.World.Protection.Mode");
|
||||||
|
UseItemWorldList =yamlConfiguration.getStringList("Advanced.UseItem.World.Protection.List");
|
||||||
|
|
||||||
Sound_Enable = yamlConfiguration.getBoolean("Sound.Enable");
|
Sound_Enable = yamlConfiguration.getBoolean("Sound.Enable");
|
||||||
Sound_OpenInventory_Enable = yamlConfiguration.getBoolean("Sound.OpenInventory.Enable");
|
Sound_OpenInventory_Enable = yamlConfiguration.getBoolean("Sound.OpenInventory.Enable");
|
||||||
@@ -154,33 +180,33 @@ public class SelectConfig {
|
|||||||
Sound_Give_input = (yamlConfiguration.getString("Sound.Give.Sound").toUpperCase().replace(".", "_"));
|
Sound_Give_input = (yamlConfiguration.getString("Sound.Give.Sound").toUpperCase().replace(".", "_"));
|
||||||
Sound_PlayerNotFound_Enable = yamlConfiguration.getBoolean("Sound.PlayerNotFound.Enable");
|
Sound_PlayerNotFound_Enable = yamlConfiguration.getBoolean("Sound.PlayerNotFound.Enable");
|
||||||
Sound_PlayerNotFound_input = (yamlConfiguration.getString("Sound.PlayerNotFound.Sound").toUpperCase().replace(".", "_"));
|
Sound_PlayerNotFound_input = (yamlConfiguration.getString("Sound.PlayerNotFound.Sound").toUpperCase().replace(".", "_"));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static void sound(String Prefix) {
|
public static void sound(String Prefix) {
|
||||||
String soundOpenInventory;
|
String soundOpenInventory;
|
||||||
if (MCVersion.minecraft1_8) {
|
if (MCVersion.minecraft1_8) {
|
||||||
soundOpenInventory = ConfigCreate.Sound_OpenInventory_1_8;
|
soundOpenInventory = "CHEST_OPEN";
|
||||||
} else {
|
} else {
|
||||||
soundOpenInventory = ConfigCreate.Sound_OpenInventory_ab_1_9;
|
soundOpenInventory = "BLOCK_CHEST_OPEN";
|
||||||
}
|
}
|
||||||
|
|
||||||
String soundClick;
|
String soundClick;
|
||||||
if (MCVersion.minecraft1_8) {
|
if (MCVersion.minecraft1_8) {
|
||||||
soundClick = ConfigCreate.Sound_Click_1_8;
|
soundClick = "NOTE_STICKS";
|
||||||
} else if (MCVersion.minecraft1_9 || MCVersion.minecraft1_10 || MCVersion.minecraft1_11 || MCVersion.minecraft1_12) {
|
} else if (MCVersion.minecraft1_9 || MCVersion.minecraft1_10 || MCVersion.minecraft1_11 || MCVersion.minecraft1_12) {
|
||||||
soundClick = ConfigCreate.Sound_Click_1_9_bis_1_12;
|
soundClick = "BLOCK_NOTE_HAT";
|
||||||
} else {
|
} else {
|
||||||
soundClick = ConfigCreate.Sound_Click_ab_1_13;
|
soundClick = "BLOCK_NOTE_BLOCK_HAT";
|
||||||
}
|
}
|
||||||
|
|
||||||
String soundNoMoney;
|
String soundNoMoney;
|
||||||
if (MCVersion.minecraft1_8) {
|
if (MCVersion.minecraft1_8) {
|
||||||
soundNoMoney = ConfigCreate.Sound_NoMoney_1_8;
|
soundNoMoney = "NOTE_PIANO";
|
||||||
} else if (MCVersion.minecraft1_9 || MCVersion.minecraft1_10 || MCVersion.minecraft1_11 || MCVersion.minecraft1_12) {
|
} else if (MCVersion.minecraft1_9 || MCVersion.minecraft1_10 || MCVersion.minecraft1_11 || MCVersion.minecraft1_12) {
|
||||||
soundNoMoney = ConfigCreate.Sound_NoMoney_1_9_bis_1_12;
|
soundNoMoney = "BLOCK_NOTE_HARP";
|
||||||
} else {
|
} else {
|
||||||
soundNoMoney = ConfigCreate.Sound_NoMoney_ab_1_13;
|
soundNoMoney = "BLOCK_NOTE_BLOCK_HARP";
|
||||||
}
|
}
|
||||||
|
|
||||||
String soundNoInventorySpace;
|
String soundNoInventorySpace;
|
@@ -1,4 +1,4 @@
|
|||||||
package de.jatitv.commandguiv2.Spigot.system.config.languages;
|
package de.jatitv.commandguiv2.Spigot.config.languages;
|
||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import net.t2code.lib.Spigot.Lib.messages.send;
|
import net.t2code.lib.Spigot.Lib.messages.send;
|
||||||
@@ -42,6 +42,8 @@ public class LanguagesCreate {
|
|||||||
set("UseItem.SlotNotEmpty", MSG.EN_ItemSlotNotEmpty, yamlConfigurationEN);
|
set("UseItem.SlotNotEmpty", MSG.EN_ItemSlotNotEmpty, yamlConfigurationEN);
|
||||||
set("UseItem.SlotAlreadySet", MSG.EN_ItemSlotAlreadySet, yamlConfigurationEN);
|
set("UseItem.SlotAlreadySet", MSG.EN_ItemSlotAlreadySet, yamlConfigurationEN);
|
||||||
set("UseItem.ItemSlot_wrongValue", MSG.EN_ItemSlot_wrongValue, yamlConfigurationEN);
|
set("UseItem.ItemSlot_wrongValue", MSG.EN_ItemSlot_wrongValue, yamlConfigurationEN);
|
||||||
|
set("UseItem.DisabledInGameMode", MSG.EN_UseItemDisabledInGameMode, yamlConfigurationEN);
|
||||||
|
set("UseItem.DisabledInWorld", MSG.EN_UseItemDisabledInWorld, yamlConfigurationEN);
|
||||||
|
|
||||||
set("Cost.Buy_msg", MSG.EN_Buy_msg, yamlConfigurationEN);
|
set("Cost.Buy_msg", MSG.EN_Buy_msg, yamlConfigurationEN);
|
||||||
set("Cost.No_money", MSG.EN_No_money, yamlConfigurationEN);
|
set("Cost.No_money", MSG.EN_No_money, yamlConfigurationEN);
|
||||||
@@ -104,6 +106,8 @@ public class LanguagesCreate {
|
|||||||
set("UseItem.SlotNotEmpty", MSG.DE_ItemSlotNotEmpty, yamlConfigurationDE);
|
set("UseItem.SlotNotEmpty", MSG.DE_ItemSlotNotEmpty, yamlConfigurationDE);
|
||||||
set("UseItem.SlotAlreadySet", MSG.DE_ItemSlotAlreadySet, yamlConfigurationDE);
|
set("UseItem.SlotAlreadySet", MSG.DE_ItemSlotAlreadySet, yamlConfigurationDE);
|
||||||
set("UseItem.ItemSlot_wrongValue", MSG.DE_ItemSlot_wrongValue, yamlConfigurationDE);
|
set("UseItem.ItemSlot_wrongValue", MSG.DE_ItemSlot_wrongValue, yamlConfigurationDE);
|
||||||
|
set("UseItem.DisabledInGameMode", MSG.DE_UseItemDisabledInGameMode, yamlConfigurationDE);
|
||||||
|
set("UseItem.DisabledInWorld", MSG.DE_UseItemDisabledInWorld, yamlConfigurationDE);
|
||||||
|
|
||||||
set("Cost.Buy_msg", MSG.DE_Buy_msg, yamlConfigurationDE);
|
set("Cost.Buy_msg", MSG.DE_Buy_msg, yamlConfigurationDE);
|
||||||
set("Cost.No_money", MSG.DE_No_money, yamlConfigurationDE);
|
set("Cost.No_money", MSG.DE_No_money, yamlConfigurationDE);
|
||||||
@@ -167,6 +171,8 @@ public class LanguagesCreate {
|
|||||||
set("UseItem.SlotNotEmpty", MSG.NO_ItemSlotNotEmpty, yamlConfigurationNO);
|
set("UseItem.SlotNotEmpty", MSG.NO_ItemSlotNotEmpty, yamlConfigurationNO);
|
||||||
set("UseItem.SlotAlreadySet", MSG.NO_ItemSlotAlreadySet, yamlConfigurationNO);
|
set("UseItem.SlotAlreadySet", MSG.NO_ItemSlotAlreadySet, yamlConfigurationNO);
|
||||||
set("UseItem.ItemSlot_wrongValue", MSG.NO_ItemSlot_wrongValue, yamlConfigurationNO);
|
set("UseItem.ItemSlot_wrongValue", MSG.NO_ItemSlot_wrongValue, yamlConfigurationNO);
|
||||||
|
set("UseItem.DisabledInGameMode", MSG.NO_UseItemDisabledInGameMode, yamlConfigurationNO);
|
||||||
|
set("UseItem.DisabledInWorld", MSG.NO_UseItemDisabledInWorld, yamlConfigurationNO);
|
||||||
|
|
||||||
set("Cost.Buy_msg", MSG.NO_Buy_msg, yamlConfigurationNO);
|
set("Cost.Buy_msg", MSG.NO_Buy_msg, yamlConfigurationNO);
|
||||||
set("Cost.No_money", MSG.NO_No_money, yamlConfigurationNO);
|
set("Cost.No_money", MSG.NO_No_money, yamlConfigurationNO);
|
@@ -9,7 +9,7 @@
|
|||||||
// \_____\_____|\____/|_____|
|
// \_____\_____|\____/|_____|
|
||||||
// -----------------------------
|
// -----------------------------
|
||||||
|
|
||||||
package de.jatitv.commandguiv2.Spigot.system.config.languages;
|
package de.jatitv.commandguiv2.Spigot.config.languages;
|
||||||
|
|
||||||
public class MSG {
|
public class MSG {
|
||||||
|
|
||||||
@@ -38,6 +38,8 @@ public class MSG {
|
|||||||
public static String EN_ItemSlotNotEmpty = "[prefix] &6The slot &e[slot] &6is currently occupied!";
|
public static String EN_ItemSlotNotEmpty = "[prefix] &6The slot &e[slot] &6is currently occupied!";
|
||||||
public static String EN_ItemSlotAlreadySet = "[prefix] &6The slot §e[slot] §6is already set!";
|
public static String EN_ItemSlotAlreadySet = "[prefix] &6The slot §e[slot] §6is already set!";
|
||||||
public static String EN_ItemSlot_wrongValue = "[prefix] &cThe specified slot must be between 1 and 9!";
|
public static String EN_ItemSlot_wrongValue = "[prefix] &cThe specified slot must be between 1 and 9!";
|
||||||
|
public static String EN_UseItemDisabledInGameMode = "[prefix] &cThe UseItem is disabled in this GameMode!";
|
||||||
|
public static String EN_UseItemDisabledInWorld = "[prefix] &cThe UseItem is disabled in this World!";
|
||||||
|
|
||||||
public static String EN_GUInotFound = "[prefix] &cThe GUI chosen by the does not exist.";
|
public static String EN_GUInotFound = "[prefix] &cThe GUI chosen by the does not exist.";
|
||||||
public static String EN_GUIisDisabled = "[prefix] &cThe GUI [gui] &cis currently Disabled!";
|
public static String EN_GUIisDisabled = "[prefix] &cThe GUI [gui] &cis currently Disabled!";
|
||||||
@@ -79,6 +81,8 @@ public class MSG {
|
|||||||
public static String DE_ItemSlotNotEmpty = "[prefix] &6Der Slot §e[slot] §6ist derzeit belegt!.";
|
public static String DE_ItemSlotNotEmpty = "[prefix] &6Der Slot §e[slot] §6ist derzeit belegt!.";
|
||||||
public static String DE_ItemSlotAlreadySet = "[prefix] &6Der Slot §e[slot] §6ist bereits eingestellt!";
|
public static String DE_ItemSlotAlreadySet = "[prefix] &6Der Slot §e[slot] §6ist bereits eingestellt!";
|
||||||
public static String DE_ItemSlot_wrongValue = "[prefix] &cDer angegebene Slot muss sich zwischen 1 und 9 befinden!";
|
public static String DE_ItemSlot_wrongValue = "[prefix] &cDer angegebene Slot muss sich zwischen 1 und 9 befinden!";
|
||||||
|
public static String DE_UseItemDisabledInGameMode = "[prefix] &cDas UseItem ist in diesem GameMode deaktiviert!";
|
||||||
|
public static String DE_UseItemDisabledInWorld = "[prefix] &cDas UseItem ist in dieser Welt deaktiviert!";
|
||||||
|
|
||||||
public static String DE_Buy_msg = "[prefix] &2Du hast dir [itemname] &2f[ue]r &6[price] &2gekauft.";
|
public static String DE_Buy_msg = "[prefix] &2Du hast dir [itemname] &2f[ue]r &6[price] &2gekauft.";
|
||||||
public static String DE_No_money = "[prefix] &cDu hast nicht gen[ue]gend Geld!";
|
public static String DE_No_money = "[prefix] &cDu hast nicht gen[ue]gend Geld!";
|
||||||
@@ -130,6 +134,8 @@ public class MSG {
|
|||||||
public static String NO_ItemSlotNotEmpty = "[prefix] &6Plassen &e[slot] &6er opptatt for øyeblikket!";
|
public static String NO_ItemSlotNotEmpty = "[prefix] &6Plassen &e[slot] &6er opptatt for øyeblikket!";
|
||||||
public static String NO_ItemSlotAlreadySet = "[prefix] &6Plassen §e[slot] §6er allerede satt!";
|
public static String NO_ItemSlotAlreadySet = "[prefix] &6Plassen §e[slot] §6er allerede satt!";
|
||||||
public static String NO_ItemSlot_wrongValue = "[prefix] &cDen spesifiserte plassen må være mellom 1 og 9!";
|
public static String NO_ItemSlot_wrongValue = "[prefix] &cDen spesifiserte plassen må være mellom 1 og 9!";
|
||||||
|
public static String NO_UseItemDisabledInGameMode = "[prefix] &cBrukselementet er deaktivert i denne spillmodusen!!";
|
||||||
|
public static String NO_UseItemDisabledInWorld = "[prefix] &cUseItem er deaktivert i denne verden!";
|
||||||
|
|
||||||
public static String NO_Buy_msg = "[prefix] &2Du kjøpte [itemname] &2for &6[price]&2.";
|
public static String NO_Buy_msg = "[prefix] &2Du kjøpte [itemname] &2for &6[price]&2.";
|
||||||
public static String NO_No_money = "[prefix] &cDu har ikke nok penger!";
|
public static String NO_No_money = "[prefix] &cDu har ikke nok penger!";
|
@@ -1,7 +1,7 @@
|
|||||||
package de.jatitv.commandguiv2.Spigot.system.config.languages;
|
package de.jatitv.commandguiv2.Spigot.config.languages;
|
||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
import de.jatitv.commandguiv2.Util;
|
import de.jatitv.commandguiv2.Util;
|
||||||
import net.t2code.lib.Spigot.Lib.messages.send;
|
import net.t2code.lib.Spigot.Lib.messages.send;
|
||||||
import net.t2code.lib.Spigot.Lib.replace.Replace;
|
import net.t2code.lib.Spigot.Lib.replace.Replace;
|
||||||
@@ -32,6 +32,8 @@ public class SelectMessages {
|
|||||||
public static String ItemSlotNotEmpty;
|
public static String ItemSlotNotEmpty;
|
||||||
public static String ItemSlotAlreadySet;
|
public static String ItemSlotAlreadySet;
|
||||||
public static String ItemSlot_wrongValue;
|
public static String ItemSlot_wrongValue;
|
||||||
|
public static String UseItemDisabledInGameMode;
|
||||||
|
public static String UseItemDisabledInWorld;
|
||||||
|
|
||||||
public static String Buy_msg;
|
public static String Buy_msg;
|
||||||
public static String No_money;
|
public static String No_money;
|
||||||
@@ -97,6 +99,8 @@ public class SelectMessages {
|
|||||||
ItemSlotNotEmpty = select("UseItem.SlotNotEmpty", yamlConfiguration_msg);
|
ItemSlotNotEmpty = select("UseItem.SlotNotEmpty", yamlConfiguration_msg);
|
||||||
ItemSlotAlreadySet = select("UseItem.SlotAlreadySet", yamlConfiguration_msg);
|
ItemSlotAlreadySet = select("UseItem.SlotAlreadySet", yamlConfiguration_msg);
|
||||||
ItemSlot_wrongValue = select("UseItem.ItemSlot_wrongValue", yamlConfiguration_msg);
|
ItemSlot_wrongValue = select("UseItem.ItemSlot_wrongValue", yamlConfiguration_msg);
|
||||||
|
UseItemDisabledInGameMode =select("UseItem.DisabledInGameMode",yamlConfiguration_msg);
|
||||||
|
UseItemDisabledInWorld =select("UseItem.DisabledInWorld",yamlConfiguration_msg);
|
||||||
|
|
||||||
Buy_msg = select("Cost.Buy_msg", yamlConfiguration_msg);
|
Buy_msg = select("Cost.Buy_msg", yamlConfiguration_msg);
|
||||||
No_money = select("Cost.No_money", yamlConfiguration_msg);
|
No_money = select("Cost.No_money", yamlConfiguration_msg);
|
@@ -5,9 +5,9 @@ import com.mojang.authlib.properties.Property;
|
|||||||
import de.jatitv.commandguiv2.Spigot.Listener.GUI_Listener;
|
import de.jatitv.commandguiv2.Spigot.Listener.GUI_Listener;
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Spigot.Objekte.Slot;
|
import de.jatitv.commandguiv2.Spigot.Objekte.Slot;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.languages.SelectMessages;
|
import de.jatitv.commandguiv2.Spigot.config.languages.SelectMessages;
|
||||||
import de.jatitv.commandguiv2.Spigot.Objekte.Object;
|
import de.jatitv.commandguiv2.Spigot.Objekte.Object;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
import de.jatitv.commandguiv2.Util;
|
import de.jatitv.commandguiv2.Util;
|
||||||
import io.github.solyze.plugmangui.inventories.PluginListGUI;
|
import io.github.solyze.plugmangui.inventories.PluginListGUI;
|
||||||
import net.t2code.lib.Spigot.Lib.items.ItemVersion;
|
import net.t2code.lib.Spigot.Lib.items.ItemVersion;
|
||||||
|
@@ -24,20 +24,20 @@ public class Bungee_Sender_Reciver implements PluginMessageListener {
|
|||||||
@Override
|
@Override
|
||||||
public void onPluginMessageReceived(String channel, Player player, byte[] message) {
|
public void onPluginMessageReceived(String channel, Player player, byte[] message) {
|
||||||
DataInputStream stream = new DataInputStream(new ByteArrayInputStream(message));
|
DataInputStream stream = new DataInputStream(new ByteArrayInputStream(message));
|
||||||
|
send.debug(Main.plugin,"stream: "+stream.toString());
|
||||||
try {
|
try {
|
||||||
String subChannel = stream.readUTF();
|
String subChannel = stream.readUTF();
|
||||||
String input = stream.readUTF();
|
String input = stream.readUTF();
|
||||||
|
send.debug(Main.plugin,"subChannel: " +subChannel);
|
||||||
|
send.debug(Main.plugin,"input: " +input);
|
||||||
switch (subChannel) {
|
switch (subChannel) {
|
||||||
case "join":
|
case "join":
|
||||||
Main.bungeeplayers.add(input);
|
|
||||||
Main.bungeejoinplayers.add(input);
|
Main.bungeejoinplayers.add(input);
|
||||||
break;
|
break;
|
||||||
case "left":
|
case "left":
|
||||||
Main.bungeeplayers.remove(input);
|
|
||||||
Main.bungeejoinplayers.remove(input);
|
Main.bungeejoinplayers.remove(input);
|
||||||
break;
|
break;
|
||||||
case "clear":
|
case "clear":
|
||||||
Main.bungeeplayers.clear();
|
|
||||||
Main.bungeejoinplayers.clear();
|
Main.bungeejoinplayers.clear();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@@ -3,7 +3,7 @@ package de.jatitv.commandguiv2.Spigot.system;
|
|||||||
import com.mojang.authlib.GameProfile;
|
import com.mojang.authlib.GameProfile;
|
||||||
import com.mojang.authlib.properties.Property;
|
import com.mojang.authlib.properties.Property;
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.database.Select_Database;
|
import de.jatitv.commandguiv2.Spigot.system.database.Select_Database;
|
||||||
import de.jatitv.commandguiv2.Util;
|
import de.jatitv.commandguiv2.Util;
|
||||||
import net.t2code.lib.Spigot.Lib.items.ItemVersion;
|
import net.t2code.lib.Spigot.Lib.items.ItemVersion;
|
||||||
|
@@ -2,21 +2,20 @@ package de.jatitv.commandguiv2.Spigot.system;
|
|||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.Listener.GUI_Listener;
|
import de.jatitv.commandguiv2.Spigot.Listener.GUI_Listener;
|
||||||
import de.jatitv.commandguiv2.Spigot.Listener.UseItem_Listener.Events_from1_10;
|
import de.jatitv.commandguiv2.Spigot.Listener.UseItem_Listener.Events_from1_10;
|
||||||
import de.jatitv.commandguiv2.Spigot.cmdManagement.CmdExecuter_Admin;
|
|
||||||
import de.jatitv.commandguiv2.Spigot.cmdManagement.CmdExecuter_GUI;
|
import de.jatitv.commandguiv2.Spigot.cmdManagement.CmdExecuter_GUI;
|
||||||
import de.jatitv.commandguiv2.Spigot.cmdManagement.CmdExecuter_GUIItem;
|
import de.jatitv.commandguiv2.Spigot.cmdManagement.CmdExecuter_GUIItem;
|
||||||
import de.jatitv.commandguiv2.Spigot.cmdManagement.CmdExecuter_Help;
|
import de.jatitv.commandguiv2.Spigot.cmdManagement.CmdExecuter_Help;
|
||||||
import de.jatitv.commandguiv2.Spigot.cmdManagement.register.AliasRegister;
|
import de.jatitv.commandguiv2.Spigot.cmdManagement.register.AliasRegister;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.DefaultGUICreate;
|
import de.jatitv.commandguiv2.Spigot.config.DefaultGUICreate;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.languages.LanguagesCreate;
|
import de.jatitv.commandguiv2.Spigot.config.languages.LanguagesCreate;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.languages.SelectMessages;
|
import de.jatitv.commandguiv2.Spigot.config.languages.SelectMessages;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.database.MySQL;
|
import de.jatitv.commandguiv2.Spigot.system.database.MySQL;
|
||||||
import de.jatitv.commandguiv2.Spigot.Listener.PluginEvent;
|
import de.jatitv.commandguiv2.Spigot.Listener.PluginEvent;
|
||||||
import de.jatitv.commandguiv2.Spigot.Listener.UseItem_Listener.Events;
|
import de.jatitv.commandguiv2.Spigot.Listener.UseItem_Listener.Events;
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Spigot.Objekte.Obj_Select;
|
import de.jatitv.commandguiv2.Spigot.Objekte.Obj_Select;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.ConfigCreate;
|
import de.jatitv.commandguiv2.Spigot.config.config.ConfigCreate;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
import net.t2code.lib.Spigot.Lib.messages.T2CodeTemplate;
|
import net.t2code.lib.Spigot.Lib.messages.T2CodeTemplate;
|
||||||
import net.t2code.lib.Spigot.Lib.messages.send;
|
import net.t2code.lib.Spigot.Lib.messages.send;
|
||||||
import net.t2code.lib.Spigot.Lib.minecraftVersion.MCVersion;
|
import net.t2code.lib.Spigot.Lib.minecraftVersion.MCVersion;
|
||||||
@@ -62,9 +61,13 @@ public class Load {
|
|||||||
|
|
||||||
if (SelectConfig.Bungee) {
|
if (SelectConfig.Bungee) {
|
||||||
if (!Bukkit.getMessenger().isOutgoingChannelRegistered(plugin,"cgui:bungee")){
|
if (!Bukkit.getMessenger().isOutgoingChannelRegistered(plugin,"cgui:bungee")){
|
||||||
send.debug(plugin, "registerIncomingPluginChannel §ecgui:bungee");
|
send.debug(plugin, "registerOutgoingPluginChannel §ecgui:bungee");
|
||||||
Bukkit.getMessenger().registerOutgoingPluginChannel(plugin,"cgui:bungee");
|
Bukkit.getMessenger().registerOutgoingPluginChannel(plugin,"cgui:bungee");
|
||||||
}
|
}
|
||||||
|
if (!Bukkit.getMessenger().isIncomingChannelRegistered(plugin,"cgui:onlinepl")){
|
||||||
|
send.debug(plugin, "registerIncomingPluginChannel §ecgui:onlinepl");
|
||||||
|
Bukkit.getMessenger().registerIncomingPluginChannel(plugin,"cgui:onlinepl", new Bungee_Sender_Reciver());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
package de.jatitv.commandguiv2.Spigot.system;
|
package de.jatitv.commandguiv2.Spigot.system;
|
||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
import de.jatitv.commandguiv2.Util;
|
import de.jatitv.commandguiv2.Util;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
import org.bukkit.configuration.file.YamlConfiguration;
|
import org.bukkit.configuration.file.YamlConfiguration;
|
||||||
|
@@ -1,223 +0,0 @@
|
|||||||
package de.jatitv.commandguiv2.Spigot.system.config.config;
|
|
||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
|
||||||
import net.t2code.lib.Spigot.Lib.messages.send;
|
|
||||||
import net.t2code.lib.Spigot.Lib.minecraftVersion.MCVersion;
|
|
||||||
import net.t2code.lib.Spigot.Lib.yamlConfiguration.Config;
|
|
||||||
import org.bukkit.configuration.file.YamlConfiguration;
|
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
|
|
||||||
public class ConfigCreate {
|
|
||||||
|
|
||||||
public static Integer ConfigVersion = 2;
|
|
||||||
|
|
||||||
private static Boolean UpdateCheckOnJoin = true;
|
|
||||||
private static Boolean Debug = false;
|
|
||||||
private static Boolean HelpAlias = true;
|
|
||||||
private static String language = "english";
|
|
||||||
private static String Currency = "$";
|
|
||||||
private static String DefaultGUI = "default";
|
|
||||||
|
|
||||||
|
|
||||||
private static String Storage = "YML";
|
|
||||||
private static String ip = "localhost";
|
|
||||||
private static Integer port = 3306;
|
|
||||||
private static String database = "database";
|
|
||||||
private static String user = "root";
|
|
||||||
private static String password = "password";
|
|
||||||
private static Boolean SSL = false;
|
|
||||||
|
|
||||||
private static Boolean Bungee = false;
|
|
||||||
private static String thisServer = "server";
|
|
||||||
|
|
||||||
|
|
||||||
private static Boolean UseItem_Enable = true;
|
|
||||||
private static Boolean UseItem_AllowToggle = true;
|
|
||||||
private static Boolean UseItem_AllowSetSlot = true;
|
|
||||||
private static Boolean UseItem_BlockMoveAndDrop = true;
|
|
||||||
private static String UseItem_OpenGUI = "default";
|
|
||||||
private static Boolean UseItem_Permission = true;
|
|
||||||
private static Boolean UseItem_KeepAtCommandClear = true;
|
|
||||||
|
|
||||||
private static Integer UseItem_InventorySlot = 1;
|
|
||||||
private static Boolean UseItem_InventorySlotEnforce = false;
|
|
||||||
private static Boolean UseItem_InventorySlot_FreeSlot = false;
|
|
||||||
private static String UseItem_Material = "paper";
|
|
||||||
private static Boolean UseItem_PlayerHead_Enable = false;
|
|
||||||
private static Boolean base64_Enable = false;
|
|
||||||
private static String base64value= "";
|
|
||||||
private static Boolean UseItem_PlayerWhoHasOpenedTheGUI = false;
|
|
||||||
private static String UseItem_PlayerName = "";
|
|
||||||
private static String UseItem_Name = "&bDefault &6GUI";
|
|
||||||
private static List UseItem_Lore = Arrays.asList("&eThis is an example GUI");
|
|
||||||
private static Boolean UseItem_GiveOnEveryJoin = true;
|
|
||||||
private static Boolean UseItem_GiveOnlyOnFirstJoin = false;
|
|
||||||
private static Boolean Cursor_ToGUIItem_OnLogin = true;
|
|
||||||
private static Boolean Cursor_ToGUIItem_OnlyOnFirstLogin = true;
|
|
||||||
private static Boolean Cursor_ServerChange_EXPERIMENTELL = false;
|
|
||||||
|
|
||||||
private static int UseItemGameModeChangeDelayInTicks = 1;
|
|
||||||
private static boolean UseItemGameModeChangeDisableInSpectator = true;
|
|
||||||
|
|
||||||
private static Boolean Sound_Enable = true;
|
|
||||||
|
|
||||||
private static Boolean Sound_OpenInventory_Enable = true;
|
|
||||||
public static String Sound_OpenInventory_1_8 = "CHEST_OPEN";
|
|
||||||
public static String Sound_OpenInventory_ab_1_9 = "BLOCK_CHEST_OPEN";
|
|
||||||
|
|
||||||
private static Boolean Sound_Click_Enable = true;
|
|
||||||
public static String Sound_Click_1_8 = "NOTE_STICKS";
|
|
||||||
public static String Sound_Click_1_9_bis_1_12 = "BLOCK_NOTE_HAT";
|
|
||||||
public static String Sound_Click_ab_1_13 = "BLOCK_NOTE_BLOCK_HAT";
|
|
||||||
|
|
||||||
private static Boolean Sound_NoMoney_Enable = true;
|
|
||||||
public static String Sound_NoMoney_1_8 = "NOTE_PIANO";
|
|
||||||
public static String Sound_NoMoney_1_9_bis_1_12 = "BLOCK_NOTE_HARP";
|
|
||||||
public static String Sound_NoMoney_ab_1_13 = "BLOCK_NOTE_BLOCK_HARP";
|
|
||||||
|
|
||||||
private static Boolean Sound_NoInventorySpace_Enable = true;
|
|
||||||
public static String Sound_NoInventorySpace_1_8 = "NOTE_PIANO";
|
|
||||||
public static String Sound_NoInventorySpace_1_9_bis_1_12 = "BLOCK_NOTE_HARP";
|
|
||||||
public static String Sound_NoInventorySpace_ab_1_13 = "BLOCK_NOTE_BLOCK_HARP";
|
|
||||||
|
|
||||||
private static Boolean Sound_Give_Enable = true;
|
|
||||||
public static String Sound_Give_1_8 = "LEVEL_UP";
|
|
||||||
public static String Sound_Give_ab_1_9 = "ENTITY_PLAYER_LEVELUP";
|
|
||||||
|
|
||||||
private static Boolean Sound_PlayerNotFound_Enable = true;
|
|
||||||
public static String Sound_PlayerNotFound_1_8 = "NOTE_PIANO";
|
|
||||||
public static String Sound_PlayerNotFound_1_9_bis_1_12 = "BLOCK_NOTE_HARP";
|
|
||||||
public static String Sound_PlayerNotFound_ab_1_13 = "BLOCK_NOTE_BLOCK_HARP";
|
|
||||||
|
|
||||||
|
|
||||||
public static void configCreate() {
|
|
||||||
Long long_ = Long.valueOf(System.currentTimeMillis());
|
|
||||||
if (new File(Main.getPath(), "config.yml").exists()){
|
|
||||||
if (Main.plugin.getConfig().getBoolean("Plugin.Debug")) send.console(Main.prefix + " §5DEBUG: §6" + " §4config.yml are created / updated...");
|
|
||||||
} else send.console(Main.prefix + " §4config.yml are created...");
|
|
||||||
|
|
||||||
|
|
||||||
File config = new File(Main.getPath(), "config.yml");
|
|
||||||
YamlConfiguration yamlConfiguration = YamlConfiguration.loadConfiguration(config);
|
|
||||||
|
|
||||||
yamlConfiguration.set("ConfigVersion", ConfigVersion);
|
|
||||||
|
|
||||||
Config.set("Plugin.UpdateCheckOnJoin", UpdateCheckOnJoin, yamlConfiguration);
|
|
||||||
Config.set("Plugin.Debug", Debug, yamlConfiguration);
|
|
||||||
Config.set("Plugin.HelpAlias", HelpAlias, yamlConfiguration);
|
|
||||||
Config.set("Plugin.language", language, yamlConfiguration);
|
|
||||||
Config.set("Plugin.Currency", Currency, yamlConfiguration);
|
|
||||||
Config.set("Plugin.DefaultGUI", DefaultGUI, yamlConfiguration);
|
|
||||||
|
|
||||||
Config.set("Storage.Type", Storage, yamlConfiguration);
|
|
||||||
Config.set("Storage.MySQL.IP", ip, yamlConfiguration);
|
|
||||||
Config.set("Storage.MySQL.Port", port, yamlConfiguration);
|
|
||||||
Config.set("Storage.MySQL.Database", database, yamlConfiguration);
|
|
||||||
Config.set("Storage.MySQL.User", user, yamlConfiguration);
|
|
||||||
Config.set("Storage.MySQL.Password", password, yamlConfiguration);
|
|
||||||
Config.set("Storage.MySQL.SSL", SSL, yamlConfiguration);
|
|
||||||
|
|
||||||
Config.set("BungeeCord.Enable", Bungee, yamlConfiguration);
|
|
||||||
Config.set("BungeeCord.ThisServer", thisServer, yamlConfiguration);
|
|
||||||
|
|
||||||
Config.set("UseItem.Enable", UseItem_Enable, yamlConfiguration);
|
|
||||||
Config.set("UseItem.AllowToggle", UseItem_AllowToggle, yamlConfiguration);
|
|
||||||
Config.set("UseItem.AllowSetSlot", UseItem_AllowSetSlot, yamlConfiguration);
|
|
||||||
Config.set("UseItem.BlockMoveAndDrop", UseItem_BlockMoveAndDrop, yamlConfiguration);
|
|
||||||
Config.set("UseItem.OpenGUI", UseItem_OpenGUI, yamlConfiguration);
|
|
||||||
Config.set("UseItem.Permission.NeededToUse", UseItem_Permission, yamlConfiguration);
|
|
||||||
Config.set("UseItem.KeepAtCommandClear", UseItem_KeepAtCommandClear, yamlConfiguration);
|
|
||||||
|
|
||||||
Config.set("UseItem.InventorySlot.Slot", UseItem_InventorySlot, yamlConfiguration);
|
|
||||||
Config.set("UseItem.InventorySlot.SlotEnforce", UseItem_InventorySlotEnforce, yamlConfiguration);
|
|
||||||
Config.set("UseItem.InventorySlot.FreeSlot", UseItem_InventorySlot_FreeSlot, yamlConfiguration);
|
|
||||||
|
|
||||||
Config.set("UseItem.Item.Material", UseItem_Material, yamlConfiguration);
|
|
||||||
if (!(MCVersion.minecraft1_8 || MCVersion.minecraft1_9 || MCVersion.minecraft1_10 || MCVersion.minecraft1_11 || MCVersion.minecraft1_12)) {
|
|
||||||
Config.set("UseItem.Item.PlayerHead.Enable", UseItem_PlayerHead_Enable, yamlConfiguration);
|
|
||||||
Config.set("UseItem.Item.PlayerHead.Base64.Enable", base64_Enable, yamlConfiguration);
|
|
||||||
Config.set("UseItem.Item.PlayerHead.Base64.Base64Value", base64value, yamlConfiguration);
|
|
||||||
Config.set("UseItem.Item.PlayerHead.PlayerWhoHasOpenedTheGUI", UseItem_PlayerWhoHasOpenedTheGUI, yamlConfiguration);
|
|
||||||
Config.set("UseItem.Item.PlayerHead.Playername", UseItem_PlayerName, yamlConfiguration);
|
|
||||||
}
|
|
||||||
Config.set("UseItem.Item.Name", UseItem_Name, yamlConfiguration);
|
|
||||||
Config.set("UseItem.Item.Lore", UseItem_Lore, yamlConfiguration);
|
|
||||||
Config.set("UseItem.Join.GiveOnEveryJoin", UseItem_GiveOnEveryJoin, yamlConfiguration);
|
|
||||||
Config.set("UseItem.Join.GiveOnlyOnFirstJoin", UseItem_GiveOnlyOnFirstJoin, yamlConfiguration);
|
|
||||||
|
|
||||||
//convert
|
|
||||||
if (yamlConfiguration.contains("UseItem.Join.Cursor.ToGUIItem.OnEveryLogin")){
|
|
||||||
Config.set("UseItem.Join.Cursor.ToGUIItem.OnEveryLogin", yamlConfiguration);
|
|
||||||
Config.set("UseItem.Join.Cursor.ToGUIItem.OnLogin.Enable", yamlConfiguration.getBoolean("UseItem.Join.Cursor.ToGUIItem.OnEveryLogin"), yamlConfiguration);
|
|
||||||
}
|
|
||||||
if (yamlConfiguration.contains("UseItem.Join.Cursor.ToGUIItem.OnOnlyFirstLogin")){
|
|
||||||
Config.set("UseItem.Join.Cursor.ToGUIItem.OnOnlyFirstLogin", yamlConfiguration);
|
|
||||||
Config.set("UseItem.Join.Cursor.ToGUIItem.Spigot.OnOnlyFirstLogin", yamlConfiguration.getBoolean("UseItem.Join.Cursor.ToGUIItem.OnOnlyFirstLogin"), yamlConfiguration);
|
|
||||||
}
|
|
||||||
if (yamlConfiguration.contains("UseItem.Join.Cursor.ToGUIItem.EXPERIMENTELL_ServerChange")){
|
|
||||||
Config.set("UseItem.Join.Cursor.ToGUIItem.EXPERIMENTELL_ServerChange", yamlConfiguration);
|
|
||||||
Config.set("UseItem.Join.Cursor.ToGUIItem.Bungee.OnServerChange", yamlConfiguration.getBoolean("UseItem.Join.Cursor.ToGUIItem.EXPERIMENTELL_ServerChange"), yamlConfiguration);
|
|
||||||
}
|
|
||||||
|
|
||||||
Config.set("UseItem.Join.Cursor.ToGUIItem.OnLogin.Enable", Cursor_ToGUIItem_OnLogin, yamlConfiguration);
|
|
||||||
Config.set("UseItem.Join.Cursor.ToGUIItem.Spigot.OnOnlyFirstLogin", Cursor_ToGUIItem_OnlyOnFirstLogin, yamlConfiguration);
|
|
||||||
Config.set("UseItem.Join.Cursor.ToGUIItem.Bungee.OnServerChange", Cursor_ServerChange_EXPERIMENTELL, yamlConfiguration);
|
|
||||||
|
|
||||||
Config.set("Advanced.UseItem.GameModeChange.DelayInTicks", UseItemGameModeChangeDelayInTicks, yamlConfiguration);
|
|
||||||
Config.set("Advanced.UseItem.GameModeChange.DisableInSpectator", UseItemGameModeChangeDisableInSpectator, yamlConfiguration);
|
|
||||||
|
|
||||||
Config.set("Sound.Enable", Sound_Enable, yamlConfiguration);
|
|
||||||
|
|
||||||
Config.set("Sound.OpenInventory.Enable", Sound_OpenInventory_Enable, yamlConfiguration);
|
|
||||||
if (MCVersion.minecraft1_8) {
|
|
||||||
Config.set("Sound.OpenInventory.Sound", Sound_OpenInventory_1_8, yamlConfiguration);
|
|
||||||
} else Config.set("Sound.OpenInventory.Sound", Sound_OpenInventory_ab_1_9, yamlConfiguration);
|
|
||||||
|
|
||||||
Config.set("Sound.Click.Enable", Sound_Click_Enable, yamlConfiguration);
|
|
||||||
if (MCVersion.minecraft1_8) {
|
|
||||||
Config.set("Sound.Click.Sound", Sound_Click_1_8, yamlConfiguration);
|
|
||||||
} else if (MCVersion.minecraft1_9 || MCVersion.minecraft1_10 || MCVersion.minecraft1_11 || MCVersion.minecraft1_12) {
|
|
||||||
Config.set("Sound.Click.Sound", Sound_Click_1_9_bis_1_12, yamlConfiguration);
|
|
||||||
} else Config.set("Sound.Click.Sound", Sound_Click_ab_1_13, yamlConfiguration);
|
|
||||||
|
|
||||||
Config.set("Sound.NoMoney.Enable", Sound_NoMoney_Enable, yamlConfiguration);
|
|
||||||
if (MCVersion.minecraft1_8) {
|
|
||||||
Config.set("Sound.NoMoney.Sound", Sound_NoMoney_1_8, yamlConfiguration);
|
|
||||||
} else if (MCVersion.minecraft1_9 || MCVersion.minecraft1_10 || MCVersion.minecraft1_11 || MCVersion.minecraft1_12) {
|
|
||||||
Config.set("Sound.NoMoney.Sound", Sound_NoMoney_1_9_bis_1_12, yamlConfiguration);
|
|
||||||
} else Config.set("Sound.NoMoney.Sound", Sound_NoMoney_ab_1_13, yamlConfiguration);
|
|
||||||
|
|
||||||
Config.set("Sound.NoInventorySpace.Enable", Sound_NoInventorySpace_Enable, yamlConfiguration);
|
|
||||||
if (MCVersion.minecraft1_8) {
|
|
||||||
Config.set("Sound.NoInventorySpace.Sound", Sound_NoInventorySpace_1_8, yamlConfiguration);
|
|
||||||
} else if (MCVersion.minecraft1_9 || MCVersion.minecraft1_10 || MCVersion.minecraft1_11 || MCVersion.minecraft1_12) {
|
|
||||||
Config.set("Sound.NoInventorySpace.Sound", Sound_NoInventorySpace_1_9_bis_1_12, yamlConfiguration);
|
|
||||||
} else Config.set("Sound.NoInventorySpace.Sound", Sound_NoInventorySpace_ab_1_13, yamlConfiguration);
|
|
||||||
|
|
||||||
Config.set("Sound.Give.Enable", Sound_Give_Enable, yamlConfiguration);
|
|
||||||
if (MCVersion.minecraft1_8) {
|
|
||||||
Config.set("Sound.Give.Sound", Sound_Give_1_8, yamlConfiguration);
|
|
||||||
} else Config.set("Sound.Give.Sound", Sound_Give_ab_1_9, yamlConfiguration);
|
|
||||||
|
|
||||||
Config.set("Sound.PlayerNotFound.Enable", Sound_PlayerNotFound_Enable, yamlConfiguration);
|
|
||||||
if (MCVersion.minecraft1_8) {
|
|
||||||
Config.set("Sound.PlayerNotFound.Sound", Sound_PlayerNotFound_1_8, yamlConfiguration);
|
|
||||||
} else if (MCVersion.minecraft1_9 || MCVersion.minecraft1_10 || MCVersion.minecraft1_11 || MCVersion.minecraft1_12) {
|
|
||||||
Config.set("Sound.PlayerNotFound.Sound", Sound_PlayerNotFound_1_9_bis_1_12, yamlConfiguration);
|
|
||||||
} else Config.set("Sound.PlayerNotFound.Sound", Sound_PlayerNotFound_ab_1_13, yamlConfiguration);
|
|
||||||
|
|
||||||
try {
|
|
||||||
yamlConfiguration.save(config);
|
|
||||||
} catch (IOException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
|
|
||||||
send.console(Main.prefix + " §2config.yml were successfully created / updated." + " §7- §e" + (System.currentTimeMillis() - long_.longValue()) + "ms");
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,6 +1,6 @@
|
|||||||
package de.jatitv.commandguiv2.Spigot.system.database;
|
package de.jatitv.commandguiv2.Spigot.system.database;
|
||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.config.SelectConfig;
|
import de.jatitv.commandguiv2.Spigot.config.config.SelectConfig;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
public class Select_Database {
|
public class Select_Database {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
package de.jatitv.commandguiv2;
|
package de.jatitv.commandguiv2;
|
||||||
|
|
||||||
public class Util {
|
public class Util {
|
||||||
private static double requiredT2CodeLibVersion = 8;
|
private static double requiredT2CodeLibVersion = 10.1;
|
||||||
private static String Prefix = "§8[§4C§9GUI§8]";
|
private static String Prefix = "§8[§4C§9GUI§8]";
|
||||||
private static Integer SpigotID = 90671;
|
private static Integer SpigotID = 90671;
|
||||||
private static Integer BstatsID = 10840;
|
private static Integer BstatsID = 10840;
|
||||||
|
@@ -1,15 +1,12 @@
|
|||||||
package de.jatitv.commandguiv2.api;
|
package de.jatitv.commandguiv2.api;
|
||||||
|
|
||||||
import de.jatitv.commandguiv2.Spigot.Listener.ItemChange;
|
import de.jatitv.commandguiv2.Spigot.Listener.ItemChange;
|
||||||
import de.jatitv.commandguiv2.Spigot.Listener.UseItem_Listener.Events_from1_10;
|
|
||||||
import de.jatitv.commandguiv2.Spigot.Main;
|
import de.jatitv.commandguiv2.Spigot.Main;
|
||||||
import de.jatitv.commandguiv2.Spigot.cmdManagement.Commands;
|
import de.jatitv.commandguiv2.Spigot.cmdManagement.Commands;
|
||||||
import de.jatitv.commandguiv2.Spigot.cmdManagement.Help;
|
import de.jatitv.commandguiv2.Spigot.cmdManagement.Help;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.DefaultGUICreate;
|
import de.jatitv.commandguiv2.Spigot.config.DefaultGUICreate;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.config.languages.SelectMessages;
|
import de.jatitv.commandguiv2.Spigot.config.languages.SelectMessages;
|
||||||
import de.jatitv.commandguiv2.Spigot.system.database.Select_Database;
|
import de.jatitv.commandguiv2.Spigot.system.database.Select_Database;
|
||||||
import de.jatitv.commandguiv2.Spigot.Listener.UseItem_Listener.Events;
|
|
||||||
import net.t2code.lib.Spigot.Lib.minecraftVersion.MCVersion;
|
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
@@ -17,7 +14,10 @@ public class CGuiAPI {
|
|||||||
public static Boolean JoinDisable = false;
|
public static Boolean JoinDisable = false;
|
||||||
|
|
||||||
public static void onItemChange(Player player) {
|
public static void onItemChange(Player player) {
|
||||||
ItemChange.itemChange(player);
|
ItemChange.itemChange(player, false);
|
||||||
|
}
|
||||||
|
public static void onItemChange(Player player, Boolean setCursor) {
|
||||||
|
ItemChange.itemChange(player, setCursor);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void disableItemGiveOnJoin(Boolean disableItemGiveOnJoin) {
|
public static void disableItemGiveOnJoin(Boolean disableItemGiveOnJoin) {
|
||||||
|
@@ -1,8 +0,0 @@
|
|||||||
MySQL:
|
|
||||||
Enable: false
|
|
||||||
IP: localhost
|
|
||||||
Port: 3306
|
|
||||||
Database: database
|
|
||||||
User: user
|
|
||||||
Password: ''
|
|
||||||
SSL: false
|
|
Reference in New Issue
Block a user