mcbe-ipc
v3.4.0
Published
IPC system for MCBE Script API projects
Readme
MCBE-IPC 📡
An IPC[^1] system for MCBE Script API projects
🔗 Dependencies
| Package | Version |
|----------------------|---------|
| @minecraft/server | 1.18.0 |
🚀 Installation
📦 NPM
npm install mcbe-ipc🛠 Manual
- Download the applicable file(s) for your language from the latest release:
- For JavaScript:
ipc.jsandipc.d.ts - For TypeScript:
ipc.ts
- For JavaScript:
- Add the downloaded file(s) to your project directory.
[!NOTE] Official documentation is still in progress.
For now, you can
. Please note that while it is generally accurate, some of the more advanced sections may contain small inaccuracies.
[^1]: Inter-Pack Communication
