Plugin support for spigot and craftbukkit

Started by MrMyror on

Topic category: Feature requests and ideas for MCreator

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Plugin support for spigot and craftbukkit

Mods and plugins are both written in Java so why not add plugin support? maybe not enough people want it? maybe something to do with Gradle? IDK. 

Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mods and Plugins are both in…
Mon, 06/08/2020 - 22:22

Mods and Plugins are both in Java yes but there is a major difference between Mods and Plugins!!
Mods add things to Minecraft such as Blocks, Items, Tools, ... but Plugins don't add things to Minecraft! They only use things from Minecraft. The only thing they can add are commands, enchantments and advancements.

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The major difference between…
Wed, 07/08/2020 - 00:38

The major difference between mods and plugins arr not what @Max094_reikeb said, but it is Gradle. Mods (and MCreator) work with gradle, but plugins don't work with plugins, and currently, MCreator only support Gradle.