Skip to content

Releases: mythicmc/MythicStore

1.2.0

01 Jun 19:41
195ef17
Compare
Choose a tag to compare
  • Check Redis every 30 seconds instead of 60.
  • Don't log Redis errors just once, these are critical errors.
  • Add /skincontrol command for MythicMC.
  • Add /runonjoin command for MythicMC.

1.1.0

01 Jun 14:32
Compare
Choose a tag to compare

Changelog:

  • Renamed plugin to MythicStore.
  • Allow disabling RedisCommandQueue features.
  • Add /givecreativeplot command to plugin.

1.0.1

29 May 10:22
20b03e0
Compare
Choose a tag to compare

Changelog:

  • Update README.
  • Fix port number being wrong.
  • Use LPOP instead of LREM+LRANGE.
  • Rename command_queue to command-queue.
  • Remove the BungeeCord component as it is useless.

1.0.0

28 May 15:10
876c093
Compare
Choose a tag to compare

Initial release of RedisCommandQueue, used by the store to run commands on the server in an available, fault-tolerant way. The store still isn't immune to having a powercut during a transaction, but this covers 95% of the problem.