I want to make my own custom launcher for minecraft, where player selects single player mode or multiplayer mode inside launcher instead of game main menu. And when player launches minecraft, it goes directly into game world without showing the main menu.
How could I achieve this kind of function? I am new to minecraft development, but I have experience with java programming. Should I use bukkit to make this happen? Or use forge to create a mod?
Many thanks in advance.