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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,9 @@ Block:
79
79
# Setting it to false means on all stages of the game the event will be cancelled.
80
80
# Setting it to true means only while IN_GAME the event will be cancelled.
81
81
Check: true
82
+
# Should all interactions with interactive materials such as doors / buttons / fences / redstone be blocked during ingame
83
+
# Full list see https://github.com/CryptoMorin/XSeries/blob/e84000a2bead7367d893cf8661f8d5432116adaa/core/src/main/java/com/cryptomorin/xseries/XTag.java#L2793
84
+
Interact: false
82
85
83
86
84
87
# Enable this option when you're using MySQL, otherwise it won't work.
0 commit comments