Skip to content

Releases: Goldorion/Spigot-Generator-MCreator

1.20.1 - 1.0

27 Aug 02:30
Compare
Choose a tag to compare
  • Updated to Minecraft 1.20.1 (mappings included)
  • Ported the command mod element to the new system
    Note: Only the normal call procedure and the old command call procedure are available.
  • Added support for 30 new global triggers
  • Added support for 65 new entity and player related procedure blocks
  • Added support for 15 new item related procedure blocks
  • Added support for 14 new world related procedure blocks
  • Added support for 11 new misc and direction procedure blocks
  • Added support for the Return procedure block
  • Greatly improved the generated code
  • [Bugfix] Fix some procedure blocks causing build errors
  • [Bugfix] Several minor fixes and changes

Full Changelog: 1.19-0.9.0...1.20.1-1.0

0.9.0 - Minecraft 1.19

28 Jun 18:46
Compare
Choose a tag to compare
  • Updated to Minecraft 1.19
    • Mappings related to 1.19 are not implemented. Waiting for official data lists

0.8.0 - 1.18.2 support!

06 May 23:55
Compare
Choose a tag to compare
* Update to MCreator 2022.1.19518
* Added base support for Spigot 1.18.2
* Added Custom code element support
* Added support for following procedure blocks: Get command parameters
* Added support for following global triggers: On block multiplace, On block place
* ADded Turkish translations (by TheKralGameOfficial)
* [Bugfix #46] On player join global trigger caused a build error```

1.0-alpha07 - 2021.1 & 1.16.5

04 Mar 22:19
Compare
Choose a tag to compare
  • Updated to MCreator 2021.1.03117
  • Updated Spigot to Minecraft 1.16.5
  • Removed support for ClothCommons
  • Added support for following entity procedure blocks: Add item to player's inventory, Add potion effect to entity (basic & advanced), Entity is invulnerable, Entity is in water, Entity is alive, Entity is invisible, Entity is leashed, Entity is on ground
  • Added support for following block/world procedure blocks: Block is fluid, Get block light level, Get block at, Get Number & logic game rule, Set Number & logic game rule, Spawn entity, Spawn entity with rotation, Is block powered, Get redstone power
  • Get Entity display name now returns the custom name of the entity if this is not a player
  • #23 Procedure blocks for the player now uses the entity input
  • #29 Added On Enable and On Disable gobal triggers
  • [Bugfix #25-#26-#30] Create a new workspace caused an error
  • [Bugfix #24 ] Run the environment test server caused an error
  • [Bugfix] Export the plugin caused an error
  • [Bugfix] Some mapping files weren't correct
  • [Bugfix] Number dependencies didn't work properly

1.0.0-alpha.6 - 2020.5 & 1.16.4

05 Dec 01:37
Compare
Choose a tag to compare
  • Updated the plugin for MCreator 2020.5
  • Updated Spigot for Minecraft 1.16.4

1.0.0-alpha.5

13 Aug 05:07
cdbaee8
Compare
Choose a tag to compare
1.0.0-alpha.5 Pre-release
Pre-release

The plugins now require Cloth Commons to work.

  • Added all mappings (1.16.2 and before)

1.16.2-1.0-pre4

12 Aug 01:26
3d58cc1
Compare
Choose a tag to compare
1.16.2-1.0-pre4 Pre-release
Pre-release

Update to Minecraft 1.16.2

1.0.0-alpha3

27 Jul 19:35
3d58cc1
Compare
Choose a tag to compare
1.0.0-alpha3 Pre-release
Pre-release
  • Added a lot of new procedure blocks (Check PROCEDURES.md)
  • Added support for Global triggers (Check PROCEDURES.md) (Thank you Klemen)
  • Added support to test plugins inside MCreator (Thank you Klemen)
  • Added and updated mappings for Minecraft 1.16
  • Few bug fixes

1.0.0-pre2

24 Jul 17:48
ed53d80
Compare
Choose a tag to compare
1.0.0-pre2 Pre-release
Pre-release
  • Added gradle wrapper
  • Added Procedure mod elements (#7) (Thank you to Klemen)
  • Added few procedures blocks (Thank you to Klemen) Read this page to see all procedure blocks implemented
  • Changed the license for the GNU Lesser General Public License v2.1

1.0.0-pre1

18 Jul 14:48
af3b035
Compare
Choose a tag to compare
1.0.0-pre1 Pre-release
Pre-release

First version of the plugin

  • Base workspace
  • Added Commands

Too make an event for your command, you need to code it yourself in the command's class.