This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
generated from xpdustry/template-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
21 additions
and
112 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# The project name, used as the artifact name | ||
props.project-name=template | ||
props.project-name=no-payload-conveyor-crash | ||
# The group of the project, usually a domain backwards such as com.google | ||
props.project-group=fr.xpdustry | ||
# The year the project started | ||
props.project-year=2021 | ||
props.project-year=2023 | ||
# The root java package of the plugin for NullAway and Shadow | ||
props.root-package=fr.xpdustry.template | ||
props.root-package=fr.xpdustry.patches | ||
# Whether a snapshot suffix should be added to the version string. | ||
# This option is for more advanced plugins, basically for any non-official builds, the "-SNAPSHOT" suffix | ||
# is added to the version string to be able to distinguish between experimental and stable builds. | ||
props.enable-snapshots=true | ||
props.enable-snapshots=false |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "template", | ||
"displayName": "TemplatePlugin", | ||
"name": "no-payload-conveyor-crash", | ||
"displayName": "NoPayloadConveyorCrashPlugin", | ||
"author": "Xpdustry", | ||
"description": "A template for faster plugin development.", | ||
"version": "3.4.1", | ||
"description": "No more payload conveyor crashes.", | ||
"version": "1.0.0", | ||
"minGameVersion": "140", | ||
"hidden": true, | ||
"java": true, | ||
"main": "fr.xpdustry.template.TemplatePlugin", | ||
"main": "fr.xpdustry.patches.NoPayloadConveyorCrashPlugin", | ||
"repo": "Xpdustry/TemplatePlugin", | ||
"dependencies": [] | ||
} |
This file contains 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