Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-04 18:40:06 +01:00
28 Zeilen
743 B
Plaintext
28 Zeilen
743 B
Plaintext
Installation
|
|
------------
|
|
|
|
Bukkit:
|
|
|
|
1. Create a "plugins" folder inside your server folder.
|
|
|
|
2. Copy WorldEdit.jar into "plugins".
|
|
|
|
3. Restart your server.
|
|
|
|
You may want to copy config.yml into plugins/WorldEdit/config.yml
|
|
(you will have to create that folder). Edit it to fit your needs.
|
|
|
|
hMod:
|
|
|
|
1. Create a "plugins" folder inside your "bin" folder.
|
|
|
|
2. Copy WorldEdit.jar into "plugins".
|
|
|
|
3. Add "WorldEdit" to the "plugins" line of your server.properties file.
|
|
If it's not already there, add the line. The line should look like this:
|
|
|
|
plugins=WorldEdit
|
|
|
|
If you have multiple plugins, separate plugin names with commas.
|
|
Do NOT place jnbt.jar into server.properties.
|