Skip to content
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

Paper Plugin Implementation #51

Merged
merged 5 commits into from
Mar 7, 2023
Merged

Paper Plugin Implementation #51

merged 5 commits into from
Mar 7, 2023

Commits on Mar 6, 2023

  1. Implemented separate WolfyCorePaper entry point

    Problems:
    * The Bukkit registration of commands doesn't seem to work with the new `paper-plugin.yml`
    * The new `paper-plugin.yml` is required to fix loading issues.
    WolfyScript committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f6ef49e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Removed commands from paper-plugin.yml

    * Because this is not supported by paper!
    WolfyScript committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    1f2cd0e View commit details
    Browse the repository at this point in the history
  2. Combine common code between Bukkit and Paper.

    * That is basically everything, but might be more separated in the future.
    * Register Commands dynamically, so they work with the `paper-plugin.yml` in place.
    * Removed WolfyCoreBukkit.getInstance, as that would interfere with WolfyCorePaper. (Use WolfyUtilCore.getInstance instead!)
    * Replaced WolfyCoreBukkit usages with WolfyUtilCore
    WolfyScript committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    821a0d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5657016 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ad7142 View commit details
    Browse the repository at this point in the history