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 ```