IntellectualSites / IntellectualSites/FastAsyncWorldEdit
Schematic list symbols not always correct
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 806
- Forks
- 394
- Avg merge
- 22h 19m
- Merged PRs (30d)
- 14
Description
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)
"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
//schematic clear//schematic loadall test1.schem//schematic loadall test///schematic list--> "[+]test"//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
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with //schematic clear, the two //schematic loadall commands, and //schematic list; then trace the schematic list and loadall command entry points. Done means a fully loaded folder consistently shows [-], including when a file was loaded first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100