Supported TabooLib 4.x & Delete internal commands

This commit is contained in:
坏黑
2019-07-08 16:44:29 +08:00
parent 077b09f5ac
commit 0f55e50417
17 changed files with 71 additions and 4287 deletions

View File

@@ -29,7 +29,7 @@ public class TabooLibSettings {
public static InputStream getSettingsInputStream() {
try {
URL url = TabooLibServer.class.getClassLoader().getResource("settings.properties");
URL url = TabooLibServer.class.getClassLoader().getResource("__resources__/settings.properties");
if (url == null) {
return null;
} else {