About
LWC Trust is a trust plugin module for
LWC Extended (LWCX). Conventionally, you are not able to grant a player access to all of your protections instantly -- it must be done manually (with or without persist mode enabled). This can be rather tedious, especially when you actually do want to entrust someone to all of your protections. LWC Trust addresses this by adding a trust command which allows players to grant access to all of their protections whether or not they are actually added to each protection individually.
Usage
Commands
This plugin has one command, which is /trust (or /ctrust). It helps your players manage their protection trusts.
/trust add <players...> - Add players to your trust list.
/trust remove <players...> - Remove players from your trust list.
/trust list - List players in your trust list.
/trust confirm - Confirm trust additions (if enabled in the config).
/trust cancel - Cancel trust additions (if enabled in the config).
Permissions
The plugin's main permission is
lwctrust.trust, which grants access to the /trust command and is given to players by default. You can deny the permission to any groups that shouldn't have access to protection trust features. Sub-command permissions,
lwctrust.trust.add,
lwctrust.trust.remove, and
lwctrust.trust.list can also be individually disabled if desired.
Configuration
There are a couple options in config.yml:
Code (Text):
locale: en
cache-size: 1000
confirm-action: true
locale: Change the language used by the plugin. You can also write a
custom locale if you want more control over how the messages look.
cache-size: The maximum number of cached trust lists. In most cases, I recommend not changing this from the default.
confirm-action: Should players be warned before adding trust, and be required to type /trust confirm (or /trust cancel)?
Help & Support
Plugin doesn't work? First make sure you have downloaded
LWC, as this plugin
requires it in order to function (it's an add-on).
For additional support, either directly post in the
discussion section here on Spigot, or
join us on Discord! Generally questions asked on Discord will be answered much more quickly than on Spigot. DO NOT use the review section to ask for help. If you do so, you will most likely be ignored. Thank you.