Setup allowed-plugins with an example plugin

This commit is contained in:
NotMyFault 2021-09-02 18:53:14 +02:00
parent f8aaf0cae3
commit 09c4655be7
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -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;