#Need Someone To Fix My Script
1 messages ยท Page 1 of 1 (latest)
Give us some log and it looks like it's a littel bit low of size of the actual whole world
What errors you getting first @true vine
@surreal stirrup Well it doesnt actually work like nothing no commands no scythe no nothing
Nothing
@true vine
Do at the versions not the 1.8.0 you do beta on server and server ui that should fix it
If that also not work look if u activated the BP and beta APIS
Betas are not a good idea, they are unstable, they should only be used if you want to use beta features. Use 2.6.0 for server and 1.3.0 for server-ui.
You do get errors ```JSON
[Item][warning]-minecraft:scythe -> description -> category: this member was found in the input, but is not present in the Schema
[Item][error]-Item 'Scythe' cannot be registered because it's using the "minecraft" namespace with a file format version of 1.16.100+ or is a non-Vanilla item!
[Scripting][error]-ReferenceError: Import [util.js] not found.
[Scripting][error]-Plugin [VoidMC BP - 1.0.0] - [main.js] ran with error: [ReferenceError: Import [util.js] not found.]
You likely have more but covering all of those errors:
1. In your item `"identifier": "Scythe"` is not valid you must use an identifier i.e. `"identifier": "test:scythe"` and using capital letters is bad practice.
2. You are importing `import { addScore } from "./util.js";` but your function name is `until.js` which is why that fails.
3. I also believe in your item that in 1.20.80, `"category": "equipment"` changed formats.
@true vine @true vine @true vine @true vine @true vine
.
@shut gorge yeah