Call us toll free:
Top notch Multipurpose WordPress Theme!
Call us toll free:

Adventures in Minecraft Pt. 3…DMCA? What!


Here’s what we know:

  • Adventures in Minecraft works on a teacher computer! Yay!
  • Adventures in Minecraft doesn’t work on the student computers! Boo!
  • Adventures in Minecraft does work with Minecraft Edu!
  • I need to build a Bukkit server compatible with MinecraftEdu 1.7. Gulp!

Creating a Bukkit server is a new challenge that I’m up for, so let’s get started.

Okay, I needed to download Bukkit…easy! I started by reading the directions. I know, imagine that! Reading the directions first. Who the heck does that. I created the required folders and searched for a Bukkit server. My Google search led me to http://bukkit.org/. I skimmed a few forum posts, read how to set up a server, making my way to the BukkitWiki where I found a link to the downloads (http://dl.bukkit.org/downloads/bukkit/A).

 

Screen Shot 2015-01-14 at 9.50.54 AM

 

Alright, I’m on a roll. I click on the info for a few versions to learn about the differences. I finally located the version I needed and clicked the download button. And what do I see…

 

Screen Shot 2015-01-14 at 9.51.03 AM

 

WHAT! Confused, I do another Google search in hopes of finding the download elsewhere. But wait, this is the OFFICIAL Bukkit site!?! What’s going on? So, I read the DMCA notification and found this:

 

Screen Shot 2015-01-14 at 9.51.10 AM

So, this guy, Wesley Wolfe is claiming copyright on the Bukkit server. Alright then, I’ll go to his site to get the download. Highlight and copy the GitHub url…paste and we’re good! Right?

 

Screen Shot 2015-01-14 at 9.57.30 AM

 

 

I hit the GitHub page and skim the repositories. Several Bukkit options, so I dig in. I start with Bukkit-Bleeding. I skim through and stop at the Read Me…again with the reading thing, I know! As I read on I see…

 

Screen Shot 2015-01-15 at 9.59.35 PM

 

Ummm…did I miss something? The GitHub site is leading me back the to Bukkit site, which has a DMCA prohibiting the download of the Bukkit server files because of Wesley Wolfe’s claim on the Bukkit server.

Running into a dead end, I went back to the GitHub site to look at the other repositories. Oooh! CraftBukkit! That’s it! I click on CraftBukkit ready for my download!

 

Screen Shot 2015-01-14 at 10.01.28 AM

Really! How is this possible! Can you DMCA your own files? Even more confused, I clicked on the notice and see:

Screen Shot 2015-01-14 at 10.23.44 AM

On first glance I was quite confused by the fact that this person (presumably) had DMCAed his own work, but I notices the “source” is the Bukkit-Bleeding repository. I spent some time digging through the files in the Bukkit-Bleeding repository, but couldn’t find a simple .jar file to download and I don’t know how to create one myself. So, time for option two…CanaryMod.

 

 

 

Adventures in Minecraft Pt. 1…Maybe


At the beginning of December my coaching partner and I were busy planning Hour of Code activities. During our planning I had the opportunity to dig deeper into Python and really enjoyed my learning journey. This journey got me thinking about how I could teach an elective on Python during the next session, so I started researching ideas, projects and resources geared toward middle school student.

advInMCEduAnd what did I find? Well, the holy grail of programming electives…Adventures in Minecraft! I came across this book thinking that it could have some fun ideas for my after school MinecraftEdu class. You know, build ideas, challenges, other fun things to keep the kiddos focused. Turns out its WAY MORE that fun things to build in MCEdu, it’s about how to use Python to program Minecraft! Whoa…wait…what…? You can do that? You can actually program things in Python and have something happen IN Minecraft! I was hooked. I bought the book then and there, tossed aside the work I should have been doing and began learning how one programs Python!

As I began reading the book and downloading files from the companion website I had a sudden realization that all this may be for naught. Why, you ask? Because I am using MinecraftEdu and work in a school. Nothing every works the “way it’s supposed to” in a school. I proceeded anyway determined that it would work, one way or another! As I continued along I found that this book, published in November 2014, was already out of date (as is often the case with techie books). The book is based on Minecraft 1.6 and I’m on 1.7 MCEdu! Ugh! This isn’t going to be easy.

Skip to Friday morning…I knew my work computer was still set up for MinecraftEdu 1.6, so I downloaded and installed the necessary files to my laptop while the Chapter 1 how-to video guided me through the process. Adventures in Minecraft folder saved to the desktop, Python downloaded, Bukkit server up and running! We’re a go! With all of the setup completed, I becan my first Python program for Minecraft! Here it is!

First Python Minecraft Program

Here what is, you say? Right there, in the chat! I made that happen…WITHOUT typing it into the chat window! Okay, so that may not seem so impressive, but every programmer starting a new language must start with a Hello world! script!

With the knowledge that I could program Minecraft on a school computer as a teacher, I set off to the computer lab to see if a student could do the same. Fingers crossed!