« LWC » : différence entre les versions
Page créée avec « {{:plugins:lwc.png?100}} ====== LWC ====== LWC protège pour vous vos coffres, vos portes, vos fours et tout un tas d'autres choses, c'est selon vos souhaits. Par défa... » |
mAucun résumé des modifications |
||
(17 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
{{ | {{Article à traduire}} | ||
{{Infobox Plugin | |||
| image = LWC Logo.png | |||
| catégorie = Protection | |||
| dev = Hidendra | |||
| bukkit = lwc | |||
| spigot = lwc.2150 | |||
| sources = [https://github.com/Hidendra/LWC Github] | |||
| grade = citoyen | |||
| status = installé | |||
|}} | |||
LWC protège pour vous vos coffres, vos portes, vos fours et tout un tas d'autres choses | LWC protège pour vous vos coffres, vos portes, vos fours et tout un tas d'autres choses. | ||
Par défaut | |||
== Protections automatiques == | |||
Par défaut LWC protège automatiquement les items et blocs qui suivent, et sont les seuls à pouvoir être protégés. | |||
Vous pouvez bien entendu modifiez ces protections. | |||
Les personnes n'ont comprises dans la protection que vous avez faite ne pourront dès lors casser le bloc ni même l'utiliser. | |||
Dans le cas où vous souhaiterez éviter qu'un bloc soit cassé mais qu'il puisse être utilisé de tous, vous devrez rendre sa protection publique. | |||
* Coffre | |||
* Coffre de l'Ender | |||
* Four | |||
* Dispenser | |||
* Panneau | |||
* Porte en bois | |||
* Porte en fer | |||
* Trappe | |||
* Portail | |||
* Chaudron | |||
* Stand d'alchimie | |||
* Table d'enchantement | |||
* Jukebox | |||
* Note block | |||
* Beacon | |||
* Enclume | |||
== Commandes == | |||
{|class="wikitable2" | |||
!'''Commande''' | |||
!'''Alias''' <small>([[SimpleAlias]])</small> | |||
!'''Description''' | |||
!'''Permission''' | |||
|- | |||
|<code>/cpublic</code> | |||
| | |||
| Rendre public un bloc ( incassable mais utilisable par tous ) | |||
|lwc.create.public | |||
|- | |||
|<code>/cprivate [pseudo]</code> | |||
|<code>/cp [pseudo]</code> | |||
|Privatiser un bloc (seulement à votre usage) ou pour plusieurs joueurs en précisant leur pseudo | |||
|lwc.create.private | |||
|- | |||
|<code>/cremove</code> | |||
|<code>/cr</code> | |||
|Retirer toutes les protections | |||
|lwc.remove | |||
|- | |||
|<code>/cmodify [pseudo]</code> | |||
|<code>/cm [pseudo]</code> | |||
|Modifier une protection | |||
|lwc.modify | |||
|- | |||
|<code>/cpassword <mot de passe></code> | |||
| | |||
|Définir un mot de passe | |||
|lwc.create.password | |||
|- | |||
|<code>/cunlock <mot de passe></code> | |||
| | |||
|Retirer le mot de passe | |||
|lwc.unlock | |||
|- | |||
| <code>/cinfo</code> | |||
| | |||
|Obtenir des infos à propos d'une protection | |||
|lwc.info | |||
|} | |||
=== Commandes avancées === | |||
''/ | {|class="wikitable2" | ||
!'''Commande''' | |||
!'''Permission''' | |||
!'''Description''' | |||
|- | |||
|<code>/lwc admin find <pseudo></code> | |||
|Afficher toutes les protections créées par un joueur | |||
|lwc.admin.find | |||
|- | |||
|<code>/lwc admin view <ID></code> | |||
|Afficher l'inventaire d'une protection (coffre, etc) selon son ID | |||
|lwc.admin.view | |||
|- | |||
|<code>/lwc admin forceowner <pseudo></code> | |||
|Changer le propriétaire d'une protection | |||
|lwc.admin.forceowner | |||
|- | |||
|<code>/lwc admin remove <ID></code> | |||
|Retirer une protection grâce à son ID | |||
|lwc.admin.remove | |||
|- | |||
|<code>/lwc admin purge <pseudo></code> | |||
|Retirer toutes les protections d'un joueur | |||
|lwc.admin.purge | |||
|- | |||
|<code>/lwc admin cleanup</code> | |||
|Tenter de nettoyer la base de données | |||
|lwc.admin.cleanup | |||
|- | |||
|<code>/lwc admin version</code> | |||
|Afficher la version actuelle utilisée de LWC et la dernière mise à jour disponible | |||
|lwc.admin.version | |||
|- | |||
|<code>/lwc admin update</code> | |||
|Mettre à jour LWC | |||
|lwc.admin.update | |||
|- | |||
|<code>/lwc admin report</code> | |||
|Afficher le rapport de performance de LWC | |||
|lwc.admin.report | |||
|- | |||
|<code>/lwc admin convert</code> | |||
|Convertir la base de données d'un autre plguin vers LWC | |||
|lwc.admin.convert | |||
|- | |||
|<code>/lwc admin clear</code> | |||
|Retirer toute les protections ou bien leurs permissions | |||
|lwc.admin.clear | |||
|} | |||
=== Permissions détaillées === | |||
'' | {|class="wikitable2" | ||
!'''Permission''' | |||
!'''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. | |||
|} |
Dernière version du 2 mars 2016 à 02:48
Article à traduire Cet article est en partie ou en totalité à traduire, les informations qu'il apporte peuvent être modifiées voire être remplacées. Référez-vous à la catégorie Article à traduire pour voir l'ensemble des pages à traduire.
LWC | ||||
---|---|---|---|---|
![]() | ||||
Plugin | ||||
Catégorie | Protection [edit] | |||
Développeur(s) | Hidendra | |||
Bukkit | lwc | |||
Spigot | lwc.2150 | |||
Sources | Github | |||
Nefald | ||||
Status | installé [edit] | |||
Grade requis | citoyen | |||
Article | ||||
Dernière révision | 2/03/2016 |
LWC protège pour vous vos coffres, vos portes, vos fours et tout un tas d'autres choses.
Protections automatiques
Par défaut LWC protège automatiquement les items et blocs qui suivent, et sont les seuls à pouvoir être protégés. Vous pouvez bien entendu modifiez ces protections. Les personnes n'ont comprises dans la protection que vous avez faite ne pourront dès lors casser le bloc ni même l'utiliser. Dans le cas où vous souhaiterez éviter qu'un bloc soit cassé mais qu'il puisse être utilisé de tous, vous devrez rendre sa protection publique.
- Coffre
- Coffre de l'Ender
- Four
- Dispenser
- Panneau
- Porte en bois
- Porte en fer
- Trappe
- Portail
- Chaudron
- Stand d'alchimie
- Table d'enchantement
- Jukebox
- Note block
- Beacon
- Enclume
Commandes
Commande | Alias (SimpleAlias) | Description | Permission |
---|---|---|---|
/cpublic
|
Rendre public un bloc ( incassable mais utilisable par tous ) | lwc.create.public | |
/cprivate [pseudo]
|
/cp [pseudo]
|
Privatiser un bloc (seulement à votre usage) ou pour plusieurs joueurs en précisant leur pseudo | lwc.create.private |
/cremove
|
/cr
|
Retirer toutes les protections | lwc.remove |
/cmodify [pseudo]
|
/cm [pseudo]
|
Modifier une protection | lwc.modify |
/cpassword <mot de passe>
|
Définir un mot de passe | lwc.create.password | |
/cunlock <mot de passe>
|
Retirer le mot de passe | lwc.unlock | |
/cinfo
|
Obtenir des infos à propos d'une protection | lwc.info |
Commandes avancées
Commande | Permission | Description |
---|---|---|
/lwc admin find <pseudo>
|
Afficher toutes les protections créées par un joueur | lwc.admin.find |
/lwc admin view <ID>
|
Afficher l'inventaire d'une protection (coffre, etc) selon son ID | lwc.admin.view |
/lwc admin forceowner <pseudo>
|
Changer le propriétaire d'une protection | lwc.admin.forceowner |
/lwc admin remove <ID>
|
Retirer une protection grâce à son ID | lwc.admin.remove |
/lwc admin purge <pseudo>
|
Retirer toutes les protections d'un joueur | lwc.admin.purge |
/lwc admin cleanup
|
Tenter de nettoyer la base de données | lwc.admin.cleanup |
/lwc admin version
|
Afficher la version actuelle utilisée de LWC et la dernière mise à jour disponible | lwc.admin.version |
/lwc admin update
|
Mettre à jour LWC | lwc.admin.update |
/lwc admin report
|
Afficher le rapport de performance de LWC | lwc.admin.report |
/lwc admin convert
|
Convertir la base de données d'un autre plguin vers LWC | lwc.admin.convert |
/lwc admin clear
|
Retirer toute les protections ou bien leurs permissions | lwc.admin.clear |
Permissions détaillées
Permission | Description |
---|---|
lwc.protect | The main permission node that should be given to players. It allows players to:
This permission node is also effectively the same as the following permission nodes combined:
|
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. |