This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.

17 lines
551 B
Markdown
Raw Permalink Normal View History

2018-12-28 08:51:22 -06:00
# CoderDojoEVVMinecraftExample
2018-12-28 11:50:45 -06:00
Project written to learn and demonstrate how to do Minecraft plugins for Coder Dojo in Evansville, Indiana.
2018-12-28 11:50:45 -06:00
Notes:
pom.xml is a configuration file which automatically downloads the .jar binaries of bukkit and spigot.
2018-12-28 11:50:45 -06:00
Java code is located in /src/main/java/com/hyperling/minecraft/coderdojotest/.
Plugin exports are located in /target/.
2018-12-28 11:06:05 -06:00
2018-12-28 11:50:45 -06:00
Link to development setup and coding tutorial:
2018-12-28 11:06:05 -06:00
https://bukkit.gamepedia.com/Plugin_Tutorial
Guide on running a Minecraft server:
https://bukkit.gamepedia.com/Setting_up_a_server