Archy-X / AuraSkills

The ultra-versatile RPG skills plugin
https://aurelium.dev/auraskills
GNU General Public License v3.0
235 stars 88 forks source link

Error opeing Slate Menu skill #295

Closed vubaolinh123 closed 2 months ago

vubaolinh123 commented 2 months ago

Server software and version

Paper 1.19.4

Expected behavior

I type the command /skill and /skills or /auraskills:skill to open the Skill Menu

Actual behavior

No Menu appears and only in the console does this warning appear image

How to reproduce

Run the plugin with version 2.1.2 with Paper 1.19.4 then go into the game and type /skill

Additional information

No response

Agreements

Archy-X commented 2 months ago

Run the command /skills reload and check the console for errors. This is likely a YAML syntax error with your modifications to the menu/skills.yml file. You can use an online YAML validator to check where the syntax error is.

vubaolinh123 commented 2 months ago

menu/skills.yml

As for menu/skills.yml, I haven't modified anything, they are all automatically generated. And here is the log after I ran the reload command https://jumpshare.com/s/J9xpJnWdRaz4SxHSP2VK

vubaolinh123 commented 2 months ago

Run the command /skills reload and check the console for errors. This is likely a YAML syntax error with your modifications to the menu/skills.yml file. You can use an online YAML validator to check where the syntax error is.

image I used VSCODE to check syntax errors but didn't see any errors

Archy-X commented 2 months ago

Are you sure you are using an official Paper build? I just tested with Paper 1.19.4 and did not this error. It would probably also be fixed if you updated to 1.20.4/6.

vubaolinh123 commented 2 months ago

Are you sure you are using an official Paper build? I just tested with Paper 1.19.4 and did not this error. It would probably also be fixed if you updated to 1.20.4/6.

It seems I downloaded a version of paper with some customizations and that caused the plugin to not work properly. After downloading the original version from the home page again, the plugin worked as expected, thanks for your help.