#Need Someone To Fix My Script

1 messages ยท Page 1 of 1 (latest)

true vine
#

The Script Is For My MC Server But It Doesnt Work ๐Ÿ™

#

If You Could Please DM Me The New Script

surreal stirrup
#

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

true vine
#

@surreal stirrup Well it doesnt actually work like nothing no commands no scythe no nothing

surreal stirrup
#

What's the error log saying?

#

@true vine

true vine
#

Nothing

surreal stirrup
#

then nothing wrong with it

#

you would have some type of error report

shut gorge
#

@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

slow fractal
#

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.
shut gorge
#

@true vine @true vine @true vine @true vine @true vine

true vine
#

@shut gorge yeah