Files
lucasdpt 0129d81bd4 fix eol
2026-06-14 02:07:47 +02:00

7 lines
228 B
JavaScript

if (Platform.isLoaded("hyperbox")) {
BlockEvents.rightClicked("hyperbox:hyperbox",event => {
event.server.tell(Text.red('Hyperboxes will be removed on version 6.0+, please move to Compact Machines'))
})
}