mirror of
https://github.com/kaboomserver/server.git
synced 2025-04-12 12:14:23 -04:00
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:
parent
3da7fe85a5
commit
e974a43218
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"_header": "spark configuration file - https://spark.lucko.me/docs/Configuration",
|
||||
"backgroundProfiler": true
|
||||
}
|
Loading…
Add table
Reference in a new issue