diff --git a/README.md b/README.md index cd8a298..41c3bc4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # UltimateCuffing Ultimate Cuffing - it is a good plugin for your server with that class can cuff the hands of their class. For example: Class-D can cuff Class-D's hands. + +# Plugin's Config +```yaml +UltimateCuffing: +# Whether or not this plugin is enabled + is_enabled: true + # Can class-d cuff class-d? + classd: true + # Can Scientists cuff scientists? + rsc: true + # Can Mobile Task Force cuff Mobile Task Force? + mtf: true + # Can Tutorial cuff Tutorial? + tutorial: true + # Can Chaos Insurgency cuff Chaos Insurgency? + chaos: true +```