You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/config.yml
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,4 +23,10 @@ delay: # Delay after running the command to teleporting
23
23
enabled: false
24
24
time-in-seconds: 5
25
25
cancel-on-move: true
26
-
buffer: 0.5
26
+
buffer: 0.5
27
+
bed-home: #set a home when interacting with a bed
28
+
enabled: true
29
+
allowed-results: #results on interaction with a bed to set a home automatically with. https://jd.papermc.io/paper/1.21.3/org/bukkit/event/player/PlayerBedEnterEvent.BedEnterResult.html
Copy file name to clipboardExpand all lines: src/main/resources/plugin.yml
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -53,14 +53,16 @@ permissions:
53
53
description: allows for setting infinite homes regardless of how many you have set as the max
54
54
children:
55
55
homes.count: true
56
-
homes.reload:
57
-
default: op
58
-
description: allows reloading the config
59
56
homes.commands.list:
60
57
default: op
61
58
description: allows you to list your own homes
62
59
children:
63
60
homes.commands: true
61
+
homes.bed:
62
+
default: op
63
+
description: sets a home at your bed when you interact with it
64
+
children:
65
+
homes.commands: true
64
66
homes.safety.bypass:
65
67
default: false
66
68
description: allows bypassing the safety checks
@@ -69,4 +71,7 @@ permissions:
69
71
description: bypasses the delay for teleportation to homes
70
72
homes.import:
71
73
default: op
72
-
description: this permission does nothing outside of prevent this command from being shown to players, granting the permission to someone will still not allow them to run the command
74
+
description: this permission does nothing outside of prevent this command from being shown to players, granting the permission to someone will still not allow them to run the command
0 commit comments