Skip to content

Minestom Latest - Update #499

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: dev/7.0-2
Choose a base branch
from
Open

Conversation

ckyuri
Copy link

@ckyuri ckyuri commented Apr 12, 2025

Pull Request

Description

Changelog

  • Updated method calls to match newer Minestom API
  • Paper build was changed due to snapshot not being able to be found on my end (May be ignored as I changed for local build purposes)

Checklist

Mandatory checks

  • The base branch of this PR is an unreleased version branch (that has a ver/ prefix)
    or is a branch that is intended to be merged into a version branch.
  • There are no already existing PRs that provide the same changes.
  • The PR is within the scope of Terra (i.e. is something a configurable terrain generator should be doing).
  • Changes follow the code style for this project.
  • I have read the CONTRIBUTING.md
    document in the root of the git repository.

Types of changes

  • Bug Fix
  • Build system
  • Documentation
  • New Feature
  • Performance
  • Refactoring
  • Repository
  • Revert
  • Style
  • Tests
  • Translation

Compatibility

  • Introduces a breaking change
  • Introduces new functionality in a backwards compatible way.
  • Introduces bug fixes

Documentation

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Testing

  • I have added tests to cover my changes.
  • All new and existing tests passed.

Licensing

  • I am the original author of this code, and I am willing to
    release it under GPLv3.
  • I am not the original author of this code, but it is in public domain or
    released under GPLv3 or a compatible license.

Ifiht and others added 6 commits March 19, 2025 15:54
Updated method names to new documentation and changed minestom versioning.

- Paper Build version was changed as I had issues building at all with the snapshot version. So it was changed to a generic version but everything still builds fine.
Copy link
Contributor

@Bloeckchengrafik Bloeckchengrafik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From a minestom perspective, this looks good!

ckyuri added 2 commits April 12, 2025 14:10
…ing issues to load the world.

EntityType.fromId(Integer.parseInt(id));
to
delegate = EntityType.fromKey(id);
Copy link
Member

@duplexsystem duplexsystem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good! Just a few nitpicks.

…ng pulling functionality out of a common existing function
@ckyuri ckyuri requested a review from duplexsystem April 16, 2025 14:54
@ckyuri
Copy link
Author

ckyuri commented Apr 16, 2025

I would like to add I was not able to get working version of a snapshot on my end (even those listed on the paper repository) so I have opted to revert to the one you had originally on this branch. The minestom build is able to be built successfully on a generic but I imagine there would be no sideeffects of a snapshot build being used either. I simply could not get a snapshot build working on my end so I avoided it.

@ckyuri ckyuri changed the title Dev/7.0 2 Minestom Latest - Update Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants