CommandHelper

CommandHelper

46.5k Downloads

Compiler error on tabs - related to UTF encoding?

LadyCailinBot opened this issue ยท 3 comments

commented

CMDHELPER-2933 - Reported by opoq

When tabs are used to indent:

[19:46:21 INFO]: COMPILE ERROR: Expected command (/command) at start of alias. Instead, found LIT ()
:/mc/plugins/CommandHelper/config.txt:2

Spaces are ok though.

commented

Comment by LadyCailin

I don't know if this has anything to do with encoding, though tabs may very well be handled differently than spaces in the compiler.

commented

Comment by LadyCailin

Actually, I think this may be related to the encoding, which should be fixed. I'm going to close this, and if it's still broken, feel free to re-open.

commented

Comment by opoq

Checked with UTF-8-encoded file, still an issue.