If you don’t want to search for ages, this is how to create a bootable windows usb install dongle on your linux:
1 | sudo cfdisk /dev/sdd |
Delete all…
If you don’t want to search for ages, this is how to create a bootable windows usb install dongle on your linux:
1 | sudo cfdisk /dev/sdd |
Delete all…
Developing a spigot plugin is easy, if you have used the Java programming language before. So, do you love playing Minecraft as I do? Are you a developer? There is a good chance that you are already running spigot as your server, which supports plugins using their own API. If you would like to develop your own plugin, you might get lost — there is not much in the way of good tutorials. In this article, I will try to explain the basic components of spigot, how to set up your development environment and how to get started.