Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Key "menu_message" does not show under the rewards in level_progression menu #281

Open
3 tasks done
VinceSMC opened this issue May 21, 2024 · 1 comment
Open
3 tasks done
Assignees
Labels
type: bug Something is not working as intended

Comments

@VinceSMC
Copy link

VinceSMC commented May 21, 2024

Server software and version

Paper 1.20.6 (paper-1.20.6-86)

Expected behavior

"The menu_message key is for the message that will show on the level item in the level progression menu (accessible by clicking any skill in the /skills menu). This will appear under the "Rewards:" section right after stat rewards and before ability unlock/level ups."

Actual behavior

Menu message does not appear on the level progression menu.

How to reproduce

Add:

  - type: command
    executor: console
    commmand: 'say this executes every level up'
    menu_message: 'Some message in the menu'
    pattern:
      interval: 1

Additional information

I want to add extra rewards for leveling up (like level exp and coins). However, when I add the "menu_message" key to the rewards menu (e.g., /plugins/AuraSkills/rewards/farming.yml), it doesn't show up in the level progression menu.

Agreements

@VinceSMC VinceSMC added the type: bug Something is not working as intended label May 21, 2024
@Archy-X
Copy link
Owner

Archy-X commented May 25, 2024

I'm not able to reproduce this issue, the menu_message is showing up for me. Note that you need to add a newline using \n at the beginning to get it to show on its own line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something is not working as intended
Projects
None yet
Development

No branches or pull requests

2 participants