Releases: Goldorion/Spigot-Generator-MCreator
Releases · Goldorion/Spigot-Generator-MCreator
1.20.1 - 1.0
- 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
- 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!
* 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
- 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
- Updated the plugin for MCreator 2020.5
- Updated Spigot for Minecraft 1.16.4
1.0.0-alpha.5
The plugins now require Cloth Commons to work.
- Added all mappings (1.16.2 and before)
1.16.2-1.0-pre4
Update to Minecraft 1.16.2
1.0.0-alpha3
- 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
1.0.0-pre1
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.