[Third-Party Tool] DTM's Toolkit - Plugin Architect (v1.1.0)

Started by Drop The Mag on

Topic category: Plugins and third-party tools

Last seen on 18:54, 23. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Third-Party Tool] DTM's Toolkit - Plugin Architect (v1.1.0)
Sun, 09/13/2020 - 01:04 (edited)

DTM's Toolkit - Plugin Architect:


Downloads:


Version 1.1.0 - For Windows:

  • Complete UI overhaul...and DARK MODE (see screenshots below)!
  • Added brand new "main menu" screen as an entry point to all the plugin creation tools.
  • Improved window load times and graphic flicker.
  • Custom generators are now automatically added and selected if found within the imported plugin.
  • Added some backend checks and balances.
  • Update window icons and titles.

Version 1.1.0 of DTM's Toolkit - Plugin Architect completely alters the layout of the original UI. Brand new UI, brand new colors, brand new menu (and a sneak peak of what's to come later on...). Load times have improved drastically, some more failsafes were put in place, and custom generators folders are now imported when importing a plugin!

If you do use my program, please report any bugs or issues you find, any crashes you encounter, anything at all. I know there will be bugs and crashes that happen, so don't hesitate to let me know and get mad at me if you lose progress due to them. Always generate your plugin every so often so you'll always have a back up in case anything happens. In the next couple of updates, I'll work on adding an auto-backup feature!


Version 1.0.4 - For Windows:

  • Added small color guide to procedure block editor.
  • Complete backend rework and optimization. Nearly halved the previous total code. :P
  • Fixed a bug during category file parsing.
  • Optimized all import options; must faster, much cleaner, much better.
  • Added the ability to organize dropdown values using up and down buttons!

Version 1.0.4 of DTM's Toolkit - Plugin Architect is a complete optimization of the original program's backend. The code has been severely optimized, useless code has been removed, more issues have been fixed, and a few new features were added!


Version 1.0.3 - For Windows:

  • Added the ability to restart the entire workspace without closing the program.
  • Fixed an issue when parsing categories on plugin imports.
  • If a category does not have a name assigned during an import, it will not be assigned.
  • Added error catching during procedure block parsing.
  • Fixed another issue when parsing "inputsInline" within procedure files.
  • Updated some text.
  • Fixed another issue that had to do with parsing category imports.
  • Increased plugin import compatibility due to different techniques used by plugin developers.

Version 1.0.3 of DTM's Toolkit - Plugin Architect is just a quick hotfix to some crucial errors and crashes that could occur when importing and parsing premade plugins and procedures.


Version 1.0.2 - For Windows:

  • Added ability to import an entire procedures folder (.json).
  • Added ability to import an entire plugin's files (by selecting the main folder).
  • Added ability to import an entire plugin's files (be selecting its zip file).
  • Imports all aitasks, procedures, categories, and plugin files within a plugin folder.
  • Fixed slight bug when reading and parsing procedure block type.
  • Fixed an issue when reading procedure file names that included underscore characters.
  • Fixed an issue where duplicated procedures' arguments were linked together.
  • Fixed an issue where duplicated procedures' dependencies were linked together.
  • Fixed an issue where duplciated procedures' extensions were linked together.
  • Fixed an issue where duplicated procedures' field dropdowns were linked together.
  • Optimized procedure duplication function and updated its naming conventions.
  • When importing, procedure file names are now exact, rather than split by an underscore (dumb mistake).
  • Completely redesigned how categories work.
  • Added brand new category list view to main screen.
  • Added ability to add and remove categories.
  • Multiple procedure categories can now be created.
  • Each procedure can now be assigned to any of the selected categories (either default or user created).
  • All user created category files are now automatically generated.
  • When procedures are imported, if the category it was assigned is available in your workspace, it will automatically assign itself to it.
  • If an entire plugin is imported, all procedures will automatically reassign themselves to the categories provided within the plugin imported (if available).
  • When importing a procedure, any generators found will be automatically checked within the workspace if they're readily available.

Version 1.0.2 of DTM's Toolkit - Plugin Architect brings one of the best features yet, the ability to import an entire plugin! Using the new buttons on the left side of the main screen, you can now import an entire plugin into your workspace, either by selecting its zipped archive, or a folder full of the files. This version also includes tons of bug fixes, and a brand new category feature as well (where you can make multiple categories or select premade ones for your procedures)!


Version 1.0.1 - For Windows:

  • Fixed fatal crash due to a pesky uppercase letter in "inputsInline".
  • Added the ability to duplicate procedures.
  • Added the ability to import a premade plugin.json.
  • Fixed crash during procedure imports.
  • Found a comma who decided to run away from a string.
  • Auto-creates a folder with the specified plugin name and places all files within it.
  • Now automatically zips your files in to a plugin and places it next to the folder.
  • Added the ability to create AI Task blocks.
  • Automatically now creates the "aitasks" and "procedures" folders depending on block type.
  • Creates "aitasks" and "procedures" for both the plugin and generators.
  • To use "aitasks", you must set your own category and ID in the ".json" as of the moment, by hand.
  • Added custom category selector for each individual procedure block (currently does NOT have functionality).
  • Added the ability to choose whether or not you want to append your plugin ID to the beginning of each procedure file name (thanks, Goldorion!). 

Version 1.0.1 of DTM's Toolkit - Plugin Architect aims to update and fix many issues from the first build, as well as add some essentials functions and tools to help better develop the plugins you want to...and a big thanks to Goldorion for helping me understand the brand new naming conventions (and creating a toggle for appending the plugin ID) for procedure blocks, just in case user-created plugins are to ever be added into the the main core of MCreator itself (so they won't break). ;)


Version 1.0.0 - For Windows (first public build):

  • Add new procedure blocks one by one to be used in your custom plugin.
  • Add any argument type you wish to each procedure block: field_input, field_checkbox, field_dropdown, or input_value type.
  • Set if the field is checked, set the default input, set all the options you'd like for the dropdowns, and set the default input value.
  • Use buttons to easily add arguments and values to your code or block text (message0) without having to type them out.
  • Set procedure block defaults such as "inLineInputs" and "nextStatement/previousStatement".
  • Create both an input and output block with ease (using a simple radio button).
  • Select a custom or default color for each individual block.
  • Add any extensions you'd like to the end of your procedure block.
  • Add any dependencies you'd like to include in your procedure block.
  • Supports the creation of a custom category for your plugin (where all blocks will point to (i.e. $category.json)).
  • Supports the creation of the "plugin.json" file for all your plugin information on the main screen.
  • Automatically generates each procedure file with the plugin id you enter and an underscore to make each file unique (so they don't cause compatibility issues with other plugins). Such as "PluginID_YourProcedureName", all you have to do is enter the procedure name when making a new procedure.
  • Automatically generates the "java.ftl" and "json" files for each individual procedure block, placing them in the correct folders and generators you select.
  • Allows the ability to add a custom generators to target (in case yours isn't included in the defaults).
  • Offers the ability to import premade procedure blocks and code in case you want to use Plugin Architect to modify previous plugins.
  • And so much more planned for the future!

Version 1.0.0 of DTM's Toolkit - Plugin Architect allows anyone the opportunity to easily create procedure plugins in no time at all. Add all your plugin/procedure information, add your code, select your targeted generators, and do so much more in one easy-to-use utility. When you've finished, generate the entire plugin layout with the click of a button, zip it up, and distribute it for anyone to use in less than a 5 minutes...and if you want to edit premade plugins, you can! Just import your procedures using the built-in function, and get to work!


As time goes on, I will continue to update and revamp Plugin Architect as much as possible to make it super clean, user-friendly, and convenient. I want this tool to become more than just a program for building blocks for procedures, as I plan on creating a "Generator Builder" to make new custom generators for MCreator, as well as the ability to create brand new triggers, API additions, and tons more.

If you have any requests, suggestions, or bug reports, please don't hesitate to let me know here in the discussion below, or on Discord at [ Drop The Mag#8145 ].


Since this program is completely standalone, download the executable from the link below, drop it wherever you want, and run it from wherever!

As of now, this program currently only supports Windows. With time, I may consider a complete rewrite for MacOS users...but for now, please consider using Goldorion's program (MCR Plugin Creator) here for multi-OS support and consistent/super useful updates: MCR Plugin Creator by Goldorion

Within the next few days I'll be creating and uploading a quick tutorial on how to use the program in case anyone needs it. As understanding the layout may be difficult in the beginning.

If you want to learn more about how to create and develop plugins, please check out the tutorials here on MCreator!


Screenshots:

Plugin Architect - Screenshot #1

Plugin Architect - Screenshot #2

Plugin Architect - Screenshot #3


Check out my other developments here:


- Drop The Mag

Edited by Drop The Mag on Sun, 09/13/2020 - 01:04
I think I will have to use…
Fri, 09/04/2020 - 20:05

I think I will have to use your software instead of mine until I finish mine (if I use a software). XD

Last seen on 13:27, 27. Feb 2023
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This software was even good…
Fri, 09/04/2020 - 22:03

This software was even good using windows forms.

Last seen on 13:27, 27. Feb 2023
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oops, I wrote it wrong, I…
Fri, 09/04/2020 - 22:06

Oops, I wrote it wrong, I said it was very good using windows forms.

Last seen on 18:54, 23. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Visual Studio is an amazing…
Fri, 09/04/2020 - 22:33

Visual Studio is an amazing tool. You can do near anything in Windows Forms. All the NuGet packages, tools available...it's super flexible.

Last seen on 18:54, 23. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well thanks! Yours is…
Fri, 09/04/2020 - 23:36

Well thanks! Yours is amazing too, and that's why I mentioned you and linked yours here too. :) I'm waiting for more updates to come from you, and I can't wait to possibly work on some projects with you in the future too. Let me know what you think if you do use it though!

Last seen on 01:42, 12. Feb 2024
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
NICE! This is great work
Sat, 09/05/2020 - 00:06

NICE! This is great work

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
WOW. I can make my own…
Sat, 09/05/2020 - 00:28

WOW. I can make my own plugin now!!!!!!!!!

This is amazing.

 

 

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what programming language…
Sat, 09/05/2020 - 01:10

what programming language did you write this in :D
also is there going to be a mac version in the future?

Last seen on 18:54, 23. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
As of now, this program…
Sat, 09/05/2020 - 01:13

As of now, this program currently only supports Windows. With time, I may consider a complete rewrite for MacOS users...but for now, please consider using Goldorion's program (MCR Plugin Creator) here for multi-OS support and consistent/super useful updates: MCR Plugin Creator by Goldorion

After a while I may consider doing so as I said in the post, depends on if Goldorion and I team up in the near future or not! ;)
And I just used Visual Basic to write it up in a Forms application.

Last seen on 18:54, 23. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
WOW. I can make my own…
Sat, 09/05/2020 - 01:14

WOW. I can make my own plugin now!!!!!!!!!

You already can with mine.

I think he had even commented on yours when you released yours too.

I think he had even…
Sat, 09/05/2020 - 01:23

I think he had even commented on yours when you released yours too.

Yeah, I know, but you stole me, everyone. 😂

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I like using your plugin…
Sat, 09/05/2020 - 15:10

I like using your plugin generator. I am going to use them both and make 2 procedures plugins and see what one I like more for making plugins.
 

I tried coding a plugin but I must have coded something wrong since it didn’t work (without using a plugin generator)

I tried coding a plugin but…
Sat, 09/05/2020 - 16:53

I tried coding a plugin but I must have coded something wrong since it didn’t work (without using a plugin generator)

I make a lot of mistakes when I code my plugins, but they can be fixed really easily. Go to Users/yourUser/.mcreator/log and open the file named mcreator.log. This file is the logs of your current session, and you can find all Blokcly/Freemarker errors of your errors (even if sometimes they aren't understandable xD).