Get samples about how works the blockbench types plugin
Plugin.register('plugin_id', {
title: 'Plugin Name',
author: 'Your Name',
icon: 'icon',
description: 'Your Description',
version: '1.0.0',
variant: 'both',
onload() {
}
});
This is a plugin file structure, find more info here
3.7.0