[WARNING] RuntimeException: "yaml_parse(): scanning error encountered during parsing: could not find expected ':' (line 10, column 1), context while scanning a simple key (line 8, column 1)" (E_WARNING) in "/src/pocketmine/plugin/PluginBase" at line 261' Here is the config Code: --- # List all your vips here. vips: [] # Disable/Enable features. enable-join-message: "true" enable-leave-message: "true" enable-death-message: "true" # Chat Formats vip-chat: "[VIP] {PLAYER}] {MESSAGE}" vip-name-tag: "[VIP] {PLAYER}" vip-join-message: "[VIP] {PLAYER} Joined the game." vip-join-message: "[VIP] {PLAYER} Left the game." # DO NOT CHANG THIS version: 1.0.0 ---
it must be more like this because the current one is wrong. Code: --- # List all your vips here. vips: [] # Disable/Enable features. enable-join-message: "true" enable-leave-message: "true" enable-death-message: "true" # Chat Formats vip-chat: "[VIP] {PLAYER}] {MESSAGE}" vip-name-tag: "[VIP] {PLAYER}" vip-join-message: "[VIP] {PLAYER} Joined the game." vip-join-message: "[VIP] {PLAYER} Left the game." # DO NOT CHANG THIS version: 1.0.0 ---
The end of file must be ... and not --- Then is better to write messages inline (look @iJoshuaHD post)