kernitus / BukkitOldCombatMechanics

Spigot plugin to configure combat mechanics from 1.9 onwards
https://www.spigotmc.org/resources/19510/
Mozilla Public License 2.0
161 stars 69 forks source link

OCM not disabling on certain worlds #637

Closed ARDragssss closed 1 year ago

ARDragssss commented 1 year ago

last time i had the same issue but no one helped me, you just said i misunderstood the config. eventually, it just fixed itself but now its not working anymore. heres my config and please this time tell me how to fix it

ARDragssss commented 1 year ago

https://mclo.gs/iH7lGkM

ARDragssss commented 1 year ago

i also tried worlds:

kernitus commented 1 year ago

Please fill in the issue template. What is the exact version of OCM you are using? What is the exact version of Spigot?

rayzr522 commented 1 year ago

in the future, before reporting an issue please ensure that your config format is valid via a YAML checker tool such as https://yamlchecker.com/. your indentation is messed up, you have only a single space in a lot of places where you actually need two spaces -- make sure the indentation aligns with the other settings around it :)

image

if you check your console I imagine you will see a huge number of errors from your malformed YAML file. i suggest using a tool like VSCode for editing YAML files as it provides proper syntax highlighting, smart indentation, etc

if you're still finding that you have issues once you fix the syntax issues with your config, please feel free to reply to this issue with an exact description of your issue including:

thank you!