Skip to content

Releases: Jaimss/moducore

v0.6.0 - New Features and API Updates!

12 Apr 16:58
7294998
Compare
Choose a tag to compare

This release adds a ton, as well as makes the API stronger. You can see the full comparison here.

  • Add Teleport Requests
  • Add Permission/Group based lockdowns
  • Add ptime/pweather
  • Add kits
  • Add broadcast (supporting markdown)
  • Rename Command
  • Setlore Command
  • Give kits on first join
  • RTP only goes to places that don't have water/lava
  • Add a /rtp alias (/wild)
  • Custom Death Messages (randomly selected)
  • Fix a bug where players who are kicked due to lockdown was still sending a leave/join message.
  • Auto broadcasting
  • Fix undo after /sethome still sending in chat

v0.5.0 - New Modules & Bug Fix

08 Mar 15:51
a029633
Compare
Choose a tag to compare
  • added a new sudo module
  • changed the way commands are registered (now uses reflection)
  • fixed a bug that would occur when the ModuCoreHologramCreateEvent was called

v0.4.1 - Aliases & Minecraft Give Command

07 Mar 20:03
5257dea
Compare
Choose a tag to compare
  • This version added a /ci alias to the /clear command.
  • This version fixed overwriting /minecraft:give completely, and now allows that command to be used when more complex item queries are necessary.

v0.4.0 - API Changes & Expansion

11 Feb 22:59
3259f1f
Compare
Choose a tag to compare

v0.4.0 brings some API changes as well as a smaller jar. Please check out the wiki page on including moducore if you are a developer, as it provides more information on how to properly include the different dependencies.

v0.4.0 also adds a lot more events to listen to. Future versions will add more and allow cancellation.

v0.3.1 - Hologram Bug Fixes

08 Feb 14:47
c646e49
Compare
Choose a tag to compare

Fixed:

  • Some holograms would appear in multiple worlds if players were in other worlds when they were created.
  • Unicode Characters are now supported (UTF-16)
  • Some players couldn't see holograms.

v0.3.0 - API Changes & Bug Fixes

06 Feb 20:38
284f2c3
Compare
Choose a tag to compare

In this version, I changed the API around a bit more to make some more things work and fixed a small holograms bug.

v0.2.0 - API Changes

05 Feb 16:46
0d921fe
Compare
Choose a tag to compare

Fixed a couple bugs when trying to use the API.

v0.1.2 - Hologram Updates & Bug Fixes

03 Feb 17:48
dcf5bde
Compare
Choose a tag to compare
  • Moved to PaperLib (Paper no longer required)
  • Warp Bug fixed
  • Update Checker Improved
  • Hologram Info & tphere

v0.1.1 - Command Modules Fix

03 Feb 14:39
dfa5d8c
Compare
Choose a tag to compare

v0.1.1 Changes the way commands are registered to allow their modules to work better. Commands no longer go in the plugin.yml which fixes the issue of ModuCore still registering commands even when the module is disabled.