Java Plugin wiki or documentation?

Started by JX_Snack repai… on

Topic category: Plugins and third-party tools

Active 1 year ago
Joined Nov 2022
Points:
266

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 12
Java Plugin wiki or documentation?

Hi! I want to add more types of recipies to the normal MCreator recipe thing. I think that that is only possible with Java Plugins. I tried looking for a documentation for the Java plugins, but only found a template project. Is there any documentation? Thanks!

Active 1 day ago
Joined Aug 2016
Points:
3302

User statistics:

  • Modifications: 9
  • Forum topics: 63
  • Wiki pages: 20
  • MCreator plugins: 11
  • Comments: 2932
Most of the Java doc is…
Fri, 03/24/2023 - 14:14

Most of the Java doc is directly written insde the code. However, you can not add new features to existing mod elements for the moment.

Active 4 days ago
Joined Feb 2018
Points:
1987

User statistics:

  • Modifications: 1
  • Forum topics: 163
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 786
Hey Goldorion, is it…
Sat, 03/25/2023 - 09:46

Hey Goldorion,

is it possible to replace already existing Global Triggers?

I plan to replace some already existing Global Triggers.

Active 1 day ago
Joined Aug 2016
Points:
3302

User statistics:

  • Modifications: 9
  • Forum topics: 63
  • Wiki pages: 20
  • MCreator plugins: 11
  • Comments: 2932
I guess you can by…
Sat, 03/25/2023 - 14:39

I guess you can by overriding the core plugin (by using a higher weight and using the same file's name), but I can't confirm.

Active 4 days ago
Joined Feb 2018
Points:
1987

User statistics:

  • Modifications: 1
  • Forum topics: 163
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 786
It worked! Thanks for this…
Sat, 03/25/2023 - 17:16

It worked!

Thanks for this amazing Tip.

I will include this in my Plugin Creation Tutorial Series!

Active 4 days ago
Joined Feb 2018
Points:
1987

User statistics:

  • Modifications: 1
  • Forum topics: 163
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 786
Also Goldorion, do you know…
Sat, 03/25/2023 - 17:55

Also Goldorion,

do you know how to make a Procedure Block that allows only Numbers between 0 and 1 with decimal?

I'm currently study all the Forge Code and I found the DecimalFormat Code that already exists as a Procedure Block and found out that I can use % to show text as Percentage!