#(mruranium) No implementation Set Error

33 messages · Page 1 of 1 (latest)

hollow charm
#

Im currently getting a no implementation set error on startup. Below is the only code in my entire project that references the api, and is the snippet that was causing the error. I am running on version 1.20.2 with the latest version of citizens 2 which is version 2.0.33

NPC bob = CitizensAPI.getNPCRegistry().createNPC(EntityType.VILLAGER,sb.toString()+(sb.substring(sb.toString().length() - 1).equals("s") ? "'" : "'s")+" Bob");
bob.spawn(WorldConfiguerer.getBobSpawns(wld).get(0));

Attatched is the full console log from server startup to when the error was caused

somber spokeBOT
#

(mruranium) No implementation Set Error

somber spokeBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

agile tiger
#

Need to wait for citizensenableevent

bitter lilyBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@hollow charm

hollow charm
agile tiger
#

Did you link the api like in

#

!api

elder hemlockBOT
#
API

Citizens has an extensive API for working with NPCs. Make sure you always are using an up-to-date build of the CitizensAPI to ensure that your plugin works with the latest release of Citizens.

hollow charm
agile tiger
#

!logs

elder hemlockBOT
# agile tiger !logs
Info: logs

Please post your full latest log file.

Background Info: One of the most helpful tools to identifying the source of a problem is your server logs file! Logs contain all sorts of important information like server and plugin versions, any error messages, and a lot more important information (More Info).

How To: Your log can be found in the logs folder within your server folder. The most recent log is a text file labeled latest.log. To get help using these logs, please open that file in a text editor and copy all of the text, then open https://paste.denizenscript.com/New/Log and paste the text into the box on the page. Then click "Submit" and copy the URL and paste that back into this channel.

Please do not upload the file to Discord or to other pastebin services, use the log pastebin linked above.

hollow charm
#

alright 1 sec

agile tiger
#

Post logs Pom.xml and your plugin.yml please

#

And your onenable code

hollow charm
#

incorrect one

agile tiger
elder hemlockBOT
agile tiger
#

Your scope is set to compile

#

You should set it to provided

#

Do you know why?

#

@hollow charm

hollow charm
#

so it wont compile into the jar

#

idk how i missed that

agile tiger
#

Yeah need to check that

bitter lilyBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@hollow charm

hollow charm