2010-09-30 09:13:07 +02:00
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
|
|
|
This plugin requires Hey0's server modification.
|
|
|
|
|
2010-10-03 01:32:20 +02:00
|
|
|
(1) Create a "plugins" folder inside your "bin" folder.
|
2010-10-11 20:31:52 +02:00
|
|
|
(2) Copy WorldEdit.jar, smalljs.jar, and jnbt.jar into plugins/.
|
2010-10-03 01:32:20 +02:00
|
|
|
(3) Add "WorldEdit" to "plugins" in your server.properties file, like so:
|
|
|
|
plugins=WorldEdit
|
|
|
|
If you have multiple plugins, separate plugin names with commas:
|
2010-10-03 02:33:11 +02:00
|
|
|
plugins=AnotherPlugin,WorldEdit
|
|
|
|
|
|
|
|
You may also copy the editscripts/ folder into your bin/ folder so that you
|
|
|
|
can use the provided example EditScripts.
|
|
|
|
|
|
|
|
Configuration
|
|
|
|
-------------
|
|
|
|
|
|
|
|
A worldedit.properties will be created on first run that will let you configure
|
|
|
|
settings for WorldEdit.
|
|
|
|
|
|
|
|
Available settings:
|
2010-10-04 02:47:43 +02:00
|
|
|
* string allowed-blocks: List of allowed blocks that you can use
|
|
|
|
* true/false map-script-commands: True to allow scripts in editscripts/ to be
|
|
|
|
run directly as a command (i.e. /forestgen -> /editscript forestgen)
|