Skip to content

Suggestion #2

@DeeChael

Description

@DeeChael

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:

  1. 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
  2. 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.
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions