IntellectualSites / IntellectualSites/PlotSquared
Default for just `/p list`
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 653
- Forks
- 975
- Avg merge
- 2m
- Merged PRs (30d)
- 6
Description
What feature do you want to see added?
When a player is just typing /p list then all of the plots that are owned by the player should be listed. This is so that the player can use the command faster.
Are there any alternatives?
The player can currently use the /p list <Playername> command.
Anything else?
I think this could be useful for many players as it is often something I stumble upon and only then remember that I need to type my own playername in that.
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 tracing the command handler for /p list and compare it with the existing /p list <Playername> path. Done means that /p list resolves the sender as the player and lists all plots they own, while the named-player form continues to work. Verify the command behavior with the project’s existing command or plugin tests if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100