Building Minecraft Server Modifications, Second Edition

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Key Features • Set up a Minecraft server that you control • Use object-oriented programming to modify Minecraft regardless of your level of experience • This interactive guide will help you create a unique experience for you and your friends Book Description Minecraft is a sandbox game that allows you to play it in any way you want. Coupled with a multiplayer server powered by Spigot, you can customize the game even more! Using the Bukkit API, anyone interested in learning how to program can control their Minecraft world by developing server plugins. This book is a great introduction to software development through the wonderful world of Minecraft. We start by instructing you through how to set up your home PC for Minecraft server development. This includes an IDE complete with the required libraries as well as a Spigot server to test on. You will be guided through writing code for several different plugins. Each chapter teaches you new skills to create plugins of increasing complexity, and each plugin adds a new concept of the Bukkit API By the end of the book, you will have all the knowledge you need about the API to successfully create any type of plugin. You can then practice and build your Java skills through developing more mods for their server. What you will learn • Install and run a Spigot server for free on your home PC • Adjust the server settings to customize Minecraft to your liking • Install an IDE and configure a project to write code • Install and test plugins on a Spigot server • Test your plugins through debugging the code • Program in game commands and permissions • Get to know advanced programming concepts such as event-driven programming, configuration files, saving/loading data, and scheduled tasks • Implement configuration files to make your plugins customizable • Save and load your plugin's data to persist across server restarts

Author(s): Cody M. Sommer
Edition: 1
Publisher: Packt Publishing
Year: 2015

Language: English
Commentary: True PDF
Pages: 158
Tags: Programming; Java; Minecraft