This repository has been archived by the owner on Dec 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
``` |