#I have a problem with the manifest
1 messages · Page 1 of 1 (latest)
manifest is right
he might edited the wrong file
like the ones on global behavior packs folder
not on the local world folder
That's why you should develop on development_behavior_packs, not on behavior_packs
yeah, i think he just imported his packs that's why it only appeared in behavior_packs folder and he edited those ones
turn on experimentals
which experimental?
manifest problem
check your manifest inside your skyblock bp that is located inside your world
only i have -beta version of scripts
and i have to disable beta api
no
{
"format_version": 2,
"header": {
"name": "§a§l[§l§sSky§dBlock§a]§r",
"description": "§ooriginal products",
"uuid": "bc402479-c042-4fa9-b499-4befa96aee30",
"min_engine_version": [
1,
20,
0
],
"version": [
1,
0,
0
]
},
"modules": [
{
"type": "script",
"language": "javascript",
"entry": "scripts/main.js",
"uuid": "3c3710d9-1c43-4169-8e90-5509016517b9",
"version": [
1,
0,
0
]
},
{
"type": "data",
"uuid": "8399f351-8978-4633-8b06-8507b9a9c2b1",
"version": [
1,
0,
0
]
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.4.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "1.1.0-beta"
}
]
}```
send your world file
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.3.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "1.1.0-beta"
}
]
@wanton bay that should fix it
one sec
no need anymore
just do this
Did you have createland.js file inside gametests folder?
is that your addon? it says file not found
if you're trying to update packs, then you should ask the owner of it
yes only this createland file is on the older beta
import { world } from "@minecraft/server";
import * as ui from "@minecraft/server-ui";
async function forceShow(player, form) {
while (true) {
const showForm = await form.show(player);
if (showForm.cancelationReason !== 'userBusy') return showForm;
};
};
const form2 = new ui.ActionFormData()
.title("§dTworzenie")
.body("§dCzy chcesz zalozyc wyspe?")
.button(`§aTak`)
.button(`§cNie`)
world.events.beforeChat.subscribe((e) => {
const player = e.sender
if (e.message.toLowerCase().startsWith(`!stworz wyspe`)) {
forceShow(player, form2).then((test) => {
switch (test.selection) {
case 0:
player.runCommandAsync(`tp @s ~ ~10 ~`)
break;
case 1:
break;
}
})
};
});```
Yes mine
can you send a screenshot of the scripts folder
may i see your main.js
this?
it just says i can't upload this type of file here
upload it in mediafire and send link here
why 2 files
I'm sending one now
wheres the bp and rp
weird i send it again
I know why there isn't
because there is nothing there
but in minecraft it is
weird
does mediafire warns about the files? maybe they removed it on your upload
weird
does mediafire warns about the files? maybe they removed it on your upload