Add PayNow NeoForge mod setup#13
Open
Adammatthiesen wants to merge 5 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new module,
paynow-neoforge, adding support for the NeoForge modding platform to the PayNow Minecraft integration. The changes include the full setup for building, configuring, and running the NeoForge mod, as well as registering it in the project and documentation. The most important changes are grouped below:NeoForge Module Addition:
paynow-neoforgemodule, including its source code, build configuration, and resources. This module implements PayNow integration for NeoForge servers, handling server events, player joins, command registration, and configuration management. (paynow-neoforge/src/main/java/gg/paynow/paynowneoforge/PayNowNeoForge.java,paynow-neoforge/src/main/java/gg/paynow/paynowneoforge/PayNowNeoForgeCommand.java) [1] [2]build.gradlefor thepaynow-neoforgemodule, specifying dependencies, plugin setup, Java version, resource processing, shadow jar configuration, and publishing settings. (paynow-neoforge/build.gradle)gradle.propertiesfor thepaynow-neoforgemodule, defining mod, environment, and build properties such as mod ID, name, license, and Minecraft/NeoForge versions. (paynow-neoforge/gradle.properties)neoforge.mods.toml, with metadata, dependencies, and description for the new mod. (paynow-neoforge/src/main/resources/META-INF/neoforge.mods.toml)Project Configuration & Documentation:
settings.gradle) [1] [2]README.mdto include a reference to the newpaynow-neoforgemodule. (README.md)PR Description made with the aid of Github's Summary AI
Tested using a NeoForge
1.21.1server that has now been successfully linked to Paynow!