-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
executable file
·82 lines (72 loc) · 2.02 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
jfCraft/0.33
============
Yet another implementation of the MineCraft game.
Written in Java.
Includes 0% Minecraft source or resources.
Uses the Faithful Texture pack (x32).
http://faithfulpack.net
Is not compatible with the official game in anyway.
The server includes a VoIP push to talk (PTT) communications system.
Controls:
---------
A/S/D/W = move character
SPACE = jump
LEFT_CTRL = run
LEFT_SHIFT = sneak
E = inventory
RIGHT_CTRL = talk (if PTT enabled)
T = type message (chat)
C = toggle creative mode (if enabled)
R/F = fly up/down when in creative mode (no clipping)
mouse = look around
B1 = use item in hand
B2 = use block / hold up shield
wheel = select item
1-9 = select item
Q = drop item
Commands:
---------
/give me item [count]
- Gives you an item
/tp x y z
- Teleports you
/time tick
- Sets current time in ticks (0=midnight 6000=6am 18000=6pm etc)
/healme
- "Heal me I am in need of assistance" - Palley
- Restores all your health and hunger
/clear
- Empties your inventory
/fill x1 y1 z1 x2 y2 z2 block
- fills area with block
/spawn entity
- spawns entity within your area
/export x1 y1 z1 x2 y2 z2 filename
- exports area to a blueprint
/import x1 y1 z1 filename [mx | my] [r90 | r180 | r270]
- import a blueprint
Downloading:
------------
Windows installer is available at http://jfcraft.sourceforge.net
Assets:
-------
You can override assets by placing them in %APPDATA%\.jfcraft\assets
Compiling:
----------
jfCraft is built on top of JavaForce, so check it out first:
git clone https://github.com/pquiring/javaforce.git
Then checkout jfCraft within it:
git clone https://github.com/pquiring/jfcraft.git javaforce/games/jfcraft
Compile Javaforce and it's native libraries (see javaforce/readme.txt)
cd javaforce
ant
cd javaforce\native\windows
ant
Then build jfCraft.
cd javaforce\games\jfcraft
ant
This is alpha software so please do not open bug requests.
Thanks.
By : Peter Quiring ([email protected])
Web : http://pquiring.github.io/jfcraft
Source : https://github.com/pquiring/jfcraft