7 lines
228 B
JavaScript
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'))
|
|
})
|
|
}
|
|
|