DaPigGuy / PiggyFactions

A modern open source factions plugin for PocketMine-MP
https://rtdx.aericio.net/en/latest/plugins/piggyfactions/
Apache License 2.0
52 stars 30 forks source link

PureChat PR10 #27

Closed ConstructStudios closed 4 years ago

ConstructStudios commented 4 years ago

Please make sure your issue complies with these guidelines:

After installing PR10 now my ranks dont show and all i see is my name in all white

Steps to Reproduce the Issue

  1. ...
  2. ...

OS and Versions

Extra Information

Aericio commented 4 years ago

Please upload your PureChat configuration to https://hastebin.com/.

ConstructStudios commented 4 years ago

So i saw that faction name was not showing in chat id look for the issue in the "Issue" section and swap to PR10, after swapping the ranks dont show and turn everything white with no ranks at all.

Aericio commented 4 years ago

You messed up your configuration, missing " ". Paste your PureChat configuration into http://www.yamllint.com/ and press "Go", then copy the output.

ConstructStudios commented 4 years ago

it say "Valid YAML!" so where am i missing the (" ")?

ConstructStudios commented 4 years ago

@Aericio

Aericio commented 4 years ago

If you compare the hastebin contents to the output of yamllint, you are very obviously missing quotes. image It says "Valid YAML!" because running it through yamllint will fix minor mistakes.

ConstructStudios commented 4 years ago

Thanks for clarification, appreciated.