-
Notifications
You must be signed in to change notification settings - Fork 0
Default js mods
Oxillen Glow edited this page Jul 24, 2026
·
5 revisions
in construction 🚧
Go here for actual code
To kill a player send a JSON.stringify(JSONobject) that has fields
{
messageType: "die",
reason: "you staved" // or anything else here
}When a block is placed and placement is registered and intercepted by Open_Inventory/SurvivalFramework mod pack, a message of content:
{
messageType: "blockNotifyFromFramework",
x: x, y: y, z: z,
pre: pre, //the block before
post: post //the block after
}strinified will be sent out
(don't worry ANYONE can make their own mod as modding is super easy especially with AI. You can make a mini game mod of whatever fun idea you had!)
jVisualScripting (still in construction 🚧)
Go to Downloads scroll down to bottom of the release card and click the assets to find the build for your platform. For more see install page
MtSharpGrain