3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-22 18:18:03 +02:00

Setup allowed-plugins with an example plugin

Dieser Commit ist enthalten in:
NotMyFault 2021-09-02 18:53:14 +02:00
Ursprung f8aaf0cae3
Commit 09c4655be7
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 158F5701A6AAD00C

Datei anzeigen

@ -458,7 +458,7 @@ public class Settings extends Config {
"Don't bug console when these plugins slow down WorldEdit operations",
" - You'll see a message in console if you need to change this option"
})
public List<String> ALLOWED_PLUGINS = new ArrayList<>();
public List<String> ALLOWED_PLUGINS = new ArrayList<>(Collections.singleton(("ExamplePlugin")));
@Comment("Should debug messages be sent when third party extents are used?")
public boolean DEBUG = true;