LadyCailinBot
LadyCailinBot
Comment by z00100100 maybe add a line break into it as well unless already implemented and then i just need to know how. like how many lines per page of...
Comment by z00100100 :( could anyone tell me if there is a way to indicate a page break in the help.yml?
Comment by killjoy1221 Use commandhelper
Comment by z00100100 i dont need shortcuts for commands i am writing a help list for my players with commandbooks help.yml commandhelper is to make command short cuts 2 very...
Comment by killjoy1221 command helper comes with a custom help in the config. "need halp?" You can edit that.
Comment by LadyCailin I don't think this is a problem with MethodScript in general. I have supported UTF-8 in source code for many years now. I also double checked, and...
Comment by bexco2010 @LadyCailin Console Output is not problem of Spigot Server. I tried non-ascii characters in interpreter mode. but it's not working either.
Comment by bexco2010 @LadyCailin File encoding problem fixed with -Dfile.encoding=UTF-8 parameter. but I think CommandHelper should have encoding option in file options. So we can define encoding type in file.
Comment by LadyCailin Hmm, ok. Well, it works for me on Mac. What OS are you on? Looks like Windows? In general, I intend on supporting UTF-8 by default, I...
Comment by bexco2010 @LadyCailin Windows 10.