From 0eb1113bb99b586f0df28bedc5ef4c46194e16d9 Mon Sep 17 00:00:00 2001 From: G-Man <69349110+EmblyOne@users.noreply.github.com> Date: Sat, 25 Sep 2021 10:12:17 +0300 Subject: [PATCH] Update README.md --- README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 41c3bc4..9d91cfb 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,11 @@ Ultimate Cuffing - it is a good plugin for your server with that class can cuff # 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 + cuffedteams: + - CDP + - TUT + - SCP + - MTF + - CHI ```