Closed XNarno closed 2 years ago
👋 We use the issue tracker exclusively for final bug reports and feature requests. However, this issue appears to be better suited for either a discussion thread, or a message on our discord server. Please post your request on one of these, and the conversation can continue there.
Hello, I have a dedicated server at home which run on Ubuntu server 22.04.1 LTS. I'm running a Fabric server in 1.18.2 with the Fabric Minecraft Server Launcher and this is my start command :
java -Xmx4G -jar fabric-server-mc.1.18.2-loader.0.14.9-launcher.0.11.1.jar nogui
I have these types of returns in my console :
>
weather clear [15:08:30 INFO] [Server thread]: [DedicatedServer] commands.weather.set.clear>
say hello [15:09:18 INFO] [Server thread]: [DedicatedServer] chat.type.announcement>
list [15:12:20 INFO] [Server thread]: [DedicatedServer] commands.list.playersI thought "Better Fabric Console" mod will resolve my issue but no, it's just more beautiful, so I don't know what to do. I tried to run my server not with the Minecraft Server Launcher but with a classic installation, but it's not working. I also tried to put Fabric Loader 0.14.10 but nothing more.
This is my mod list : https://pastebin.com/qsGt1Z5y Previous issue : #1111