Airtable's Scripting app allows us to cut through a lot of red tape in the form of npm-prefixed CLI commands. This repo aimed to make the most that luxury. It's also what led to the creation of ...
Expose broken block's location in the .java scripting engine similar to how bukkit does it. @EventHandler public void onBlockBreak(BlockBreakEvent event) { Block block = event.getBlock(); // the Block ...