Stránka 1 z 1

WE - omezeni

Napsal: 14 srp 2012, 23:48
od Welton123
PODPIS

Ahoj, chci se zeptat jak omezit aby pomoci WE nesel setnout,replacnout atd..¨a aby neslo vetsi misto jak 50 blocku pokud je mozno.


bedrock
diamond_block
diamant
zlato
zelezo
gold_block
iron_bloc
lapis_block
aj. drahe kovy/blocky

CONFIG:

Spoiler: zobrazit

Kód: Vybrat vše

#
# 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
    expiration: 10

butcher:
       butcher-default-radius: -1

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

Re: WE - omezeni

Napsal: 14 srp 2012, 23:56
od Sejsel

Kód: Vybrat vše

limits:
    max-blocks-changed:
        default: -1 //MAX MNOŽSTVÍ NASTAVENÝCH BLOKŮ - NASTAVIT :)
        maximum: -1 //MAX MNOŽSTVÍ NASTAVENÝCH BLOKŮ - NASTAVIT :)
    max-radius: -1
    max-super-pickaxe-size: 5
    max-brush-radius: 5
    disallowed-blocks: [6, 7, 14, 15, 16, 22, 26, 27, 28, 29, 39, 31, 32, 33, 34, 36, 37, 38, 39, 40, 42, 41, 46, 50, 51, 56, 57, 59, 69, 73, 74, 75, 76, 77, 81, 83]


Ty další zakázané bloky jsou většinou bloky, které můžou udělat velké množství lagů při nesprávném použití - pochodně, saplingy...

Re: WE - omezeni

Napsal: 14 srp 2012, 23:59
od Welton123
super, diky a skupine musim tedy dat worldedit.set atd.. ?


V mém případě takto ? :-)

Kód: Vybrat vše

default: 50 //MAX MNOŽSTVÍ NASTAVENÝCH BLOKŮ - NASTAVIT :)
maximum: 50 //MAX MNOŽSTVÍ NASTAVENÝCH BLOKŮ - NASTAVIT :)

Re: WE - omezeni

Napsal: 15 srp 2012, 00:07
od Sejsel
Jo, jo. Btw, takhle může nastavit jen 50 bloků najednou. POkud ti to tak vyhovuje, nech to tak.

//LOCK - na žádost autora.