Bukkit WorldEdit Plugin KEINE CONFIG :(

10/11/2011 22:19 kayme'#1
Heey.

als ich das Plugin WorldEdit auf mein Server machen wollte kam im Ordner plugins/WorldEdit keine config...

Hat einer eine Lösung?
10/12/2011 07:08 pr-Hosting#2
Hast du die aktuellste World Edit Version?
Wenn ja gebe mal allen Ordnern besonders den Plugin Ordner und den World Edit Ordner 775 Rechte.


MFG

pr
10/12/2011 07:26 Netsky'#3
Deinstallieren und neuinstallieren.
Dann müsstest du die WE config haben.
10/12/2011 13:33 WW96#4
Aktuelle version? Von Bukkit und World edit?
10/12/2011 13:35 Kentika#5
neu installieren :P
10/12/2011 18:31 False#6
Frage seit wann hat Worldedit eine Config Datei und wofür brauchst du die o.O ?
10/12/2011 19:29 kayme'#7
@false

Ka bin N00b :D Wurde mir jedenfalls empfohlen WorldEdit zu nehmen...

Ich habe Bukkit 1.8.1

Quote:
Originally Posted by Netsky' View Post
Deinstallieren und neuinstallieren.
Dann müsstest du die WE config haben.
Was Genau deinstallieren und neu installieren?
10/12/2011 20:54 False#8
Quote:
Originally Posted by kayme' View Post
@false

Ka bin N00b :D Wurde mir jedenfalls empfohlen WorldEdit zu nehmen...

Ich habe Bukkit 1.8.1



Was Genau deinstallieren und neu installieren?
Normal erstellt sich keine Config, also wofür brauchst du die bzw wo ist dein Problem?
10/13/2011 09:25 Achileus#9
Kenn das problem einfach hier das nehmen und WorldEdit tuhen

erststell im Worldedit ordner eine config.yml und mach das rein



Code:
#
# WorldEdit's configuration file
#
# About editing this file:
# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
#   you use an editor like Notepad++ (recommended for Windows users), you
#   must configure it to "replace tabs with spaces." In Notepad++, this can
#   be changed in Settings > Preferences > Language Menu.
# - Don't get rid of the indents. They are indented so some entries are
#   in categories (like "max-blocks-changed" is in the "limits"
#   category.
# - If you want to check the format of this file before putting it
#   into WorldEdit, paste it into http://yaml-online-parser.appspot.com/
#   and see if it gives "ERROR:".
# - Lines starting with # are commentsand so they are ignored.
#

limits:
    max-blocks-changed:
        default: -1
        maximum: -1
    max-radius: -1
    max-super-pickaxe-size: 5
    max-brush-radius: 5
    disallowed-blocks: [6, 7, 14, 15, 16, 26, 27, 28, 29, 39, 31, 32, 33, 34, 36, 37, 38, 39, 40, 46, 50, 51, 56, 59, 69, 73, 74, 75, 76, 77, 81, 83]

use-inventory:
    enable: false
    allow-override: true

logging:
    log-commands: false
    file: worldedit.log

super-pickaxe:
    drop-items: true
    many-drop-items: false

snapshots:
    directory:

navigation-wand:
    item: 345
    max-distance: 100

scripting:
    timeout: 3000
    dir: craftscripts

saving:
    dir: schematics

history:
    size: 15

wand-item: 271
shell-save-type: 
no-double-slash: false
no-op-permissions: false
debug: false

# See http://wiki.sk89q.com/wiki/WorldEdit/Permissions/Bukkit
permissions:
    groups:
        default:
            permissions:
                - /reloadwe
                - /worldeditselect
    users:
        sk89q:
            permissions:
                - /worldedit
                - /reloadwe