-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
New Line not working on the item lore of pipe in/output, settings book... #10
Comments
The format used should work (and is the same in the default config) From the screenshot it looks like your file-encoding is wrong. Make sure you use UTF8. |
Also make sure your line-endings are lf, not crlf. Windows tends to mess with those. |
No idea how you managed that then. Make sure your java also expects lf and utf8 I guess. The default config included in the jar works fine on a normal Debian as well as Windows with |
but why does i only have this problem with pipes? no other plugin has a problem with something like that. Using Pterodactyl paper Egg. Java 21 startup command: dont see a reason why it should not work mhhhh |
I don't use Pterodactyl so I wouldn't know. (From my experience it causes several really weird issues though) Try forcing it to use UTF8 for all files via the system property I guess. Also make sure whatever way you are using to upload that file doesn't mess with the content or edit the default one directly in pterodactyl. |
What is happening?
Using newest Version on paper 1.21.1, i am not sure if that even worked in the past but how ever i try i cant get it to work.
Tried:
lore: '&bItem&8-&bOutput for an Item&8-&bPipe&8. \n &7You can find help at &8/&6pipe'
lore: -|
'&bItem&8-&bOutput for an Item&8-&bPipe&8.'
'&7You can find help at &8/&6pipe'
lore: |
&bItem&8-&bOutput for an Item&8-&bPipe&8.
&7You can find help at &8/&6pipe
What did you expect to happen?
that the text of the item lore get to a new line.
Version
Pipe 324
Config
Server/system Version
paper-196
Log
What other programs/plugins are you running?
dont think you need this :)
Additional context
Ohh and how do i use the language key feature you added in? For Ressourcepacks? tried it, but did not worked.
The text was updated successfully, but these errors were encountered: