Monday, December 23, 2013





These are all of my minecraft skins
Here is mine Firestar


Saturday, October 5, 2013

List of bukkit plugins:

http://dev.bukkit.org/bukkit-plugins/...



Little face tool:


Thursday, August 15, 2013

# -*- coding: iso-8859-15 -*-

#########
#+-----+#
#|Hello|#
#+-----+#
#########

import sys
import time
sys.stdout.write("Hello! How are you doing today?\n\n")
sys.stdout.flush()
answer = raw_input("\033[1;31;40mIm doing \033[0;38;40m")
if(answer.lower() == "great" or answer.lower() == "great!"):

sys.stdout.write("\n\033[1;32;40mGood for you!\033[0;38;40m\n")
elif(answer.lower() == "good" or answer.lower() == "good!"):

sys.stdout.write("\nMe too!\n")
elif(answer.lower() == "awesome" or answer.lower() == "awesome!" or answer.lower() == "awesome!!" or answer.lower() == "awesome!!!"):

sys.stdout.write("\n\033[1;34;40mP\033[1;36;40mA\033[1;31;40mR\033[1;33;40mT\033[1;32;40mY\033[1;35;40m!\033[0;38;40m\n")
elif(answer.lower() == "terrible" or answer.lower == "terrible..."):

raw_input("\n\033[0;33;40mWhat happened?\n\033[1;31;40mWhat happened was that \033[0;38;40m")
sys.stdout.write("\n\033[1;32;40mI hope it gets better...\033[0;38;40m\n")
elif(answer.lower() == "sad" or answer.lower() == "sad..."):
sys.stdout.write("\033[1;33;40mPlay a game! \033[3;35;40mhttp://www.games.com\033[0;38;40m\n")
elif(answer.lower() == "smart" or answer.lower() == "smart."):
sys.stdout.write("\033[0;35;40mΠ = 3.14159265358979323846264338327950288419716...\033[0;38;40m\n")
else:
print("\033[0;31;40mNot a valid answer, sorry. Case Insensitive!\033[0;38;40m")
sys.stdout.flush()

Python code (WIP)
Suggestions on code template:

THING TO TYPE outputs OUTPUT

Colors are allowed, posts on uploaded code will come after every 3 comments.
This is python code!


FlightRay: ISO i hate iso's

Thursday, June 13, 2013

Apply for member rank:

In addition from friend, you have to meet me in a real place, and we have to get to know each other, and your age.

Apply for friend rank:

Comment with email, MC username, and top 5 things to do in free time.

Saturday, June 8, 2013

Saturday, March 23, 2013

Play Free Rider 3 on Kano Games

Play Free Rider 3 on Kano Games: Free Rider 3 is the long awaited sequel to Free Rider 2! Find out why over 100 million players have driven this BMX rider to his death in the most addictive bike game of all time. Play thousands of community created tracks or draw your own track!

Monday, January 14, 2013

Wednesday, January 9, 2013

Cool! make this a js file!


function APP(){var i = 0;
               function LOLOL(){
 // loop
 while(i == 0){
   // Get your email
  var me = Session.getActiveUser().getEmail();
  // Get the number of emails unread
  var count = GmailApp.getInboxUnreadCount(me);
  // If there is more than five, send inportant email
  if (count > 5){
    GmailApp.sendEmail(me, 'inbox', 'READ THE UNREAD EMAILS!');
  }
   sleep(60000)
}
              }
       }