-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathplugin.yml
65 lines (62 loc) · 2.19 KB
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: SinglePlayerSleep
main: com.github.joelgodofwar.sps.SinglePlayerSleep
version: 1.13_2.13.52
author: JoelGodOfWar(JoelYahwehOfWar)
api-version: 1.13
softdepend: [BloodMoon, bloodmoon-advanced, VentureChat, Essentials, EssentialsX, HexNicks]
commands:
spscancel:
description: Cancels Single Player Sleep. Does not change to day.
usage: /<command>
sleep:
description: Notifies players that player wishes to sleep.
usage: /<command>
dayskip:
description: Notifies players that player wishes to dayskip.
usage: /<command>
sps:
description: Shows SinglePlayerSleep help.
usage: /<command>
spsbloodmoon:
description: Disables sleep during a blood moon, console only.
usage: /<command>
clearrain:
description: Clears rain, when it is not night and there is a rain storm.
usage: /<command>
permissions:
sps.hermits:
description: Allows one player to change the time to day when using a bed. Without clearing local difficulty.
default: true
sps.unrestricted:
description: Allows the player to sleep uninterrupted. Other players will not be able to cancel it.
default: false
sps.downfall:
description: Clears Downfall upon SPS sleep.
default: false
sps.thunder:
description: Clears Thunderstorm upon SPS sleep
default: false
sps.cancel:
description: Allows canceling Single Player Sleep.
default: true
sps.command:
description: Allows player to use the /sleep command, instead of a bed.
default: op
sps.update:
description: Allows the player to check for updates.
default: op
sps.op:
description: Overrides all permissions.
default: false
sps.showUpdateAvailable:
description: Shows player that there is a version update.
default: op
sps.dayskipper:
description: Allows one player to change the time to night when using a bed. Without clearing local difficulty.
default: false
sps.dayskipcommand:
description: Allows player to use the /dayskip command, instead of a bed.
default: op
sps.showCancelledMsg:
description: Allows player to see the player has cancelled sleeping message.
default: true