From 635102097c0c2a22e1650c076e144608fd1d381e Mon Sep 17 00:00:00 2001 From: Alex Lipchenko <69349110+EmblyOne@users.noreply.github.com> Date: Tue, 18 May 2021 15:40:16 +0300 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 +```