mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
refactor: Put Fawe version information at debugpaste to (#1533)
This commit is contained in:
@ -158,6 +158,9 @@ public class FaweBukkit implements IFawe, Listener {
|
||||
public String getDebugInfo() {
|
||||
StringBuilder msg = new StringBuilder();
|
||||
|
||||
msg.append("# FastAsyncWorldEdit Information\n");
|
||||
msg.append(Fawe.instance().getVersion()).append("\n\n");
|
||||
|
||||
List<Plugin> plugins = new ArrayList<>();
|
||||
Collections.addAll(plugins, Bukkit.getServer().getPluginManager().getPlugins());
|
||||
plugins.sort(Comparator.comparing(Plugin::getName));
|
||||
|
Reference in New Issue
Block a user