IntellectualSites / IntellectualSites/PlotSquared
Make PlotSquared compatible with Multiverse-Core v5
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?
Last week, Multiverse-Core announced the official release of version 5 of the plugin, and also released a formal update on the spigotmc and modrinth platforms.
This update includes improved features for the PlotSquared plugin, such as:
- Revamped genera3rd-party plugins can hook into mv to provide generator options tab-completion
- Allow the use of generator strings when creating a world (e.g.,
mv create flat normal --world-type flat --generator-settings {"layers":[{"block":"stone","height":1},{"block":"grass_block","height":1},{"block":"sea_lantern","height":1}],"biome":"plains"}) - Improved teleport processing using Paper's AsyncTeleport API
- (Other updates can be found at https://mvplugins.org/mv5/whats-new/multiverse-core/)
Could it be possible to enable the PlotSquared plugin to be able to connect with the Multiverse-Core v5 plugin, so as to achieve better Plot generation and management?
Are there any alternatives?
PlotSquared's world creation tool: /plot setup
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 reading the Multiverse-Core v5 update notes linked in the issue and reviewing PlotSquared's /plot setup world-creation flow. Determine which v5 generator, teleport, and plugin-hook behaviors need compatibility, then verify the affected plot generation and management workflows against Multiverse-Core v5.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100