Difference between revisions of "Talk:Minecraft"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(minecraft: new section)
 
(offline change skin: new section)
Line 47: Line 47:
  
 
  difficulity 0
 
  difficulity 0
 +
 +
== offline change skin ==
 +
 +
C:\Documents and Settings\username\Application Data\.minecraft\versions\1.8.8
 +
open 1.8.8.jar in 7-Zip
 +
 +
minecraft\assets\minecraft\textures\entity
 +
 +
 +
http://www.minecraftforum.net/forums/mapping-and-modding/skins/1217908-how-to-manually-change-your-minecraft-skins
 +
http://www.planetminecraft.com/resources/

Revision as of 16:34, 21 October 2015

minecraft

%appdata%\.minecraft\options.txt

gamma:3.90140843

To get to the .minecraft folder, you can always just open Run from the start menu and type %appdata%\.minecraft\, then click Run. It'll open your minecraft folder.


@p - nearest player
@r - random player
@a - all players
@e - all entities and players

kill @e[type=Creeper,r=20] - will kill all creepers in a 20-block radius


   [name=NAME] — Selects only targets named NAME.
   [name=!NAME] — Selects only targets not named NAME. 
   [type=TYPE] — Selects only targets of the specific entity type.
   [type=!TYPE] — Selects only targets not of the specific entity type. 

difficulty

   peaceful (can be abbreviated as p or 0) for peaceful difficulty
   easy (can be abbreviated as e or 1) for easy difficulty
   normal (can be abbreviated as n or 2) for normal difficulty
   hard (can be abbreviated as h or 3) for hard difficulty


defaultgamemode <mode>

           survival (can be abbreviated as s or 0) for survival mode
           creative (can be abbreviated as c or 1) for creative mode
           adventure (can be abbreviated as a or 2) for adventure mode
           spectator (can be abbreviated as sp or 3) for spectator mode


It's possible as of version 1.4.2 (12w32a) with the /difficulty x server command, where x is a number from 0 to 3:

0 = peaceful
1 = easy
2 = normal
3 = hard 

The setting will be saved across restarts.

difficulity 0

offline change skin

C:\Documents and Settings\username\Application Data\.minecraft\versions\1.8.8 open 1.8.8.jar in 7-Zip

minecraft\assets\minecraft\textures\entity


http://www.minecraftforum.net/forums/mapping-and-modding/skins/1217908-how-to-manually-change-your-minecraft-skins http://www.planetminecraft.com/resources/