User: kyle wood
Date: 05 Nov 25 01:20
Revision: c451a26b4d8602a21da84c4f24a3acc13d577a60
Summary:
Update template ref
TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10214&personal=false
Index: templates/README.md
===================================================================
--- templates/README.md (revision c451a26b4d8602a21da84c4f24a3acc13d577a60)
+++ templates/README.md (revision c451a26b4d8602a21da84c4f24a3acc13d577a60)
@@ -0,0 +1,41 @@
+

+
+Minecraft Development for IntelliJ - Templates
+==============================================
+
+## Info and Documentation
+
+
+This repository is part of the Minecraft Development for IntelliJ project.
+
+This contains the default templates for this plugin.
+
+For more information, please visit [https://mcdev.io](https://mcdev.io).
+
+## Usage
+You simply need to install the plugin Minecraft Development for IntelliJ on your instance of Jetbrains IntelliJ Idea.
+
+For more information about this plugin's installation, please see [this explanation](https://github.com/minecraft-dev/MinecraftDev?tab=readme-ov-file#installation).
+
+## Testing
+If you want to modify these templates or create your own, please see [https://mcdev.io/docs/creating-creator-templates/](https://mcdev.io/docs/creating-creator-templates/) for information about this.
+
+You can either choose to host your modifications on a GitHub repository or on your local machine. If you choose to host it on your own machine, please select "local" instead of "remote" (as explained in the documentation).
+
+License
+-------
+
+This project is licensed under [LGPLv3.0-only](license.txt).
+
+Supported Platforms
+-------------------
+- [ **Spigot**](https://spigotmc.org/) ([ Paper](https://papermc.io/))
+- [ **Sponge**](https://www.spongepowered.org/)
+- [ **Architectury**](https://github.com/architectury/architectury-api)
+- [ **Minecraft Forge**](https://forums.minecraftforge.net/)
+-
Neoforge
+- [ **Fabric**](https://fabricmc.net)
+- [ **Mixins**](https://github.com/SpongePowered/Mixin)
+- [ **BungeeCord**](https://www.spigotmc.org/wiki/bungeecord/) ([ Waterfall](https://github.com/PaperMC/Waterfall))
+- [ **Velocity**](https://velocitypowered.com/)
+- [ **Adventure**](https://kyori.net/)
Index: templates/architectury/gradle.properties.ft
===================================================================
--- templates/architectury/gradle.properties.ft (revision f7346c94784c1646f351e87a5083768fd2bc4b4a)
+++ templates/architectury/gradle.properties.ft (revision c451a26b4d8602a21da84c4f24a3acc13d577a60)
@@ -6,7 +6,11 @@
mod_version = ${BUILD_COORDS.version}
maven_group = ${BUILD_COORDS.groupId}
archives_name = ${BUILD_COORDS.artifactId}
+#if ($VERSIONS.hasNeoforge)
enabled_platforms = fabric,neoforge
+#else
+enabled_platforms = fabric,forge
+#end
# Minecraft properties
minecraft_version = ${VERSIONS.minecraftVersion}
Index: templates/bukkit/build.gradle.ft
===================================================================
--- templates/bukkit/build.gradle.ft (revision f7346c94784c1646f351e87a5083768fd2bc4b4a)
+++ templates/bukkit/build.gradle.ft (revision c451a26b4d8602a21da84c4f24a3acc13d577a60)
@@ -19,11 +19,7 @@
url = "https://repo.papermc.io/repository/maven-public/"
}
#end
- maven {
- name = "sonatype"
- url = "https://oss.sonatype.org/content/groups/public/"
- }
+}
-}
dependencies {
#if ($IS_SPIGOT)
Index: templates/bukkit/build.gradle.kts.ft
===================================================================
--- templates/bukkit/build.gradle.kts.ft (revision f7346c94784c1646f351e87a5083768fd2bc4b4a)
+++ templates/bukkit/build.gradle.kts.ft (revision c451a26b4d8602a21da84c4f24a3acc13d577a60)
@@ -18,10 +18,7 @@
name = "papermc-repo"
}
#end
- maven("https://oss.sonatype.org/content/groups/public/") {
- name = "sonatype"
- }
+}
-}
dependencies {
#if ($IS_SPIGOT)
Index: templates/bukkit/paper.mcdev.template.json
===================================================================
--- templates/bukkit/paper.mcdev.template.json (revision f7346c94784c1646f351e87a5083768fd2bc4b4a)
+++ templates/bukkit/paper.mcdev.template.json (revision c451a26b4d8602a21da84c4f24a3acc13d577a60)
@@ -28,6 +28,8 @@
"type": "semantic_version",
"forceDropdown": true,
"options": [
+ "1.21.10",
+ "1.21.9",
"1.21.8",
"1.21.7",
"1.21.6",
Index: templates/bukkit/pom.xml.ft
===================================================================
--- templates/bukkit/pom.xml.ft (revision f7346c94784c1646f351e87a5083768fd2bc4b4a)
+++ templates/bukkit/pom.xml.ft (revision c451a26b4d8602a21da84c4f24a3acc13d577a60)
@@ -88,10 +88,6 @@
https://repo.papermc.io/repository/maven-public/
#end
-
- sonatype
- https://oss.sonatype.org/content/groups/public/
-
Index: templates/velocity/.mcdev.template.json
===================================================================
--- templates/velocity/.mcdev.template.json (revision f7346c94784c1646f351e87a5083768fd2bc4b4a)
+++ templates/velocity/.mcdev.template.json (revision c451a26b4d8602a21da84c4f24a3acc13d577a60)
@@ -32,7 +32,10 @@
"3.3.0-SNAPSHOT",
"3.2.0-SNAPSHOT",
"3.1.2-SNAPSHOT",
- "3.1.1"
+ "3.1.1",
+ "3.1.0",
+ "3.0.1",
+ "3.0.0"
],
"default": 0
},
Index: templates/velocity/build.gradle.ft
===================================================================
--- templates/velocity/build.gradle.ft (revision f7346c94784c1646f351e87a5083768fd2bc4b4a)
+++ templates/velocity/build.gradle.ft (revision c451a26b4d8602a21da84c4f24a3acc13d577a60)
@@ -14,11 +14,7 @@
name = "papermc-repo"
url = "https://repo.papermc.io/repository/maven-public/"
}
- maven {
- name = "sonatype"
- url = "https://oss.sonatype.org/content/groups/public/"
- }
+}
-}
dependencies {
compileOnly("com.velocitypowered:velocity-api:${VELOCITY_VERSION}")
Index: templates/velocity/build.gradle.kts.ft
===================================================================
--- templates/velocity/build.gradle.kts.ft (revision f7346c94784c1646f351e87a5083768fd2bc4b4a)
+++ templates/velocity/build.gradle.kts.ft (revision c451a26b4d8602a21da84c4f24a3acc13d577a60)
@@ -18,10 +18,7 @@
maven("https://repo.papermc.io/repository/maven-public/") {
name = "papermc-repo"
}
- maven("https://oss.sonatype.org/content/groups/public/") {
- name = "sonatype"
- }
+}
-}
dependencies {
compileOnly("com.velocitypowered:velocity-api:${VELOCITY_VERSION}")