We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d16cf commit 5f91c18Copy full SHA for 5f91c18
README.md
@@ -0,0 +1,25 @@
1
+# UsefulHints for EXILED
2
+
3
+
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