minor changes to docs
This commit is contained in:
commit
eddaa2f8b1
2 changed files with 4 additions and 3 deletions
|
@ -140,7 +140,8 @@ If you would like to contribute source code and/or documentation changes please
|
|||
|
||||
[![Travis Build Status](https://api.travis-ci.org/walterhiggins/ScriptCraft.png)](http://travis-ci.org/walterhiggins/ScriptCraft)
|
||||
|
||||
# Bukkit Configuration (You can ignore this if usng CanaryMod)
|
||||
# Bukkit Configuration
|
||||
## (You can ignore this if usng CanaryMod)
|
||||
|
||||
ScriptCraft also works with Bukkit Plugin and uses the Bukkit Configuration
|
||||
API. On first loading, ScriptCraft will create a config.yml file in
|
||||
|
|
|
@ -62,7 +62,7 @@ easy addition of 'Mods' and extensions to Minecraft. ScriptCraft is a
|
|||
difficult but CanaryMod makes it easy. Follow these steps to
|
||||
Install ScriptCraft on your computer...
|
||||
|
||||
1. [Download and install CanaryMod][dlcm] (choose either Recommended, Beta or Development) . Then follow the [CanaryMod
|
||||
1. [Download and install CanaryMod][dlcm] then follow the [CanaryMod
|
||||
Installation Instructions][cmadmin].
|
||||
|
||||
2. Start the CanaryMod server, then once it has started up, stop it
|
||||
|
@ -132,7 +132,7 @@ If you don't already know Javascript, don't worry, you'll learn a little
|
|||
about Programming and Javascript along the way. You've set up a
|
||||
Minecraft server and are ready to connect ...
|
||||
|
||||
1. Launch Minecraft (keep the Bukkit Command window open).
|
||||
1. Launch Minecraft.
|
||||
2. Click 'Multi-Player'
|
||||
3. Click 'Add Server'
|
||||
4. Type any name you like in the name field then type `localhost` in the
|
||||
|
|
Reference in a new issue