Skip to content

v2.6.3-beta

Compare
Choose a tag to compare
@smell-of-curry smell-of-curry released this 12 Dec 20:57
· 30 commits to main since this release

UPDATE RECOMMENDED....

Change-log:

  • Removed <page: number> from ping command in READEM.md
  • Added documentation for -role owner in README.md
  • Fixed syntax for example of -mute command in README.md
  • Removed "api.Providers.form.invalidFormtype" & "api.ChestGUI.error.pagenotfound" in src/lang/text.ts
  • Reworded "modules.managers.mute.isMuted" => §cYou've been temporarily muted in chat.
  • Moved awaitWorldLoad & onWorldLoad from src\lib\database\utils to src\utils
  • Recoded ecwipe command, command now will run all commands instead of awaiting every run, this makes the command 27x faster
  • Added §a to the success statement for the ecwipe command
  • Added §a to the unlock statement for the lockdown command
  • Recoded events/playerJoin to now use awaitWorldLoad also FIXES MAJOR BUG THAT WAS CAUSED BECAUSE NEW PEOPLES IDS WERE NOT BEING SET!!
  • Recoded managers/freezes now the freeze will make the players movement component get set to 0 instead of teleporting the player every time, this also made it so we can reduce the amount of calls to reset the movement speed causing for better performace.
  • Fixed REGIONS not getting set and the regions being loaded into memory
  • Fixed Region.delete not deleting its region out of memory
  • Removed Random console.warn out of utils.kick