Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- From db9f728d386342d0e84ea28f462a0494da2b4f50 Mon Sep 17 00:00:00 2001
- From: Shoghi Cervantes <shoghicp@gmail.com>
- Date: Fri, 22 Aug 2014 18:25:12 +0200
- Subject: [PATCH] Tuned pocketmine.yml
- diff --git a/src/pocketmine/resources/pocketmine.yml b/src/pocketmine/resources/pocketmine.yml
- index cee9d00..9edc9cb 100644
- --- a/src/pocketmine/resources/pocketmine.yml
- +++ b/src/pocketmine/resources/pocketmine.yml
- @@ -1,4 +1,4 @@
- -# Main configuration file for PocketMine-MP
- +# Main configuration file for PocketMine-Soft
- # These settings are the ones that cannot be included in server.properties
- # Some of these settings are safe, others can break your server if modified incorrectly
- @@ -9,8 +9,8 @@ settings:
- #Show a console message when a plugin uses deprecated API methods
- deprecated-verbose: true
- #Enable plugin and core profiling by default
- - enable-profiling: false
- + enable-profiling: true
- #Sends anonymous statistics to create usage reports
- send-usage: true
- #Number of AsyncTask workers.
- @@ -33,7 +33,7 @@ level-settings:
- chunk-sending:
- #Amount of chunks sent to players per tick
- - per-tick: 8
- + per-tick: 1
- #Compression level used when sending chunks. Higher = more CPU, less bandwidth usage
- compression-level: 8
- #Amount of chunks sent around each player
- @@ -77,11 +77,11 @@ auto-report:
- enabled: true
- send-code: true
- send-settings: true
- - send-phpinfo: true
- + send-phpinfo: false
- host: crash.pocketmine.net
- auto-updater:
- - enabled: true
- + enabled: false
- on-update:
- warn-console: true
- warn-ops: true
- --
- 2.1.0
Advertisement
Add Comment
Please, Sign In to add comment