On holidays from Monday the 30th January until Sunday 26th February. I will not be responding to PMs, posts or emails throughout this time.
Preview
Watch the video for a brief look at Single Player Commands.
A more thorough look at the mod is available here:
Release Details
MCP Compatibility - Click Here for more information
Version 3.1.1
Bug fixes! And MCP kit release
Fixed WorldEdit bug with reaching distance
Fixed /flymode minecraft - can now ascend and descend
Added custom colours to the sign command, that means you can colour your signs
in Single Player!
How to use:
/sign [add|edit] "Line 1 - No colours..." "&4Line 2 - Red text" "&5Line 3 - &6Multicolour!"
Available colours are here: http://www.minecraft...col#Color_Codes
Please note that &k is random - but only one random colour per line is generated.
Version 3.1
New Installer! See this video for more information:
New Commands:
pick [QUANTITY] - Command which gives you the blocks you point at
binditem <MOUSEBUTTON {COMMAND}> - Binds a mouse button to a command when the specified item is in hand
unbinditem [all] - Unbinds the currently selected items bindings, or all bindings
invrotate [line|item] - Rotates your inventory hotbar with the next line. You can rotate just a single item or the whole line
invstore <save <NAME>|load <NAME>|list> - Loads or saves your current inventory to file
creeper <explosion [enable|disable]> - Enables or disables creeper explosions
sign <add|edit> ["LINE1"] ["LINE2"] ["LINE3"] ["LINE4"] - Allows placing and editing of signs without a GUI
Existing Command changes:
gamemode toggle
hardcore toggle
hunger [enable/disable] - Added ability to disable/enable hunger - no more starving!
spawned entities go to where you are pointing (applicable for /spawn and /spawnstack)
enable/disable weather - Allows you to turn weather permanently off and enable it again if needed.
Bug Fixes:
WorldEdit no longer has a bug when mouse block positions aren't hit
spawn list was fixed
several other incremental improvements
For more information on commands use /help <COMMANDNAME>
QWERTY Keyboard KeyCodes:

Special thanks to trunksbomb for providing this keycodes image.
trunksbomb said:
Macros will be located in your .minecraft/mods/sppcommands/macros/ folder.
All macros must be in .txt format to work.
To write a macro, simply type each command on a new line. For an example testmacro.txt:
/give 1 64 /health infinite
This will give you 64 stone and set your health to infinite when you type /macro testmacro. Be sure to leave off the .txt extension when you are using the command in game.
You can also specify parameters to use in the commands. A parameter is denoted as a "$_" followed by a number. $_0 is reserved for the macro itself, do not use this. To change our testmacro to take a parameter, we might do this:
/give 1 $_1 /health $_2
To properly use this macro, you must specify the parameters $_1 and $_2 when you type the command. So, for example, we might type /macro testmacro 64 20. This will give us 64 stone blocks, and set our health to 20.
If a command takes multiple parameters, you can specify each one as a paramater in the macro file. For example, one command is /maxstack [item|all] [QTY], which changes the stack size of the specified item (if none specified, defaults to item in hand). If all is a parameter, changes the max stack of all items.
So we might change our macro to this:
/maxstack $_1 $_2
Granted this isn't a very good macro (one line macros are generally useless), but it works. You can specify /macro testmacro 323 64, which will change the max stack of item 323 (signs) to 64. It's not just limited to numbers though. Remember, one parameter of the /maxstack command is 'all'. So if we type /macro macrotest all 64, this works too, and changes the max stack of all items to 64.
When using macros, keep in mind that some parameterized commands can still work if you leave off the parameters, such as the /replenish command. This absence of parameters carries over to macros, and might not give the expected results if you're not careful. Take for example our latest macro, which has two parameters: $_1 and $_2. If you only specify one of those parameters, the macro will always interpret the parameter you did specify as the item parameter. Just keep that in mind when using macros (and all commands, for that matter).
And to demonstrate the power of this feature, take armor.txt:
give $_1 sword 1 give $_1 helmet 1 give $_1 chestplate 1 give $_1 leggings 1 give $_1 boots 1 give bow 1 give arrow $_2 give cooked porkchop 1 give cooked porkchop 1 give cooked porkchop 1 give cooked porkchop 1 health max
Where /macro diamond 32 will outfit you with a full set of diamond armor and 32 arrows.
Use /help <COMMANDNAME> to find out information about normal commands. For example - /help world
The Spotlight
Periodically I will put up a picture and video which I think are good representations as to what Single Player Commands is capable of. If you would like to get your picture or video featured here please send me a link (via PM or post) and if I like them they will get featured.
Note: Videos should focus on SPC and can be any length (preferably at least 30 seconds) so long as they contain quality content. They should also be on youtube so they can be embedded in the forum.
Picture in the Spotlight by AtomicPaperclip

Video in the Spotlight by mandydax
Command List
Stuck on a command, confused or just looking for something new? Check out http://www.youtube.com/user/spcmod for a simple demo of most of the commands this mod provides.
To bring up the command "console" type 'T' then type in the command. Below is a brief run through of the command list:
- Normal Commands
achievement <list|unlock> - Allows you to list or unlock all achievements
alias <NAME> <COMMAND> {ARGS} - Allows you to assign an alias to one or more words
ascend - Moves you to the next platform above your position
atlantis - Toggles atlantis mode on/off
biome - Tells you what biome you are currently in
bind <KEYCODE> <COMMAND> {COMMANDPARAMS} - Binds a command to a keyboard button.
bindid <ID> <COMMAND> {ARGS} - Binds a command to a keyboard key using the key id
binditem <MOUSEBUTTON {COMMAND}> - Binds a mouse button to a command when the specified item is in hand
bring [ENTITY] - Brings the specified entity to you.
cannon [STRENGTH] - Shoots a primed TNT in the direction you are pointing.
calc - Calculator command
chest <drop|get|fill|swap|clear> - Allow access of chests
clear - Clears the console
clearwater - Toggles water clarity on/off
climb - Allows the player to climb any surface without a ladder
clone [QUANTITY] - Clones the NPC which you are looking at
config <setglobal [reset]> - Allows you to set the global configuration file as your current configuration
confusesuicide - Makes mobs attack one another
creeper <explosion [enable|disable]> - Enables or disables creeper explosions
criticalhit [enable|disable] - Allows you to turn critical hits always on/off
clouds [enable|disable] - Allows you to turn clouds on/off via command
cyclepainting - Cycles through the painting which you are pointing at
damage - Turns player damage on/off
defuse [all] - Defuses any TNT nearby which has been hit, drops 1 tnt in its place
descend - Moves you to the next platform below your position
destroy [all] - Destroys the current item
difficulty <LEVEL> - Sets the difficulty to the specified level (0-3)
drops - Turns item drops on/off, having them turned off will make the game run a little bit faster, and also stop your inventory from filling.
dropstore - This command transfers everything in your inventory into a chest that it creates next to you.
duplicate [all] - Duplicates and drops the currently selected item stack
effect <list|remove TYPE|add TYPE [DURATION] [STRENGTH]> - Configures potion effects on the player
enchant <list|remove|add TYPE [LEVEL]> - Enchants the currently selected item
enderman pickup [enable|disable] - Enderman command to enable/disable block pickup
explode [SIZE] - Sets off an explosion in your current location.
exterminate [SIZE] - KillNPC with style, kills the NPC you are pointing at
extinguish|ext [all] - Puts out all nearby fire (or all fire)
falldamage - Turns fall damage on/off
feed <QTY> - Adds the specified quantity to your food bar
firedamage - Turns fire damage on/off
flammable <BLOCK> [CATCH] [SPREAD] - Sets the specified block at the flammability level
fly [SPEED] - Allows you to turn flying mode on/off, speed specified your flying speed
flymode <dynamic|standard|minecraft|reset> - Allows you to specify which flying mode to use
fog [tiny|small|normal|far] - Changes the render distance
freecam - Allows you to freecam around the map
freezecam - Freezes the players camera at the current location
freeze - Freezes mobs so that they cannot move or attack you
gamemode <creative|survival|1|0> - Changes the World game mode to creative or survival
goto <NAME> - Goto a waypoint
grow [all] - Grows all saplings/wheat on the map.
hardcore [enable|disable] - Configures the world to be in hardcore mode or not
heal <HEALTH> - Heals a player the specified number of points
health <min|max|infinite> - Sets the health of a player to pre-defined figures
help [COMMAND] - Gives general help when COMMAND isn't specified, gives specific help when COMMAND is specified. Same as /h
helmet [ITEM] [QTY] [DAMAGE] - Specifies the helmet the player wears
home – Teleport to spawn point
hunger <empty|full|infinite|enable|disable> - Sets your hunger level to predefined figures
infiniteitems - Toggles infinite items on/off
invrotate [line|item] - Rotates your inventory hotbar with the next line. You can rotate just a single item or the whole line
invstore <save <NAME>|load <NAME>|list> - Loads or saves your current inventory to file
instantkill - Instantly kills any NPC you hit
instantmine - Turns instant mining on/off
instantplant [grow] - Instantly plants saplings into the ground, if grow is specified the tree will when instantly grow
item <ITEMCODE|ITEMNAME> [QUANTITY] [DAMAGE] – Gives player item, if quantity isn’t specified maximum amount of that item. Same as /give and /i
itemdamage - Turn item damage on/off. This means you will never have to repair an item again
itemname - Use this command to discover the itemname and ID of your currently selected item.
itemstack <ITEMID|ITEMNAME> [QUANTITY] - Gives the player the specified quantity of maximum item stacks of the item.
jump - Moves you from where you are to where your mouse is pointing. Note: This command is buggy and may put you in the block you move to.
keepitems - Turn this on and you will keep your items when you die.
kill – Kills the current player
killall <ENTITYTYPE> - Kills all of the specified entity type, this will destroy ALL entities (paintings, minecarts, etc) unless specified otherwise.
killnpc [all|monster|animal] - Kills all living creatures nearby.
light - Turns permanent lighting on and off
listwaypoints - Lists all waypoints. Same as /l
longerlegs - Makes your legs longer so you can walk up 1 block high
macro <edit|create|dir|folder|delete|list|FILENAME {PARAMS}> - Runs a macro
maxstack [ITEMID|ITEMNAME|all] [STACKSIZE] - Configures the maximum stack size of that item between 1 and 64.
mobdamage - Mobs cannot give you damage
moveplayer <DISTANCE> <DIRECTION> - Moves the player the specified distance (in blocks) in the specified direction, (neswup)
msg <MESSAGE> - This commands adds a message to the console.
music [play|pause|skip|stop|VOLUME] - Requests a music track to be played, there is a limitation of at MAX 2 tracks per day. Set the volume by specifying VOLUME.
noclip - Turns no clip on/off.
output - This just toggles SPC messages on/off, useful for macros/scripts.
phelp [COMMAND] - Provides help for plugins
pick [QUANTITY] - Command which gives you the blocks you point at
platform - Puts a glass square under your feet
plugin <list|enable [MODNAME]|disable [MODNAME]|dlist> - Lists all loaded plugins and also allows you to enable/disable plugins
pos – Gives current player position. Same as /p
ralias <NAME> - Removes the specified alias
reach <DISTANCE|reset> - Sets the player reach distance.
refill [all] - Re-stocks your items in your inventory to the maximum ammount
rem <NAME> - Removes the specified waypoint
removedrops [all] - This command removes item drops from the world.
rename <COMMANDNAME> <NEWNAME> - Allows you rename a command to a new name
repair [all] - Repairs the currently selected item to full health
repeat - Repeats the last used command (useful command to bind)
reset - Resets the player settings
resize [1080p|720p|480p|setdefault [WIDTH]|<HEIGHT>] - Resizes the Minecraft window, no arguments sets it to default
reskin <FILENAME> - Reskins the NPC which you are pointing at to the specified skin
return - Moves the player to the last position before teleport
ride - Allows you to ride any NPC which you point at
sc <FILENAME> - Added scripting support (more information coming soon)
search <SEARCHTERM> - Allows you to search for items using a name
set <NAME> - Mark a waypoint on the world
setjump [JUMP|reset] - Sets the height that you jump. Note: Turns fall damage off if the jump is configured to move than 1.
setspawn [<X> <Y> <Z>] – Set the current position as the spawn point, if X Y Z are specified sets that position as spawn point
setspeed [SPEED|reset] - Sets the speed that the player moves
sign <add|edit> ["LINE1"] ["LINE2"] ["LINE3"] ["LINE4"] - Allows placing and editing of signs without a GUI
skin <USERNAME> - Change your players skin to ANY minecraft player
slippery <BLOCK> [SLIPPERYNESS] - Makes the specified block slippery, default is 0.6
spawn <NAME|ID|random|list> [QTY] - Allows you to spawn an individual creature.
spawner <TYPE> - Changes the mob spawner the player is pointing at
spawnportal - Spawns a portal nearby the player
spawnstack <NAME|ID|list|random> - Spawns the specified creature a few blocks away from your current position (use "/spawn list" to get a list of creature names and codes).
sprinting [enable|disable] - Turns sprinting always on
stackcombine - When run combines all of the same stack types into the same stack
stacklimit - Turns stack limiting on/off
startup <COMMAND> {ARGS} - Specifies a command to run on startup
superheat [all] - Turns items which are furnace-able into their furnaced form
superpunch [DISTANCE|reset] - Hit that NPC with a punch like no other
tele <X> <Y> <Z> - Teleport to X Y Z coordinates. Same as /t
textcolor <<normal|error> <0-f|random>>|<setrandom COLORS> - Allows you to configure output text colors
time [set|get|day|night [minute|hour|day [TIME]]|speed SPEED] - Set and get the time within minecraft.
timeschedule <reset | <TIME1> <TIME2>> - Sets a period of time (HH:MM format), this will make minecraft always within this time.
unbind <KEYCODE|all> - Unbinds the specified key from a command.
unbindid <ID> - Unbinds a command from a keyboard key using the key id
unbinditem [all] - Unbinds the currently selected items bindings, or all bindings
update <enable|disable> - Turns update checking on/off
useportal <normal|nether|end|PORTAL> - Instantly transfers you to the nether, use it again to go back.
waterdamage - Turns water damage on/off
weather <lightning|thunder|rain|enable|disable> - Toggles weather on/off
world <load|save|seed|new|exit|list|backup> - Allows you to explicitly, have control over your world.
world load <FILENAME> - Loads the specified FILE, this allows you to play ANY save on your computer, not just World1-5, and can have any name
world save - Explicitly saves your game then returns to it
world seed [SEED] - Allows you to see and change the seed of the map, so it will generate custom terrain
world new [FILENAME] [SEED] - Creates a new map at the specified location
world exit - Lets you exit a game without saving (perfect from when a creeper blows something up)
world list - Lists all the saves which you can load from ".minecraft/saves"
world backup - Allows you to backup your current world into .minecraft/backup
xp <add QTY|get|set XP> - XP (player experience) related commands
- WorldEdit Commands
For a list of WorldEdit commands please visit the WorldEdit wiki page: http://wiki.sk89q.co...dEdit/Reference
For WorldEdit updates please visit the forum thread: http://www.minecraft...p?f=25&t=156902
Item and Block Codes
Item Codes are the same as SMP. For a reference you can refer here:

Downloads
- Current Downloads
I have organised the downloads section and added a "preferred download" link. This link is what I would like everyone to use as it gains me a small amount of income which helps pay for my bills and such. If you feel that I don't deserve this money, feel free to use the mirror download, but it is only 5 seconds of your time and it has taken me hundreds of hours to write this free mod for you.
Automated InstallerClick here for installation instructions
Preferred Download: Download V3.1.1 [1.1.0]
Alternate Download: Download V3.1.1 [1.1.0]
Classic Download
Preferred Download: Download V3.1.1 [1.1.0]
Alternate Download: Download V3.1.1 [1.1.0]
Previous Downloads
For Minecraft V1.0.0
Download V3.0.1 [1.0.0] - Manual Installer Automater Installer
For Minecraft BETA V1.9 pre5
Download V2.13 [1.9 pre5 BETA] - Manual Installer Automater Installer
For Minecraft BETA V1.8.1
Download V2.12.1 [1.8.1 BETA] - Manual Installer Automater Installer
For Minecraft BETA V1.7.3
Download V2.11.1 [1.7.3 BETA] - Manual Installer Automater Installer
Download V2.10_2 [1.7.2 BETA]
For Minecraft BETA V1.7.2
Download V2.10_1 [1.7.2 BETA]
For Minecraft BETA V1.6.5 and V1.6.6
Download V2.9_1 [1.6.6 BETA]
For Minecraft BETA V1.6.4
Download V2.9 [1.6.4 BETA]
For Minecraft BETA V1.5_01
Download V2.8_2 [1.5_01 BETA]
For Minecraft BETA V1.4_01
Download V2.7_2 [1.4_01 BETA]
Download V2.6_2 [1.4_01 BETA]
For Minecraft BETA V1.4
Download V2.6_1 [1.4 BETA]
For Minecraft BETA V1.3_01
Download V2.5_1 [1.3_01 BETA]
Download V2.4 [1.3_01 BETA]
Download V2.3_01 [1.3_01 BETA]
For Minecraft BETA V1.2_02 (may also work on V1.2 and V1.2_01 BETA)
Download V2.2 [1.2_02 BETA]
Download V2.1 [1.2_02 BETA]
Download V2.0 [1.2_02 BETA]
Download V1.9_02 [1.2_02 BETA]
For Minecraft BETA V1.1_02
Download V1.8 [1.1_02 BETA]
Download V1.7 [1.1_02 BETA]
Download V1.6 [1.1_02 BETA]
Download V1.5_01 [1.1_02 BETA]
Download V1.4 [1.1_02 BETA]
For Minecraft BETA V1.0.2
Download V1.3 [1.0.2 BETA]
For Minecraft ALPHA V1.2.6
Download V1.2 [1.2.6 ALPHA]
Download V1.1 [1.2.6 ALPHA]
Download V1.0 [1.2.6 ALPHA]
- Plugins
Plugin Contents:
[list]Paint for Minecraft 1.7.3
Path for Minecraft 1.7.3
WorldEdit
WorldEdit GUI
Paint v1.1 by trunksbomb
(download)
The paint plugin allows you to paint any block, including mod-added ones. Enable paint mode, and left-click to replace the clicked block with the block you're painting, or right-click to place a new copy of the block you're painting (just like placing blocks from your inventory).
To enable: /paint <BLOCK_ID | BLOCK_NAME> <DMG>
To disable: /paint
For a look at the paint plugin in action visit:
http://www.youtube.c...h?v=xOQesQtDS4Y
Path by simo_415
(download)
The Path plugin allows you to create a path of a specified block and size below your feet, as well as tunneling out above the path to leave room to walk. See this video for more information: http://www.youtube.c...h?v=HSRJSFRCIfs
To enable: /path <BLOCK_ID> [size]
To disable: /path
WorldEdit by sk89q
(included in SPC)
WorldEdit is a massive mod for SMP, ported to singleplayer for use with SPC. Check out WorldEdit commands on its Wiki.
WorldEdit GUI by lahwran
(download and more information)
This plugin adds an in-game GUI to WorldEdit so that you can see where you have selected your region. Go have a read of the mod for a much better explanation of its capabilities, what it does and some screenshots.
For more information, view the video:
http://www.youtube.c...h?v=TkjYMS5htc8
"Functionality" means the left and right clicking functionality included in the mod.
Note: Really big creatures like Ghasts or Ogres from Mo' Creatures will have giant "mini spinning versions" inside the mob spawner that often exceed the size of the mob spawner. This is not under my control.
Installation Instructions
Automated Installation
1. Double click the .JAR file to run it. Note that if double clicking the file doesn't open it you can also run it from command line/console/terminal as described below:
-Open command line (Windows) /console (Unix/Linux) /terminal (MAC)
-Navigate to where the installer is, for example it might be:
cd C:\Users\Example\My Documents\Downloads
-Type in the following: java -cp <DOWNLOADNAME> com.sijobe.installer.Installer
Where <DOWNLOADNAME> is the name of the .JAR file, ie: SinglePlayerCommandsV2.11.jar
2. Once the installation screen is up verify that the filepath that is displayed is
pointing to where Minecraft is installed.
3. Click the Install button and the installation will start, a popup message will
appear when the installation is finished.
Backup MCJAR - Allows you to backup the Minecraft.jar at the click of a button
Backup Worlds - Allows you to backup all your worlds at a click of a button
Note: Both backup methods put the backups into, .minecraft/backups
Manual Installation
1. Go to the ".minecraft/bin" directory and backup minecraft.jar
2. Using 7zip or equally capable archive viewer open minecraft.jar
3. Delete the META-INF folder (if on a MAC *only* delete the Mojang_c files)
4. Copy ALL the ".class" files contained within the mod to minecraft.jar, replacing the existing files.
5. Close minecraft.jar
6. Copy ALL the ".jar" files contained within the mod to the ".minecraft/bin" directory (the same directory as minecraft.jar). This means copy WorldEdit.jar into ".minecraft/bin" NOT into Minecraft.jar
7. Enjoy the mod.
Windows Help:
Alternate: http://www.youtube.c...h?v=P339g_ib6pY
MAC Help:
Alternate: http://www.youtube.c...h?v=LInGjC28G2U
Further installation help for MAC users: Click Here.
Further installation help to Windows users: Click Here
MyCraft Installation
If you would like to install this mod with MyCraft here is a simple video you can follow for details regarding this.
Troubleshooting
If after installing this mod you get a black screen or stuck at done loading. There are four common problems for this, please double check all of these before posting a problem about a black screen:
1. META-INF wasn't deleted.
2. You have a conflicting mod installed.
3. You are using the browser version of Minecraft, only the standalone version works.
4. You installed the mod on the wrong version of Minecraft.
You're on a Mac - Many Macs can't handle Java files compiled in 1.6.X. Try this guide to get mods compiled in Java build 1.6.X to run under a Mac or this video http://www.youtube.c...h?v=odcYUjEXTpw. If the first links don't work or aren't applicable try this.
Game black screens while loading - You forgot to delete META-INF or you left out some class files. Double check that you've got all the class files from the mod by redownloading the latest version and dragging all class files over to minecraft.jar.
Chat Window doesn't show up - Check that the SPC welcome message appears when you start a World, if it doesn't you haven't installed the mod correctly. Make sure all .class files in the mod are put into Minecraft.jar. Otherwise post in this thread.
If you don't get an error log, but instead the game completely crashes without a warning: We can tell you what we think is happening, but that isn't necessarily what is happening. If our suggestions don't help, follow the instructions in this guide and post the error log that you get. For our sakes, please enclose the error log in code tags.
If, when attempting this on Windows, you get an error that tells you "java is not recognized as an internal or external command", that means that you don't have Java set up properly in your environment variables. Follow the instructions here for setting your environment variable.
NOTE: Always make sure that your copy of Java is up to date. At the very least, get the most up-to-date version of Java for your OS from the official Java download page.
If you have a problem not mentioned here, or the solutions don't work for you, then be as detailed as possible in your post. Include:
When the game crashes
If there is an error log, copy and paste that here
Your OS
Your version of Java
Other mods installed
Thanks to Trunksbomb for the troubleshooting section.
Compatibility
ModLoader IS compatible with this mod V1.4 and above.
Xau's patcher is compatible with this mod V2.0 and above.
SDK's mods are compatible with this mod V2.0 and above.
ShockAhPI compatibility with this mod V2.10_2 and above.
PlayerAPI compatibility available here
All other major mods *should* work, let me know if otherwise.
Known Issues
/skin It keeps the Mojang cape or ears (if the previous skin had them) when you reset your skin with the reset parameter. Use /skin YourUsername to force the cape or ears to go away.
/ride may crash the game if bound to a key
MCP Compatibility
Single Player Commands and MCP are now compatible using this provided download. Please note that you must be using the SAME version of MCP as is specified otherwise it may not work. Please read the readme contained within the download for detailed instructions on how to setup and use SPC with MCP. If you wish to create an SPC plugin it is now possible to do within MCP simply by downloading and installing this, please be sure to follow the readme instructions.
SPC 3.1.1 for MCP 5.6 Download Now
SPC 3.0.1 for MCP 5.0 Download Now
SPC 2.12.1 for MCP 4.4 Download Now
SPC 2.11.1 for MCP 4.3 Download Now
SPC 2.9_1 for MCP 3.3 Download Now
SPC 2.9_DEV for MCP 2.12: Download Now
Installer
The installer used with Single Player Commands is free open source software and available to anyone to use. The project home page is located here: https://code.google.com/p/mci/
If you would like to see more mods using this installer I would recommend you contact the owners and ask them to provide a download with it included.
Special Thanks
These are the people who deserve special thanks for help with SPC:
trunksbomb - Active thread user and helped develop some commands for this mod
sk89q - Big help in porting WorldEdit into SPC
dark_messiah - Help with the wiki
Emperor Penguin - Created the banners
303 - Contributed a bunch of commands to the mod, and always suggesting new things =)
Need a server to join?

Advertise Single Player Commands
Emperor Penguin was kind enough to create these banners for the mod. Feel free to include this in your signature.

[url=http://www.minecraftforum.net/index.php?showtopic=94310&view=findpost&p=1464349][img]http://i.imgur.com/rifZD.png[/img][/url]

[url=http://www.minecraftforum.net/index.php?showtopic=94310&view=findpost&p=1464349][img]http://i.imgur.com/srPYg.jpg[/img][/url]
License
This document is Copyright ©(2011) of simo_415 (hereafter referred to as "The Owner") and is the intellectual property of The Owner. Only Minecraftforum.net is able to host any of The Owner's material without the consent of The Owner. It may not be placed on any other web site or otherwise distributed publicly without advance written permission. (Electronic mail is acceptable as long as you wait for a response.)
Donate
Feel like motivating me to add in more features and fix existing bugs or just feel like saying thank you? Even a small contribution I will greatly appreciate!

Help













