Skip to content

Commit 5f91c18

Browse files
authored
Create README.md
1 parent 45d16cf commit 5f91c18

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# UsefulHints for EXILED
2+
3+
![downloads](https://img.shields.io/github/downloads/Vretu-Dev/UsefulHints/total)
4+
5+
### Features:
6+
- Show how much time is left on SCP268
7+
- Set SCP268 Duration Time
8+
- Show when you will look at the face SCP096
9+
- Show the SCP2176 length lockdown
10+
- Shows how many times the Jailbird charge has been used
11+
12+
Minimum Exiled Version: 8.9.8
13+
14+
### Config:
15+
16+
```yaml
17+
UH:
18+
is_enabled: true
19+
debug: false
20+
scp096_look_message: 'You looked at SCP-096!'
21+
scp268_duration: 15
22+
scp268_time_left_message: 'Remaining: {0}s'
23+
scp2176_time_left_message: 'Remaining: {0}s'
24+
jailbird_use_message: 'Jailbird has been used {0} times'
25+
```

0 commit comments

Comments
 (0)