Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zzzeek/pycon2014_atmcraft_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ATMCraft

This is a Bukkit plugin for Minecraft; See http://bukkit.org/.

Where are the Bukkit DL's!!?!?

These folks are really cagey about the actual releases of Bukkit/Craftbukkit, so here's the links:

http://dl.bukkit.org/downloads/bukkit/

http://dl.bukkit.org/downloads/craftbukkit/

Building

Decent tutorial on build environments for Bukkit / Maven:

http://wiki.bukkit.org/User:Sagacious_Zed/Maven_Plugin_Tutorial

To build:

mvn package

To install, copy target/AtmCraft.jar to the plugins/ directory where CraftBukkit is running.

Using the correct Bukkit Version

Look at the verison of the "bukkit" artifact ID in pom.xml to see the specific version of Bukkit this is built against, the CraftBukkit version in use should match. For example, "<version>1.7.2-R0.2</version>". To use a new Bukkit version, upgrade this version number. Maven should know to go out to the repository listed in <repositories> and get the new .jar file, which will then be deposited as an "artifact", which on my system is at "~/.m2/repository/org/bukkit/bukkit/".

Server

The plugin runs within the CraftBukkit server, but illustrates calling out to another server which is written in Python. That server is the "ATMCraft" server, available at:

https://bitbucket.org/zzzeek/pycon2014_atmcraft/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages