IntellectualSites / IntellectualSites/FastAsyncWorldEdit

Get rid of "(FAWE)" prefix in WorldGuard messages

Open
#3,110 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Approved Backburner Bug Low Priority
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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.