fix: disable spark

It's not very useful for a server like kaboom and there's
too many commands we'd need to block.
This commit is contained in:
amyavi 2025-01-28 21:15:39 -03:00
parent 3da7fe85a5
commit e974a43218
Signed by: amy
SSH key fingerprint: SHA256:CoLIqZWDYPZEhs1j1HQWwV0j1JhC3BFWcaUF7ZLZHJA
2 changed files with 1 additions and 5 deletions
config
plugins/spark

View file

@ -132,7 +132,7 @@ spam-limiter:
tab-spam-limit: 500
spark:
enable-immediately: false
enabled: true
enabled: false
unsupported-settings:
allow-headless-pistons: true
allow-permanent-block-break-exploits: true

View file

@ -1,4 +0,0 @@
{
"_header": "spark configuration file - https://spark.lucko.me/docs/Configuration",
"backgroundProfiler": true
}