Skip to content

Version 0.10.0

Choose a tag to compare

@Elektryk-Andrzej Elektryk-Andrzej released this 11 Nov 19:18
· 9 commits to main since this release

SER now supports databases!

That's right, the highly anticipated features of SE/SER are steadily being introduced. First was the audio, now welcome the database!
SER now allows you to store literal and player values inside JSON files for long-term storage 🎉

Added

  • CreateDB method
  • AppendDB method
  • GetFromDB method
  • DBHasKey method
  • DBExists method
  • CollectionLength method
  • Set079AccessTier method (@Tosoks67)
  • maxAuxiliaryPower player property (@Tosoks67)
  • sizeX player property (@Tosoks67)
  • sizeY player property (@Tosoks67)
  • sizeZ player property (@Tosoks67)
  • accessTier player property (@Tosoks67)

Fixed

  • break keyword not working for the forever loop (kinda fitting lmao)
  • all optional arguments being mistaken as required
  • 'sender' argument for Command being required
  • Int argument not allowing unrestricted values

Full Changelog: 0.9.0...0.10.0