« LWC » : différence entre les versions
De Nefald Wiki
Autres actions
Aucun résumé des modifications |
|||
(5 versions intermédiaires par 2 utilisateurs non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
{{Article à traduire}} | |||
{{Infobox Plugin | {{Infobox Plugin | ||
| image = LWC Logo.png | | image = LWC Logo.png | ||
| catégorie = Protection | | catégorie = Protection | ||
| dev = Hidendra | | dev = Hidendra | ||
| spigot = lwc-extended.69551 | |||
| spigot = lwc. | |||
| sources = [https://github.com/Hidendra/LWC Github] | | sources = [https://github.com/Hidendra/LWC Github] | ||
| grade = citoyen | | grade = citoyen | ||
| status = | | status = | ||
|}} | |}} | ||
Ligne 85 : | Ligne 85 : | ||
|Obtenir des infos à propos d'une protection | |Obtenir des infos à propos d'une protection | ||
|lwc.info | |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. | |||
|} | |} |