IntellectualSites / IntellectualSites/FastAsyncWorldEdit
Get rid of "(FAWE)" prefix in WorldGuard messages
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 806
- Forks
- 394
- Avg merge
- 22h 19m
- Merged PRs (30d)
- 14
Description
Kinda bug, kinda feature. Somehow a (FAWE) prefix sneaks into WorldGuard messages, which leads to confusion of users. This should be removed and WorldGuard vanilla chat formatting should be used when running alongside FAWE.
Most certainly due to FAWE injecting it's prefix in BukkitPlayer#print(Component)
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 inspecting BukkitPlayer#print(Component), which the issue identifies as the likely source of the injected prefix. Trace how messages are formatted when WorldGuard runs alongside FAWE, then verify that the (FAWE) prefix is absent and WorldGuard's vanilla chat formatting is preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100