Java Plugin wiki or documentation?

Started by JX_Snack repai… on

Topic category: Plugins and third-party tools

Last seen on 09:00, 16. Aug 2023
Joined Nov 2022
Points:

User statistics:

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

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.

Last seen on 11:06, 29. Mar 2024
Joined Feb 2018
Points:

User statistics:

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

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.

Last seen on 11:06, 29. Mar 2024
Joined Feb 2018
Points:

User statistics:

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

Last seen on 11:06, 29. Mar 2024
Joined Feb 2018
Points:

User statistics:

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