feat: add pumpkin-plugin-utils

This commit is contained in:
Alexander Medvedev
2026-08-17 10:34:07 +02:00
parent 14337d5285
commit b60f15a95e
16 changed files with 1547 additions and 4 deletions

View File

@@ -111,9 +111,9 @@ pub use wit::pumpkin::plugin::{
enchantments as enchantments_wit, entity,
entity_types::EntityType,
event::{self as events_wit, EventType},
gui, i18n, ipc, item_stack, java_dialogs, java_packets, particles, permission, player,
recipe as recipe_wit, scoreboard, screens as screens_wit, server, statistics as statistics_wit,
text, uuid, world,
gui, i18n, ipc, item_stack, java_dialogs, java_packets, marketplace, particles, permission,
player, recipe as recipe_wit, scoreboard, screens as screens_wit, server,
statistics as statistics_wit, text, uuid, world,
};
// Convenience re-exports of commonly-used plugin types so plugin authors can