CitizensDev / Citizens2

Citizens - the premier plugin and API for creating server-side NPCs in Minecraft.
https://citizensnpcs.co
Open Software License 3.0
589 stars 313 forks source link

Can't seem to get it to work, "/npc create Shop" #2910

Closed FalZz03 closed 2 years ago

FalZz03 commented 2 years ago

/version output

This server is running Paper version git-Paper-81 (MC: 1.19) (Implementing API version 1.19-R0.1-SNAPSHOT) (Git: 86f87ba)
You are running the latest version
Previous version: git-Paper-411 (MC: 1.17.1)

/version Citizens output

Citizens version 2.0.30-SNAPSHOT (build 2673)

Log file

https://paste.denizenscript.com/View/101965

config.yml

https://paste.denizenscript.com/View/101967

saves.yml

nothing generated

Profiler report

No response

Description

never used the citizens and newly bought it from spigot. just watched a quick tutorial on how to use it and when i tried doing the first thing "/npc create shop" i get a error

and i am unsure what this really is. Skjermbilde 2022-10-04 201839

BehrRiley commented 2 years ago

Your Log file is not a log file, it's an incomplete snippet of your server's output that you thought was relevant. Please provide the entirety of the log, optimally including a startup sequence; this means to include the entirety of the file, never copy anything less but everything. If the startup sequence is not evident, restart your server and replicate the issue before uploading it to our pastebin: https://paste.denizenscript.com/New/Log

additionally, That version is an outdated Citizens build. The current Citizens build is 2710. You are behind by 37 builds. Latest Citizens dev builds are at https://ci.citizensnpcs.co/job/Citizens2/. Spigot releases of Citizens are available at https://www.spigotmc.org/resources/citizens.13811/.

FalZz03 commented 2 years ago

So i guess spigot is outdated. Now i downloaded the newest build got the error under. image

this is the log when restarting the server: https://paste.denizenscript.com/View/101968

BehrRiley commented 2 years ago

Again, this is not a log you've provided. You pasted both an image that refers you to your console and a paste of what you thought what was relevant, neither are complete logs for your server.

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.

FalZz03 commented 2 years ago

here is the whole log on startup: https://paste.denizenscript.com/View/101969

mcmonkey4eva commented 2 years ago

You need 1.19.2, not 1.19(.0)

FalZz03 commented 2 years ago

Why do i need 1.19.2 to run citizens? what version of citizens do i need to run a 1.19 server?