IntellectualSites / IntellectualSites/FastAsyncWorldEdit
Copying entities fails due to NoSuchMethodError on TagValueOutput
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 806
- Forks
- 394
- Avg merge
- 22h 19m
- Merged PRs (30d)
- 14
Description
Server Implementation
Spigot
Server Version
1.21.10
Describe the bug
Attempting to copy entities results in a RuntimeException caused by a NoSuchMethod error on TagValueOutput.createWrappingWithContext.
To Reproduce
- Create an entity (e.g. an armor stand).
- Select around the entity.
- Use
//copy -e.
Expected behaviour
Copying entities shouldn't cause errors.
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/42544aeddc91499c8447701205f3d121
Fawe Version
FastAsyncWorldEdit version 2.14.2-SNAPSHOT-1224+5878288
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 with the entity-copy path exercised by //copy -e and inspect the TagValueOutput.createWrappingWithContext call reported in the debugpaste. Reproduce on Spigot 1.21.10 with FAWE 2.14.2-SNAPSHOT-1224+5878288, then verify that copying a selected armor stand completes without the NoSuchMethodError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- game-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100