/template_addon_mcpe

Framework for addon Minecraft Bedrock Edition

Primary LanguageTypeScript

logo


Welcome to EasyAddon's GitHub. This project aims to simplify add-on creation by offering a comprehensive and functional framework with development packages such as TypeScript for scripting.


installation

git clone git@github.com:Refaltor77/template_addon_mcpe.git addonProject/
npm install

Dependency (regolith) for compiling addon

https://github.com/Bedrock-OSS/regolith/releases/tag/1.2.0


Run addon

npm run build

This command will automatically compile the add-on by transpiling TypeScript scripting into JavaScript, and it will also place your add-on in the com.mojang/ folder of your game.


features

Player :

PlayerInventory ✅
PlayerArmorInventory ✅
PlayerAddEffectEvent ✅
PlayerChangeWorldEvent ✅
PlayerDamageEvent ✅
PlayerDeathEvent ✅
PlayerInteractEvent ✅
PlayerJoinEvent ✅
PlayerQuitEvent ✅
PlayerChangeArmorEvent 🟥
PlayerJumpEvent 🟥
playerMoveEvent 🟥

Entity :

EntityAddEffectEvent ✅
EntityDamageEvent ✅
EntityDeathEvent ✅
EntityExplodeEvent ✅
EntitySpawnEvent ✅
EntityLoadEvent 🟥
EntityPlaySoundEvent 🟥
EntityAttackEvent 🟥

Blocks :

BlockBreakEvent ✅
BlockPlaceEvent ✅
ButtonPushEvent ✅

Projectiles :

ProjectileHitEntityEvent ✅