-
Notifications
You must be signed in to change notification settings - Fork 4
Wrap Up
Now that everything is up and running if you have a Minecraft java account you can connect to your server!
Once in game type /server smp
to go to the smp server. Once on the smp server you can /server hub
to return to the hub.
There are many plugins for BungeeCord on their official website. These plugins can add different features to your server. One for example give you the ability to create portals for traveling to different servers without using the command.
There is a multitude of plugins available for PaperSpigot as well. All Spigot plugins will work with PaperSpigot. This one for example can log every block interaction in the game to an external MYSQL database. This database can be easily deployed as another application in OKD.
There are a lot of neat things you can do in OKD. This workshop only touched on basic application deployment. You can configure things like auto-update for server versions, version control, or even add the ability to change the server's source code and see those changes being applied in real-time.
This video shows what the last example would look like
The possibilities you have with this kind of deployment are vast. Watch out for future workshops continuing off where this one left off or for services in general.
Hopefully you learned something new about OKD though this workshop. Be sure to share it and submit and issue if you found any errors along the way!