Building Minecraft Server Modifications, 2/e(Paperback)

Cody M. Sommer

  • 出版商: Packt Publishing
  • 出版日期: 2015-12-18
  • 售價: $1,370
  • 貴賓價: 9.5$1,302
  • 語言: 英文
  • 頁數: 158
  • 裝訂: Paperback
  • ISBN: 178588302X
  • ISBN-13: 9781785883026
  • 下單後立即進貨 (約3~4週)

商品描述

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

About the Author

Cody M. Sommer graduated from SUNY Brockport with a bachelor's degree in computer science. During his time in college, he practiced his Java techniques by writing code for Bukkit plugins. The Bukkit project provided Cody with a fun way to develop software and continue to learn new things. After a few years, Cody authored the first edition of Building Minecraft Server Modifications in order to share his knowledge with the world. To this day, he creates new and exciting plugins for Minecraft servers. Cody has developed public plugins that are available for download, such as PhatLoots. He is also a private developer for servers such as ProspectMC. He even makes custom plugins for Minecraft events, which are hosted by him at his local library.

Table of Contents

  1. Deploying a Spigot Server
  2. Learning the Bukkit API
  3. Creating Your First Bukkit Plugin
  4. Testing on the Spigot Server
  5. Plugin Commands
  6. Player Permissions
  7. The Bukkit Event System
  8. Making Your Plugin Configurable
  9. Saving Your Data
  10. The Bukkit Scheduler