15.2
Changes: Commands: - The command '/t2code serverid' has been added to display the server ID assigned by the T2CodeLib. - The command '/t2code bcmd <command>' was added to execute a bungee command from a spigot plugin DebugLog: - The number of offline players is now displayed in T2CoderLog.txt - The offline players as well as the plugins in the T2CoderLog.txt are now listed in alphabetical order - Smaller code changes
This commit is contained in:
@@ -111,6 +111,7 @@ public final class T2CodeLibMain extends JavaPlugin {
|
||||
Metrics.Bstats(plugin, Util.getBstatsID());
|
||||
if (SelectLibConfig.getBungee()) {
|
||||
Bukkit.getMessenger().registerOutgoingPluginChannel(plugin, "t2c:bcmd");
|
||||
T2Csend.debug(plugin, "registerIncomingPluginChannel §et2c:bcmd");
|
||||
|
||||
Bukkit.getMessenger().registerOutgoingPluginChannel(plugin, "t2c:bonlp");
|
||||
if (!Bukkit.getMessenger().isIncomingChannelRegistered(plugin, "t2c:bonlp")) {
|
||||
|
Reference in New Issue
Block a user