How to setup a new plugin gradle project on linux?

Started by jcm236 on

Topic category: Plugins and third-party tools

Active 11 months ago
Joined Jul 2024
Points:
107

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
How to setup a new plugin gradle project on linux?

Hello. I cloned the DemoJavaPlugin github repo and added the gradle.properties file with mcreator_path='Path to my mcreator installation directory' but it keeps saying that project ":Mcreator" does not have a configuration named implementation.

Thank You in advance

jcm236

mcreator_path='Path to my…
Tue, 07/16/2024 - 12:22

mcreator_path='Path to my mcreator installation directory' 

is wrong. You need path to MCreator core Gradle project directory

mcreator_path=<path to MCreator core Gradle project directory>
Active 6 days ago
Joined Feb 2018
Points:
2015

User statistics:

  • Modifications: 1
  • Forum topics: 166
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 795
If I understand right you…
Wed, 07/17/2024 - 06:16

If I understand right you need to download the MCreator Source Code from Github and type the location where the build.gradle file is of the MCreator Source Code.

Active 11 months ago
Joined Jul 2024
Points:
107

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
Thanks for the help. I did…
Sat, 07/20/2024 - 14:58

Thanks for the help. I did try doing that but it kept failing and in the end I scrapped gradle and decided to scrap gradle and manually compile the plugin.