v2.6.3-beta
smell-of-curry
released this
12 Dec 20:57
·
30 commits
to main
since this release
UPDATE RECOMMENDED....
Change-log:
- Removed
<page: number>
fromping
command inREADEM.md
- Added documentation for
-role owner
inREADME.md
- Fixed syntax for example of
-mute
command inREADME.md
- Removed
"api.Providers.form.invalidFormtype"
&"api.ChestGUI.error.pagenotfound"
insrc/lang/text.ts
- Reworded
"modules.managers.mute.isMuted"
=>§cYou've been temporarily muted in chat.
- Moved
awaitWorldLoad
&onWorldLoad
fromsrc\lib\database\utils
tosrc\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 theecwipe
command - Added
§a
to the unlock statement for thelockdown
command - Recoded
events/playerJoin
to now useawaitWorldLoad
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 ofutils.kick