Files
ATM10/minecraft/kubejs/server_scripts/mods/Hyperbox/hyperbox.js
2026-01-27 17:19:00 +00: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'))
})
}