Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Releases: CodeDoctorDE/ItemMods

v2.0.0-alpha.2

28 Dec 13:45
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

Merry Christmas!

This update includes:

  • 1.18 support
  • Simple command framework

Have a nice day!

Maintenance update

15 Sep 17:25
Compare
Choose a tag to compare
Maintenance update Pre-release
Pre-release

This is a maintenance update.
Translation bugs (#18) were fixed and new api methods were implemented.

First alpha of 2.0.0

05 Sep 09:33
Compare
Choose a tag to compare
First alpha of 2.0.0 Pre-release
Pre-release

ItemMods has its first birthday! Happy birthday! Come to the discord to celebrate this!
I rewrote the plugin.

Here are the highlights:

  • Every item and block is in a pack and have its own file in the pack directory
  • GUI improvements: tabs, smaller gui, ...
  • Resource pack generator: The plugin will build a resource pack for you.
    You only need to add a preset, and the required textures
  • New translation api: It's easier to translate. I added crowdin to give the opinion
    to add their own language to the plugin
  • New docs: I created an own website for the plugin. Here you can see all news, documentation and more. See it here
  • Remove nms dependency, added nbt api
  • Follow the semantic versioning 2.0: Every version is named in the following schema: MAJOR.MINOR.PATCH.
    The alpha, beta and release candidates has a number after it (for example 2.0.0-alpha.0)

And here is the first release in 2021 for ItemMods!
Have fun. The docs are not finished, so please use the discord for questions.

Thank you for waiting :)

Bug fixing

05 Sep 10:37
94d5e05
Compare
Choose a tag to compare

Fix several dupe glitches
Update BetterGUI to the latest 4.x update
I STRONGLY RECOMMENDED UPDATING!

Only armor stand blocks + Advanced api

10 Aug 05:34
Compare
Choose a tag to compare
  • Add advanced api, thanks to @AlessioDP
    • OreAnnouncer Support
  • Change thtat you can also make only armor stand blocks
  • Update api
  • Fixing bug #3
  • Change to new api
  • README update
  • change api, now it's openConfigGui, not getConfigGui

Bug fixing + CodeMC

16 Jul 17:24
Compare
Choose a tag to compare
  • Fixing block breaking bug, thanks to @AlessioDP
  • Deploy repository on codemc

Bug fixing

16 Jul 17:15
Compare
Choose a tag to compare

fix don't place

Bug fixing + Custom events

15 Jul 11:13
Compare
Choose a tag to compare
  • Null pointer exception fix
  • Custom events

Bug fixing

15 Jul 10:50
Compare
Choose a tag to compare
  • Bump version
  • Fix null checks
  • Fix better gui soft depends error

Better gui support + Bug fixing

15 Jul 10:30
Compare
Choose a tag to compare
  • Better gui support
  • Bug fixing
  • Updated wiki