Releases: mythicmc/MythicStore
Releases · mythicmc/MythicStore
1.2.0
- 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
Changelog:
- Renamed plugin to MythicStore.
- Allow disabling RedisCommandQueue features.
- Add
/givecreativeplot
command to plugin.
1.0.1
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
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.