IntellectualSites / IntellectualSites/PlotSquared
Ability to change the main command and aliases
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?
It should be possible to configure what the main command is for PlotSquared, as well as configure aliases.
A lot of people, myself included, like to use PlotSquared for prison servers to imitate cells that players can claim, so a feature like this would be great for this group, as we could change the main command to "/cell" or "/cells", etc.
Are there any alternatives?
Changing the contents of plugin.yml, but not only can you only change aliases here (not the main command), you have to edit it every time you update PlotSquared, which can be tedious.
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 by reviewing plugin.yml and the command-registration entry points that define PlotSquared's main command and aliases. Determine how configurable command names should interact with updates and identify the relevant command behavior to verify; done means the main command and aliases can be configured without editing plugin.yml after updates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100