#Anyone got any ideas on how to replace the default 'Welcome to Grasscutter!' message?
12 messages · Page 1 of 1 (latest)
what homepage are you mention?
it gets set in src\main\resources\languages you have to recompile after changing it, it is "welcome" in the "status" block line 57
I have a homepage though, it's a .HTML file
data\documentation\index.html 👀
You cannot replace the index page with your own html document. Grasscutter will probably never support it because it isn’t made to host websites for you. You can get it working via plugins but I wouldn’t recommend it honestly.
Is there maybe anyway I could do it with NGINX? Maybe forward it to a directory or something like that?