Diferencia entre revisiones de «LWC»

Leynaf (discusión | contribs.)
Sin resumen de edición
Leynaf (discusión | contribs.)
 
(No se muestran 6 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
'''LWC''' es un [[plugin]] para la protección de los bloques, como el cofre, hornos, puertas, etc. creado por álguien que se hace llamar Hidendra. Tiene la capacidad de proteger cualquier bloque que se desee, de forma automática o manual. Ya sea para evitar el griefing en un servidor pequeño o para que la gente tenga las cosas a salvo en un gran servidor, siempre es una buena cosa a tener.
'''LWC''' es un [[plugin]] para la protección de los bloques, por defecto, puertas, cofres, hornos, etc., creado por álguien que se hace llamar [https://www.spigotmc.org/resources/authors/hidendra.343/ Hidendra]. Tiene la capacidad de proteger cualquier bloque que se desee, de forma automática o manual. Ya sea para evitar el griefing en un servidor pequeño o para que la gente tenga las cosas a salvo en un gran servidor, siempre es una buena cosa a tener.


También es el plugin de protección de un bloque y su contenido más antiguo y duradero conocido, además es compatible con la última versión de [[Bukkit|bukkit]].
También es el plugin de protección de un bloque y su contenido más antiguo y duradero conocido, además es compatible con la última versión de [[Bukkit|bukkit]] y continua también en [[Mods#Spigot|Spigot]].


== Uso ==
== Uso ==
Línea 143: Línea 143:
  |
  |
/lwc info limits = /lwc -i limits
/lwc info limits = /lwc -i limits
|-
|
{{Anchor|lwc -r modes}}
<code>'''lwc -r modes'''</code>
|
Este comando desactiva cualquier modo activado.
|
/lwc remove modes = /lwc -r modes = /cmodes off
  |}
  |}


Línea 179: Línea 171:
  |
  |
{{Anchor|cpersist}}
{{Anchor|cpersist}}
<code>'''lwc modes persist''' <on|off></code>
<code>'''lwc mode persist''' <on|off></code>
  |
  |
Este comando activa el modo que permite escribir el comando una vez y evitar escribir el comando una y otra vez, pudiendo poner el comando de la protección siguiente cuantas veces se quiera. Para desactivarlo solo hay que introducir <code>/cpersist off</code>, <code>/lwc modes persist off</code> o salirse del servidor.
Este comando activa el modo que permite escribir el comando una vez y evitar escribir el comando una y otra vez, pudiendo poner el comando de la protección siguiente cuantas veces se quiera. Para desactivarlo solo hay que introducir <code>/cpersist off</code>, <code>/lwc remove modes</code>, <code>/lwc mode persist off</code> o salirse del servidor.
  |
  |
/cpersist = /lwc -r persist
/cpersist = /lwc -r persist
Línea 201: Línea 193:
<code>/lwc -p droptransfer off</code><br/>
<code>/lwc -p droptransfer off</code><br/>
<code>/lwc -p droptransfer status</code>
<code>/lwc -p droptransfer status</code>
|-
|
{{Anchor|lwc remove modes}}
<code>'''lwc remove modes'''</code>
|
Este comando desactiva cualquier modo activado.
|
/cmodes off = /lwc -r modes
  |-
  |-
  |
  |
Línea 438: Línea 438:
[[Categoría:Servidor]]
[[Categoría:Servidor]]
[[Categoría:Comandos]]
[[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
-->