VCS

Published by Tucky143 on
Supported MCreator versions
2025.1
Tags / plugin type
Java plugin
Logo
Downloads:
40
Upvotes: 1
About the plugin

This plugin allows you to connect your workspace to GitHub and the other way around. It can be used to back up workspaces, collaborate with other people, or work from more than one computer. This plugin is a continuation of Remote Workspaces by Defeatomizer.

2025.1 source: https://github.com/Defeatomizer/MCreatorVCSPlugin

2025.2 coming soon

License
GNU General Public License version 3 (GPLv3)

Plugin downloads
VCS 2025.1 - mcreator-vcs-2025.x_0.zip Uploaded on: 06/29/2025 - 17:35   File size: 3.61 MB

Comments

did something change with 2025.2? the mod seems to error when it tries to do this:

mod.getWorkspacePanel().addVerticalTab("vcs", L10N.t("workspace.category.remote_workspace")
(this is from the old vcs code from 2024.4)

same here lol, its definitely something with the addVerticalTab. after looking at the old 2024.4 source, i noticed that AbstractMainWorkspacePanel (the one with the addVerticalTab function) isn't there. I've been trying to find the addVerticalTab function again

Two questions: will this be continued onto 2025.2, and will this be open-source soon?