IntellectualSites / IntellectualSites/PlotSquared

PlotSquared breaks any Disguise addons with displaying players realname.

Open
#4,333 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Enhancement
Dominant language
Java
Stars
653
Forks
975
Avg merge
2m
Merged PRs (30d)
6

Description

What feature do you want to see added?

Use player.getDisplayName() instead of player.getName() for PlotFlag: notify, greeting and more.

PlotSquared breaks any Disguise addons.

Are there any alternatives?

.

Anything else?

.

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 locating PlotFlag handling for notify and greeting, then search related message paths for uses of player.getName(). Done means the relevant PlotFlag messages use player.getDisplayName() so disguise addons are not bypassed; verify the affected behavior in a Minecraft test setup.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
game-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.