LWC Upravené zamykání !
Napsal: 31 srp 2012, 09:24
JDE ZAMYKAT: 
Rozhodl jsem se napsat Návod Na LWC teda nwm jestli to je pravda ale Kolují se věci že LWC není Bezpečné ale nevym Ja ho používam Již ROK a Nic semi nestalo ! Plus ktomuto návodu Dávám Upravený Config.
I. Instalace
1.Stahneme http://dev.bukkit.org/server-mods/lwc/
2. Poté přejdeme do Control Panelu na WebFTP, nebo si FTP otevřeme (což doporučuji) v Total Commanderu či FilleZille
návod k připojení na FTP přes Total Commander najdete zde: http://www.fakaheda.eu/view.php?cisloclanku=2006040011
3. Nyní přejdeme do složky /plugins, kde vložíme soubor LWC.jar
4.Nyní restartujeme server v Control Panelu
II. Konfigurace
1.Na FTP najdete složku LWC ve které jsou soubory:

2.Teď přejdeme k nastavení souboru core.yml a upravíme ho takto:
3.Nastavíme Jazyk ! CZ , SK Nebo jaky chcete !
4.Je tu možnost Připojit K MySQLC
5.A teď mužeme nastavit Jaké Věci budeme Zamykat Já Jsme si již Dovolil Připsat Více Věcí !
Pokud nechcete aby jse Automaticky Zamykaly Změňte toto:
Na:
III. Uprava
Pokud chcete aby jse Iron Door Zamknute nedaly Otevírat řiďte se Instrukcemi.
1.Na FTP najdete složku LWC ve které jsou soubory:

2.Teď přejdeme do souboru doors.yml a upravíme ho takto:
Před:
Na:
JDE ZAMYKAT:
Pokud bude někde chyba určitě ji napište do komentářů a já jí opravím.

Rozhodl jsem se napsat Návod Na LWC teda nwm jestli to je pravda ale Kolují se věci že LWC není Bezpečné ale nevym Ja ho používam Již ROK a Nic semi nestalo ! Plus ktomuto návodu Dávám Upravený Config.
I. Instalace
1.Stahneme http://dev.bukkit.org/server-mods/lwc/
2. Poté přejdeme do Control Panelu na WebFTP, nebo si FTP otevřeme (což doporučuji) v Total Commanderu či FilleZille
návod k připojení na FTP přes Total Commander najdete zde: http://www.fakaheda.eu/view.php?cisloclanku=2006040011
3. Nyní přejdeme do složky /plugins, kde vložíme soubor LWC.jar
4.Nyní restartujeme server v Control Panelu
II. Konfigurace
1.Na FTP najdete složku LWC ve které jsou soubory:

2.Teď přejdeme k nastavení souboru core.yml a upravíme ho takto:
Spoiler: zobrazit
3.Nastavíme Jazyk ! CZ , SK Nebo jaky chcete !
Kód: Vybrat vše
# The language LWC will use, specified by the shortname. For example, English = en, French = fr, German = de,
# and so on
locale: cz
4.Je tu možnost Připojit K MySQLC
Kód: Vybrat vše
database:
# The database adapter to use, for example sqlite (default) or mysql
adapter: sqlite
# This is strictly for SQLite only and should be left alone. When changing to MySQL and this is left intact,
# LWC will automatically convert your protections from SQLite to MySQL
path: 'plugins/LWC/lwc.db'
# The MySQL host. You can specify a non-default port (3306) by adding :port, e.g host: 'localhost:3307'
host: 'localhost'
# The database LWC should use to store data (not necessary for SQLite)
database: 'lwc'
# The username LWC should use to connect to the server with (not necessary for SQLite)
username: ''
# The password LWC should use to connect to the server with (not necessary for SQLite)
password: ''
# The prefix for LWC tables. For example, a prefix of 'lwc_' will make
# the protections table show up as lwc_protections
prefix: 'lwc_'
# The protections nodes allows you to define, remove and modify which blocks LWC is allowed to protect
# This means that you could make any block you want protectable, or remove existing protectable blocks
# (e.g trap doors, etc.)
5.A teď mužeme nastavit Jaké Věci budeme Zamykat Já Jsme si již Dovolil Připsat Více Věcí !
Kód: Vybrat vše
blocks:
chest:
enabled: true
autoRegister: private
ender_chest:
enabled: true
autoRegister: private
furnace:
enabled: true
autoRegister: private
dispenser:
enabled: true
autoRegister: private
sign:
enabled: true
autoRegister: private
wooden_door:
enabled: true
autoRegister: private
iron_door:
enabled: true
autoRegister: private
trap_door:
enabled: true
autoRegister: private
fence_gate:
enabled: true
autoRegister: private
brewing_stand:
enabled: true
autoRegister: private
enchantment_table:
enabled: true
autoRegister: private
bed:
enabled: true
autoRegister: private
lever:
enabled: true
autoRegister: private
jukebox:
enabled: true
autoRegister: private
workbench:
enabled: true
autoRegister: private
note_block:
enabled: true
autoRegister: private
stone_button:
enabled: true
autoRegister: private
Pokud nechcete aby jse Automaticky Zamykaly Změňte toto:
Kód: Vybrat vše
enabled: true
Na:
Kód: Vybrat vše
enabled: false
III. Uprava
Pokud chcete aby jse Iron Door Zamknute nedaly Otevírat řiďte se Instrukcemi.
1.Na FTP najdete složku LWC ve které jsou soubory:

2.Teď přejdeme do souboru doors.yml a upravíme ho takto:
Před:
Kód: Vybrat vše
doors:
# Enable the opening of Iron Doors when you click on them
enabled: true
# If true, double doors will open, presuming they are both protected
# and you can access both
doubleDoors: true
# Actions:
# toggle: the door will just open if it's closed, or close if it's opened. Will not auto close.
# openAndClose: the door will automatically close after <interval>. If it was already opened, it will NOT re-open.
#
action: toggle
# The amount of seconds after opening a door for it to close. No effect if openAndClose name is not being used.
interval: 3
Na:
Kód: Vybrat vše
doors:
# Enable the opening of Iron Doors when you click on them
enabled: true
# If true, double doors will open, presuming they are both protected
# and you can access both
doubleDoors: false
# Actions:
# toggle: the door will just open if it's closed, or close if it's opened. Will not auto close.
# openAndClose: the door will automatically close after <interval>. If it was already opened, it will NOT re-open.
#
action: toggle
# The amount of seconds after opening a door for it to close. No effect if openAndClose name is not being used.
interval: 3
JDE ZAMYKAT:

Pokud bude někde chyba určitě ji napište do komentářů a já jí opravím.