forked from mjmcguire/Levelcraft
-
Notifications
You must be signed in to change notification settings - Fork 0
Testing
cryxli edited this page Apr 13, 2012
·
3 revisions
- Get all the plugin and all modules of the release
- Get the CraftBukkit version compatible with the release
- Get a Minecraft client compatible with the release
- Create a new folder /Server
- Copy CraftBukkit to /Server
- Open console and point it to /Server
- Run java -jar craftbukkit-version.jar
- Let the server create its default config
- Let server create a new world
- STOP server
- Copy the plugin/modules to the /Server/plugins folder
- Start the server
- CHECK: Does ExpCraft core start without exceptions
- CHECK: Do all the modules start without exceptions
- Start the client and connect
- CHECK: Can the client connect to the server
From within the client
- Issue /lvl command
- CHECK: List of available commands
From within the client
- Jump
- CHECK: No exceptions
- /lvl dx
- CHECK: XP > 0
From within the client
- Hit a tree to collect a log
- CHECK: No exceptions
- /lvl w
- CHECK: XP > 0
From within the client
- Hit drit to collect it
- CHECK: No exceptions
- /lvl d
- CHECK: XP > 0
From within the clinet
- Make a Workbench
- Make a Wooden Pickaxe
- Mine Cobble or Stone
- CHECK: No exceptions
- /lvl m
- CHECK: XP > 0
- Create a Stone Pickaxe
- Use Stone Pickaxe while < lv5
- CHECK: Warning shows up
- Get to lv5 (usually 1.5 Wooden Pickaxes)
- Use stone Pickaxe
- CHECK: No warning.