-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi! I'm interested in Terraria server in java and I've tried to develop one on my own, however, i don't have enough time to do so.
Luckily I saw your project, after viewing your codes, I think I have some advice for you:
- You can make the console command system with mojang's brigadier and jline, and I have an example for you: https://github.com/DeeChael/KookCli/blob/master/kook-cli-core/src/main/java/net/deechael/kookcli/KookCli.java#L77
- Though you've changed the method to store items, my suggestion is that it's not a good idea to read item data from a file. Actually, you can generate java code with the files at once and copy it into your Items class.
- Some classes maybe are in the wrong package, actually the structure of minecraft vanilla server is very great (though the implmentation code is bad)
More advice will come in the future.
Metadata
Metadata
Assignees
Labels
No labels