How do you update a plugin from 2023.1 to 2023.2?

Started by RedWirePlatinum on

Topic category: Plugins and third-party tools

Active 1 day ago
Joined May 2022
Points:
711

User statistics:

  • Modifications: 1
  • Forum topics: 43
  • Wiki pages: 0
  • MCreator plugins: 2
  • Comments: 147
How do you update a plugin from 2023.1 to 2023.2?

I have 2 plugins that currently only support 2023.1 so I can't upgrade minecraft to 1.19.4. Is there a way to update these plugins to support the new version?

Active 1 day ago
Joined May 2022
Points:
711

User statistics:

  • Modifications: 1
  • Forum topics: 43
  • Wiki pages: 0
  • MCreator plugins: 2
  • Comments: 147
additionally is it possible…
Sat, 06/10/2023 - 20:38

additionally is it possible to update plugins that aren't yours, or no?

aren't yours, or no? Yes,…
Sun, 06/11/2023 - 09:51

aren't yours, or no?

Yes, if they are open source, you can use that code and update the plugin code to the new version yourself. Requires plugin making knowledge and in some cases programming knowledge

Active 1 day ago
Joined May 2022
Points:
711

User statistics:

  • Modifications: 1
  • Forum topics: 43
  • Wiki pages: 0
  • MCreator plugins: 2
  • Comments: 147
The plugins are open source,…
Sun, 06/11/2023 - 21:27

The plugins are open source, but how exactly do you update the code? because it doesn't really seem like just copying a folder named "forge-1.19.2" and re-naming it to "forge-1.19.4" works

Active 1 day ago
Joined Feb 2018
Points:
1989

User statistics:

  • Modifications: 1
  • Forum topics: 163
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 786
It depends on what exactly…
Thu, 06/29/2023 - 13:05

It depends on what exactly the Plugins are doing and what code it adds from Minecraft to MCreator (like Procedure Blocks or Mod Elements).