diff --git a/README.html b/README.html index 8e21943cf..df5652614 100644 --- a/README.html +++ b/README.html @@ -92,7 +92,7 @@ h3 {
  • Install the plugin: Copy WorldEdit.jar into your Bukkit server's "plugins" directory. Create the folder if it doesn't exist.
  • Install the bundled scripts Optional: Copy the "craftscripts/" folder into your root folder. These add additional functionality through JavaScript scripts. You also need to download and install Rhino to use these.
  • Change the configuration: Run your server once (with WorldEdit) and then edit the config.yml file that is generated inside "plugins/WorldEdit". Use /worldedit reload in the console to reload the configuration.
  • -
  • Setup permissions: Visit the WorldEdit wiki to learn the permissions. However, if you're new to WorldEdit, you may not know what permissions to give, so first add * to play with WorldEdit.
  • +
  • Setup permissions: Visit the WorldEdit wiki to learn the permissions. However, if you're new to WorldEdit, you may not know what permissions to give, so give worldedit.* to play with WorldEdit.
  • For Single Player Commands

      @@ -100,24 +100,12 @@ h3 {
    1. Install WorldEdit: Copy WorldEdit.jar into your ".minecraft/bin" folder. Do not put WorldEdit.jar into minecraft.jar.
    2. Install the bundled scripts Optional: Copy the "craftscripts/" folder into your ".minecraft" folder. These add additional functionality through JavaScript scripts. You also need to download and install Rhino to use these.
    -

    Be sure to:

    -

    Introduction

    -

    WorldEdit is pretty powerful and it may take some time to fully grasp exactly what it can do, but fortunately, there's a comprehensive wiki and quick start guide to get you started. Before you get into that though, you may want to become familiar with WorldEdit's navigation aids:

    - -

    However, you can also, using a compass, left click to move to the place that you are looking at, and right click to pass through the immediate wall (/jumpto and /thru, respectively).

    Learning WorldEdit

    The best three ways to getting to know WorldEdit are:

      @@ -128,7 +116,7 @@ h3 {

      Additionally, some users have made some introductory videos.

      Remember that WorldEdit has a history. Use //undo to undo and //redo to redo. If you have limited RAM, be sure to clear your history with /clearhistory after large operations.

      Warning: The history in the Bukkit version of WorldEdit is reliable, but in Single Player Commands, not all commands can be undone!

      -

      Other Features

      +

      Highlighted Features

      WorldEdit is largely an in-game map editor where you define areas and modify them, but it has a lot of extra tools that many are unfamiliar with. Once you've mastered the core features, be sure to check out these extras:

      Snapshots

      Snapshots allow you to restore a cuboid from a backup (even from a .zip). The obvious way to use this is to select a damaged region and use //restore to load the region from a backup. However, sometimes you may want to rollback your world to an older backup but hook WorldEdit's snapshots to the corrupt world (in the opposite way), allowing you to reverse restore. See snapshots.

      @@ -140,13 +128,13 @@ h3 {
    1. maze.js generates mazes
    2. roof.js creates pyramids to cover a region
    3. -

      Tools

      +

      Brushes and Tools

      WorldEdit has "tools" that you can "bind" to an item that you are holding. You can, for example, bind the /repl wood tool so that every time you right click with, say for example, a wooden sword, the block you right click becomes wood. You can also use the /tree tool to generate trees instantly. See the tools page.

      Getting Help

      If you need help with WorldEdit, two good places to go are:

      Contributing

      WorldEdit is entirely open source! You can download all of the plugin code to learn from it, modify it for your own self, or even contribute back!