Peripherals++

Peripherals++

359k Downloads

Chatbox Coordinate Logging

FHRNet opened this issue ยท 8 comments

commented

Hi guys,
thanks for this great mod!

Unfortunately it seems there is a problem with the ChatBox block, more specifically with the "B:logCoords" config option.
I set this to "B:logCoords=false" so I could "label" the chatbox messages. Unfortunately, I still get the error message when using the command:

lua> cb.say("message", 64, false, "Label")
lua:1: Coordinate logging is enabled, disable this to enable naming

This happens on server, as well as on single player worlds. Doesn't matter if you use Computer or Advanced computer.

commented

What version of Peripherals++ are you using?

commented

Hi,
We are using version 1.3.2

// EDIT
Oops closed by mistake. Reopened again

commented

Can you try deleting the config and trying again?

commented

Hi,

I deleted the configuration file and now it works flawlessly. I noticed we used configuration file which had absolutely different syntax - probably from some very old version.

Thank you for your support

commented

Yeah sorry, that is due to the 1.3 update. I migrated to my own system of configurations

commented

The problem with this appeared again after some config file adjustments.
I think you have a bug in the configuration system.

File that works: http://ovh.to/T8ND7Pg
File that does not work: http://ovh.to/XAych1G

They are almost same, except for one major thing: There are spaces on empty lines.
That causes the mod to ignore the config file completely.

commented

The working one appears to be using tab characters while the other one is using (8) spaces.

Edit: The CollectiveFramework's ConfigRegistry.java line 264 replaces tabs, but does not do the same for leading spaces.

commented

Hm, should be a quick fix