====== All about Minecraft ====== If you already own it, download the client software: [[https://minecraft.net/en-us/store/minecraft/?ref=m|minecraft.net]] If you don't own it, you need to create an account, and you need to pay for it. The PC version costs: [[https://minecraft.net/en-us/store/?ref=m|$26.95]] If you want to set up your own Minecraft server, you can download the server file from [[https://minecraft.net/en-us/download/server|https://minecraft.net/en-us/download/server]]. ===== My Team ===== * [[CaveArchitect]] * [[SamuraiBlock]] * [[RougeCrafter]] * [[HollowBlock]] ===== Where does Minecraft get installed? ===== * Minecraft game data really gets installed at %appdata%\.minecraft. * On Windows computers, the game launcher and updater lives in C:\Program Files (x86)\Minecraft ===== Resources ===== ==== Tutorials | How to Play ==== * My own YouTube playlist on [[https://www.youtube.com/playlist?list=PLlQcJMv-wngicZu5Qk2B4ScGLtJ9pFJg5|how to play Minecraft]] ==== Commands & Codes ==== * [[http://www.minecraftforum.net/forums/minecraft-discussion/creative-mode/365638-enchantment-id-list|Enchantment IDs]] * [[https://www.digminecraft.com/game_commands/summon_lightning_bolt.php|Summoning Lightning]] * [[https://www.digminecraft.com/generators/index.php|Command Generator]] * Exceeding level values for enchantments: example: /give @p iron_sword 1 0 {ench:[{id:16,lvl:10}]} ==== Mods ==== * [[https://files.minecraftforge.net/|Minecraft Forge]] - Most common mods require the installation of Minecraft Forge. * [[http://www.minecraftmods.com/|Minecraft Mods]] - has various mods * [[https://mods.curse.com/mc-mods/minecraft|Curse]] - has various mods; provides Curse client to make using mod packs as easy as possible. * [[http://www.planetminecraft.com/resources/mods/|Planet Minecraft mods]] * [[https://www.spigotmc.org/wiki/spigot-configuration/#commands|Spigot Mod configuration]] * [[https://www.spigotmc.org/wiki/spigot-configuration/#commands|Spigot Mod home]] ==== Skins ==== * [[http://www.minecraftskins.com/|MinecraftSkins.com The Skindex]] - biggest selections of community created Minecraft skins * [[http://www.minecraftskins.net/|MinecraftSkins.net]] - another source of skins ==== Texture Packs ==== Texture packs are also known as resource packs. * [[http://www.planetminecraft.com/resources/texture_packs/|Planet Minecraft texture packs]] * [[http://www.minecrafttexturepacks.com/|Minecraft Texture Packs]] * [[https://mods.curse.com/texture-packs/minecraft|Curse Texture Packs]] ==== Minecraft Sites ==== * [[https://www.digminecraft.com/index.php|Dig Minecraft]] * [[https://minecraft.net/|Mojang's Official Minecraft site]] ===== Shortcuts ===== - F3 + H = show item ID in tooltips ===== How to Set Up your own Minecraft Server ===== You can always purchase a hosting service to set up your own Minecraft server from the likes of MCPRO Hosting or many other services like that, but you can just set up your own on a good computer at home for others to connect to if you wish. You can download the server file from: [[https://minecraft.net/en-us/download/server|https://minecraft.net/en-us/download/server]] After you download the file, you can run it using this command line: java -Xmx1024M -Xms1024M -jar minecraft_server.1.11.2.jar nogui If you need the user interface, take out the "nogui" part from the command line. You can get more information about how to set up a Minecraft server at the [[http://minecraft.gamepedia.com/Tutorials/Setting_up_a_server|Minecraft Wiki]]. If you wish to run snapshots, the best way to find and download the latest snapshot is to go to [[https://www.minecraft.net/en-us/|Minecraft News]]. There look for the news about the latest snapshot. Once you get to the appropriate page, you'll find the jar file download for the respective snapshot. ===== Random Tips and Tricks ===== You can give a player unbreakable items by using the following command: /give (yourname) minecraft:diamond_pickaxe 1 0 {Unbreakable:1} In this example, you are giving an unbreakable diamond pickaxe