- Building Minecraft Server Modifications(Second Edition)
- Cody M. Sommer
- 283字
- 2021-07-30 09:52:17
What this book covers
Chapter 1, Deploying a Spigot Server, instructs readers how to download and set up a Minecraft server that runs on Spigot, which includes the forwarding of ports to allow other players to connect. In this chapter, common server settings and commands are explained as well.
Chapter 2, Learning the Bukkit API, introduces Bukkit by teaching how to read its API documentation. In this chapter, common Java data types and Bukkit classes are discussed.
Chapter 3, Creating Your First Bukkit Plugin, guides readers through installing an IDE and creating a simple "Hello World" Bukkit plugin.
Chapter 4, Testing on the Spigot Server, discusses how to install a plugin on a Spigot server as well as simple testing and the debugging of techniques.
Chapter 5, Plugin Commands, instructs how to program user commands into a server plugin by creating a plugin called Enchanter.
Chapter 6, Player Permissions, teaches how to program permission checks in a plugin by modifying Enchanter. This chapter also guides readers through installing a third-party plugin called CodsPerms.
Chapter 7, The Bukkit Event System, teaches how to create complex mods that use event listeners. This chapter also helps readers learn by creating two new plugins, namely NoRain and MobEnhancer.
Chapter 8, Making Your Plugin Configurable, teaches readers program configuration by expanding MobEnhancer. This chapter also explains static variables and communication between classes.
Chapter 9, Saving Your Data, talks about how to save and load program data through the YAML file configuration. This chapter also helps create a new plugin called Warper.
Chapter 10, The Bukkit Scheduler, explores the Bukkit Scheduler while creating a new plugin called AlwaysDay. In this chapter, Warper is also modified to incorporate scheduled programming.
- VMware View Security Essentials
- 程序員修煉之道:程序設(shè)計入門30講
- PostgreSQL Cookbook
- MySQL數(shù)據(jù)庫管理與開發(fā)(慕課版)
- C/C++程序員面試指南
- 利用Python進行數(shù)據(jù)分析
- iOS自動化測試實戰(zhàn):基于Appium、Python與Pytest
- Mastering Backbone.js
- Creating Data Stories with Tableau Public
- HTML+CSS+JavaScript編程入門指南(全2冊)
- JavaScript悟道
- Google Maps JavaScript API Cookbook
- Python 3.6從入門到精通(視頻教學(xué)版)
- 微軟辦公軟件認證考試MOS Access 2013實訓(xùn)教程
- 小學(xué)生C++編程課堂(新手篇)