Cambios

Saltar a: navegación, buscar

LWC

6494 bytes añadidos, 17:43 25 ene 2015
Referencias
[[Categoría:Servidor]]
[[Categoría:Comandos]]
 
<!-- Para darle formato y presentarlo algún día:
 
Permissions (Los permisos que el administrador principal del servidor puede configurar para los diferentes rangos y usuarios)
 
Basic permissions:
 
lwc.protect - Allows the player to create and manage their own protections. It also allows them to use enabled modes and flags.
lwc.mod - Allows the player to open any chest, but not remove them.
lwc.admin - Gives the player absolute power to LWC - this node should be considered dangerous if used incorrectly as this node essentially gives you the right to destroy every protection (and even the block & inventory contents associated with it) in one command!
lwc.deny - Prevents players with this node from interacting with anything LWC can protect. For example, from opening or destroying protected and unprotected chests, furnaces, etc if protectable.
 
 
Node Description
lwc.protect The main permission node that should be given to players. It allows players to:
 
Create and remove their own protections
Viewing the owner of any protection
Setting non-Admin flags and modes
Unlock password-protected chests
 
This permission node is also effectively the same as the following permission nodes combined:
 
lwc.create.*
lwc.modify
lwc.unlock
lwc.info
lwc.remove
lwc.flag.*
 
lwc.deny Prevents players with this node from interacting with anything LWC can protect. For example, from opening or destroying protected and unprotected chests, furnaces, etc if protectable.
lwc.mod Allows the player to open any LWC protection, but does not give them destructive powers such as being able to remove a protection or access to /lwc admin
lwc.admin Gives the player absolute access to LWC. It gives them destructive powers along with the ability to view and remove any protection at will. The player can essentially delete every protection if they are not careful with one command. They also have access to any command under /lwc admin
lwc.shownotices Shows protection notices to the player. For example, when they click on a protection they can access, they will see `Notice: This XXXX is protected by YYY`. This is mainly useful for administrative roles so that you know that a chest you opened is protected by LWC and who it is protected by.
 
Advanced permissions
 
Node Description
lwc.admin.remove Allows the player to remove any protection using /remove or simply destroying the block normally.
lwc.admin.command Aside from lwc.admin.remove, any other lwc.admin permission only gives the command from /lwc admin.
For example, `lwc.admin.cleanup` will give the player access to just /lwc admin cleanup
 
Como se escribe en la sección de ''protections.blocks'' del archivo ''plugins/LWC/core.yml'' los bloques a proteger:
 
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
spruce_door:
enabled: true
birch_door:
enabled: true
jungle_door:
enabled: true
acacia_door:
enabled: true
dark_oak_door:
enabled: true
trap_door:
enabled: true
fence_gate:
enabled: true
spruce_fence_gate:
enabled: true
birch_fence_gate:
enabled: true
jungle_fence_gate:
enabled: true
acacia_fence_gate:
enabled: true
dark_oak_fence_gate:
enabled: true
trapped_chest:
autoRegister: private
enabled: true
 
(Para los estandartes/banderas)
 
standing_banner:
enabled: true
wall_banner:
enabled: true
 
(Para la nueva trampilla de hierro)
 
iron_trapdoor:
enabled: true
 
En servidores con la 1.8.X y el pluging instalado por primera vez ya actualizado no es necesario diferenciar entre trampillas y puertas
 
Más información sin tratar sobre los nodos de configuración de permisos:
 
---------- Permission nodes for LWC ----------
lwc.* - Full administrative access to LWC
lwc.protect - Gives the ability to basic LWC usage (almost everything except LWC admin.)
lwc.admin - Gives you absolutely power over LWC. As an LWC admin, you have no restrictions.
lwc.allcommands - Gives you access to every LWC command. Without lwc.admin or lwc.mod, you cannot open protections you do not own.
lwc.shownotices - Shows LWC notices
lwc.mod - Allows you to open anyone's protection but not remove them
lwc.deny - Denys you access to any block LWC can protect. For example, with this permission set, you cannot open even unprotected chests (if protectable.)
lwc.create.* - Allows you to create every basic protection (public, private, password.)
lwc.create.public - Allows you to create a public protection.
lwc.create.password - Allows you to create a password protection.
lwc.create.private - Allows you to create a private protection.
lwc.modify - Allows you to modify protections you own.
lwc.unlock - Allows you to unlock password-protected protections.
lwc.info - Allows you to view the owner and other misc data on a protection.
lwc.remove - Allows you to remove protections you own.
lwc.flag.* - Gives you access to every usable flag.
lwc.allflags - Gives you access to every usable flag.
lwc.flag.redstone - Allows you to use the redstone flag, which enables or disables the use of redstone on a protection depending on plugin settings.
lwc.flag.magnet - Allows you to use the magnet flag, which makes a protection such as a chest suck up dropped items in a specific radius around it.
lwc.flag.autoclose - Allows a door to automatically close itself after 3 seconds (configurable.)
lwc.mode.* - Gives you access to every usable mode, provided they are already disabled.
lwc.allmodes - Gives you access to every mode, provided they are already disabled.
lwc.mode.persist - Allows you to use the persist flag, which allows you to use commands repeatably.
lwc.mode.droptransfer - Allows you to use the drop transfer flag, which allows you to "drop" items into your chest from far away.
lwc.autoprotect - Allows you to auto protect LWC protections regardless of how LWC is configured
 
-->
Colaborador, Bots, Administradores
10 223
ediciones

Menú de navegación