[23:49:13 ERROR]: Cannot load plugins/ActionBarXtreme/config.yml
org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
in 'reader', line 11, column 1:
prefix: ''
^
expected <block end>, but found '<block mapping start>'
in 'reader', line 18, column 3:
Enable: false
^
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:111) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
The error message is likely due to manual changes of the indentation and formatting of the config.yml file, particularly with the 'prefix:' line and the 'Enable:' line.
Please check the sample config.yml in the resource page and make sure you follow the same indentation there.
Fixing the indentation should resolve the issue.
Version: 2.1
[18:15:43 ERROR]: Error occurred while enabling ActionBarXtreme v2.1 (Is it up to date?)
java.lang.IllegalStateException: zip file closed
at java.util.zip.ZipFile.ensureOpen(ZipFile.java:840) ~[?:?]