// Log a message to the console to indicate the add-on has loaded System.out.println("V8Addon has loaded!"); } }
// Set the item's display name ItemMeta meta = sword.getItemMeta(); meta.setDisplayName("V8 Sword"); sword.setItemMeta(meta); java addon v8 minecraft pe
// Register the item with the game Bukkit.getServer().getPluginManager().registerEvents(new V8AddonListener(), this); // Log a message to the console to
// Add a custom enchantment to the sword sword.addEnchantment(Enchantment.DAMAGE_ALL, 5); java addon v8 minecraft pe