lwc

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
liki12
Příspěvky: 699
Registrován: 09 úno 2012, 21:24
Reputation: 0

lwc

#1 Příspěvekod liki12 » 26 bře 2012, 15:09

Cau mam plugin lwc sel mi ale kdyz jsem pridal PermissionsEX tak to nezamiká bedny automaticky jak se to nastavi?
93.91.250.110:37076

Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: lwc

#2 Příspěvekod LavorekCZ » 26 bře 2012, 15:46

Přiřadil jsi permissions jednotlivým skupinám ? Config LWC sem dej.
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure

Uživatelský avatar
liki12
Příspěvky: 699
Registrován: 09 úno 2012, 21:24
Reputation: 0

Re: lwc

#3 Příspěvekod liki12 » 26 bře 2012, 15:53

Vim jak to tam dam jen nwm jak to tam mam napsat
93.91.250.110:37076

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: lwc

#4 Příspěvekod nejento » 26 bře 2012, 16:23

Dej sem core.yml do [code][/code]
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

Uživatelský avatar
liki12
Příspěvky: 699
Registrován: 09 úno 2012, 21:24
Reputation: 0

Re: lwc

#5 Příspěvekod liki12 » 26 bře 2012, 17:32

Hrac:
default: true
prefix: '&0[&7Hrac&0]&7 '
suffix: '&f'
permissions:
- modifyworld.*
- iConomy.holdings
- signlift.*
- essentials.spawn
- essentials.portal
- essentials.home
- essentials.sethome
- essentials.back
- essentials.tpa
- essentials.tpadeny
- essentials.tpaccept
- essentials.msg
- essentials.balance
- ChestShop.shop.buy
- chestShop.shop.sell
- ChestShop.shop.create
VIP:
prefix: '&0[&6VIP&0]&6 '
suffix: '&a'
permissions:
- modifyworld.*
- iConomy.holdings
- signlift.*
- essentials.spawn
- essentials.portal
- essentials.home
- essentials.sethome
- essentials.tpa
- essentials.tpadeny
- essentials.tpaccept
- essentials.back
- essentials.balance
- essentials.msg
- ChestShop.shop.buy
- chestShop.shop.sell
- ChestShop.shop.create
93.91.250.110:37076

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: lwc

#6 Příspěvekod nejento » 26 bře 2012, 17:54

Core.yml to je ve složce LWC
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

Uživatelský avatar
liki12
Příspěvky: 699
Registrován: 09 úno 2012, 21:24
Reputation: 0

Re: lwc

#7 Příspěvekod liki12 » 26 bře 2012, 18:10

[list=]# Core configurable options for LWC
core:

# The language LWC will use, specified by the shortname. For example, English = en, French = fr, German = de,
# and so on
locale: en

# How often updates are batched to the database (in seconds). If set to a higher value than 10, you may have
# some unexpected results, especially if your server is prone to crashing.
flushInterval: 10

# LWC regularly caches protections locally to prevent the database from being queried as often. The default is 10000
# and for most servers is OK. LWC will also fill up to <precache> when the server is started automatically.
cacheSize: 10000

# How many protections are precached on startup. If set to -1, it will use the cacheSize value instead and precache
# as much as possible
precache: -1

# If true, players will be sent a notice in their chat box when they open a protection they have access to, but
# not their own unless <showMyNotices> is set to true
showNotices: true

# If true, players will be sent a notice in their chat box when they open a protection they own.
showMyNotices: false

# If true, ops will be considered LWC admins (e.g with a Permissions plugin, considered to have lwc.admin) and thus
# will have very destructive LWC commands.
opIsLWCAdmin: true

# If true, LWC will not log history about protections. If you are using LWC-Economy and this is disabled, you will
# NOT receive refunds for purchased protections
disableHistory: false

# if true, LWC will only allow protections to be created inside of Towns via the Towny plugin
townyBorders: false

# The permission node prefix that is used to match player groups when
# no supported permission plugin is found, e.g group.vip matches the player's group as vip
groupPrefix: 'group.'

# Controls how the updater operates
updater:

# The branch to select updates from
# STABLE or BLEEDING_EDGE
branch: STABLE

# When to retrieve updates
# Either AUTOMATIC or MANUAL
method: AUTOMATIC

# "Fun" options
optional:

# Protections are only active when a player is online.
# So if a player is offline, anyone can access it. If the player is online, it functions normally
onlyProtectWhenOwnerIsOnline: false

# Protections are only active when a player is offline
onlyProtectWhenOwnerIsOffline: false

# Block IDs to automatically blocks from /lwc admin purge, /lwc admin expire, etc.
exemptBlocks: []

# Opt out of the optional metrics tooling
# Available online: http://metrics.griefcraft.com/plugin/LWC/
optOut: false

# Database information for LWC
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.)
protections:
# These values serve as default values for the protections defined under blocks

# If true, the default behaviour will be to BLOCK redstone to protections, and /credstone on (Protection Flag)
# will ALLOW redstone to the protection
# If false, the default behaviour will be to ALLOW redstone to protections, and /credstone on will
# BLOCK redstone to the protection
denyRedstone: false

# Settable to private, public, or off. It defines what protections are registered as when you place them on
# the ground
autoRegister: off

# Used in very specific use-cases: makes LWC ignore block destruction for the given block or all blocks, allowing
# players to remove the block and resulting protection.
ignoreBlockDestruction: false

# If left clicking should be ignored by LWC. An example of this would be to add ignoreLeftClick under a note block
# protection to allow players to play the note block's note, but not change the note (which is done via right click,
# which would be blocked by LWC.)
ignoreLeftClick: false

# If right clicking should be ignored by LWC.
ignoreRightClick: false

# If LWC should ignore explosions to the protection. For example, you could allow Doors to be blown by explosions,
# but not chests.
ignoreExplosions: false

# Creation messages and protection notices will not be shown for this protection
quiet: false

# Current and custom protections are defined here by their block name or id
# If you use the Id, you MUST encase it in quotes, for example (chest):
# '54':
# enabled: true
# The custom protection must also have enabled: true under it for it to function in the world
blocks:
chest:
enabled: true
autoRegister: private
furnace:
enabled: true
autoRegister: private
dispenser:
enabled: true
autoRegister: private
sign:
enabled: true
autoRegister: private
wooden_door:
enabled: true
iron_door:
enabled: true
trap_door:
enabled: true

modes:
droptransfer:
enabled: true
persist:
enabled: true
[/list]
93.91.250.110:37076

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: lwc

#8 Příspěvekod nejento » 26 bře 2012, 20:52

Kód: Vybrat vše

# Settable to private, public, or off. It defines what protections are registered as when you place them on
 # the ground
 autoRegister: off


zkus změnit na

Kód: Vybrat vše

 autoRegister: on
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

Uživatelský avatar
liki12
Příspěvky: 699
Registrován: 09 úno 2012, 21:24
Reputation: 0

Re: lwc

#9 Příspěvekod liki12 » 27 bře 2012, 10:11

nejde oni si to ani nemohou zamknout /lwc -c private nicim :(
93.91.250.110:37076

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: lwc

#10 Příspěvekod nejento » 27 bře 2012, 15:32

On ten příkaz je jinak :D
/cprivate
/cmodify
/cpassword heslo
/cunlock
/cremove
/cpublic

Příkazy /lwc něco jsou hlavně pro adminy
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 46 hostů