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

Do not convert to a new line #2533

Open
Vinrey123 opened this issue Oct 19, 2024 · 2 comments
Open

Do not convert to a new line #2533

Vinrey123 opened this issue Oct 19, 2024 · 2 comments

Comments

@Vinrey123
Copy link

Vinrey123 commented Oct 19, 2024

Expected behavior

when adding a description to the team panel and if you use \n, it should go to a new line.

Observed/Actual behavior

I see that where black glass is used, there is no normal description to add, but blue glass works fine
https://github.com/user-attachments/assets/4eacebfa-5db3-4c87-b922-0728e6365004

Steps/models to reproduce

  1. we go this way: /home/container/plugins/BentoBox/panels/team_panel.yml
  2. after that, we add a description of where the black glass is located, that is, in the background department
  3. The description does not work

BentoBox version

BentoBox - 2.6.0
Minecraft version - 1.21.1

Plugin list

No response

Other

https://github.com/user-attachments/assets/f8520987-2db5-4f6f-9be1-7159688544d1
https://github.com/user-attachments/assets/5d66de41-1426-4037-8c65-12fa87cc69e0

the same problem with team_invite_panel.yml

@tastybento
Copy link
Member

With YAML, the way to do new lines is like this usually. Does this work?

description: |
  This is line 1
  This is line 2
  This is line 3

@Vinrey123
Copy link
Author

Even in this format it doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants