How to setup a new plugin gradle project on linux?

Started by jcm236 on

Topic category: Plugins and third-party tools

Last seen on 02:09, 3. Sep 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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>
Last seen on 19:50, 7. Sep 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.

Last seen on 02:09, 3. Sep 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.