mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Added extra crash dump settings, added way to disable parts of it or change the host
This commit is contained in:
@ -10,7 +10,6 @@ settings:
|
||||
advanced-cache: false
|
||||
upnp-forwarding: false
|
||||
send-usage: true
|
||||
send-crash: true
|
||||
async-workers: 4
|
||||
|
||||
debug:
|
||||
@ -44,6 +43,13 @@ spawn-limits:
|
||||
water-animals: 5
|
||||
ambient: 15
|
||||
|
||||
auto-report: #Send crash reports for processing
|
||||
enabled: true
|
||||
send-code: true
|
||||
send-settings: true
|
||||
send-phpinfo: true
|
||||
host: crash.pocketmine.net
|
||||
|
||||
auto-updater:
|
||||
enabled: true
|
||||
on-update:
|
||||
|
Reference in New Issue
Block a user