IntellectualSites / IntellectualSites/FastAsyncWorldEdit

Schematic list symbols not always correct

Open
#2,557 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Bug Low Priority
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)

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.