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

Schematic list symbols not always correct #2557

Open
2 tasks done
RedstoneFuture opened this issue Jan 29, 2024 · 1 comment
Open
2 tasks done

Schematic list symbols not always correct #2557

RedstoneFuture opened this issue Jan 29, 2024 · 1 comment
Labels
Bug Something isn't working Low Priority

Comments

@RedstoneFuture
Copy link
Member

RedstoneFuture commented Jan 29, 2024

Server Implementation

Paper

Server Version

1.19.4

Describe the bug

If you first load a file and then a folder with "//schematic loadall", the wrong symbol is displayed for the folder. (see video)

grafik

  "worldedit.schematic.load.symbol": "[L]",
  "worldedit.schematic.plus.symbol": "[+]",
  "worldedit.schematic.minus.symbol": "[-]",
  "worldedit.schematic.x.symbol": "[X]",
  "worldedit.schematic.0.symbol": "[O]",
  "worldedit.schematic.dash.symbol": " - ",

To Reproduce

  1. //schematic clear
  2. //schematic loadall test1.schem
  3. //schematic loadall test/
  4. //schematic list --> "[+]test"
  5. //schematic list test/ --> both files are loaded

Expected behaviour

Show "[-]" in any case when the complete folder is loaded. No continuity mistakes.

Screenshots / Videos

https://redstoneworld.de/videos/intern/FAWE_Schematic-list-symbols.mp4

Error log (if applicable)

No response

Fawe Debugpaste

Fawe Version

FAWE, build 639

Checklist

Anything else?

No response

@RedstoneFuture RedstoneFuture added Requires Testing This is a new issue which needs to be approved before labeled with "bug" Low Priority labels Jan 29, 2024
@OneLiteFeather
Copy link
Member

Well actually, it should show any file / folder with a - when they are loaded, but it doesn't do that for me too, so it is a bug

@OneLiteFeather OneLiteFeather added Bug Something isn't working and removed Requires Testing This is a new issue which needs to be approved before labeled with "bug" labels Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Low Priority
Projects
None yet
Development

No branches or pull requests

2 participants