Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Setup allowed-plugins
with an example plugin
Dieser Commit ist enthalten in:
Ursprung
f8aaf0cae3
Commit
09c4655be7
@ -458,7 +458,7 @@ public class Settings extends Config {
|
|||||||
"Don't bug console when these plugins slow down WorldEdit operations",
|
"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"
|
" - 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?")
|
@Comment("Should debug messages be sent when third party extents are used?")
|
||||||
public boolean DEBUG = true;
|
public boolean DEBUG = true;
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren