-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.js
executable file
·73 lines (70 loc) · 2.63 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/// <reference types="../CTAutocomplete" />
/// <reference lib="es2015" />
import { skillsCommand } from "./commands/SkillsCommand"
import { dontRp } from "./commands/DontRP"
import { dsCommand } from "./commands/DsCommand"
import { memberCommand } from "./commands/MemberCommand"
import { repartyCommand } from "./commands/RepartyCommand"
import { pingCommand } from "./commands/PingCommand"
import { bloomCommand } from "./commands/BloomCommand"
import { dcCommand } from "./commands/DcCommand"
import { slayerCommand } from "./commands/SlayerCommand"
import { kuudraCommand } from "./commands/KuudraCommand"
import { pbCommand } from "./commands/PBCommand"
import "./commands/MiscCommands"
import "./commands/EnderPearlCommand"
import "./commands/SuperBoomCommand"
import "./commands/wikiCommand"
import "./utils/FirstInstall"
import "./features/AutoArchitectDraft"
import "./features/AutoDSParty"
import "./features/AutoKicker"
import "./features/AutoReparty"
import "./features/AutoTransfer"
import "./features/BetterPartyFinderJoin"
import "./features/BlazeSolver"
import "./features/BlessingMessageHider"
import "./features/BlockUselessMessages"
import "./features/CakeNumbers"
import "./features/CellsAlignTimer"
import "./features/ChatEditor"
import "./features/ContainerValue"
import "./features/CrystalHollowsMap"
import "./features/CrystalTimer"
import "./features/CustomEndInfo"
import "./features/DungeonCooldownTimer"
import "./features/dungeonChestProfit/DungeonChestProfit"
import "./features/EtherwarpOverlay"
import "./features/GyroRadius"
import "./features/HideGrayNumbers"
import "./features/HideLightning"
import "./features/HideNamesWith0Health"
import "./features/HideFallingBlocks"
import "./features/HideSoulweaverSkulls"
import "./features/HideThirdPersonCrosshair"
import "./features/ItemPriceLore"
import "./features/ItemValueOverlay"
import "./features/LividSolver"
import "./features/NoDeathAnimation"
import "./features/P3ArrowAlignSolver"
import "./features/PartyOverlay"
import "./features/PlayerLogs"
import "./features/RejoinReparty"
import "./features/RngMeter"
import "./features/RunOverview"
import "./features/RunSplits"
import "./features/ShowSecretClicks"
import "./features/SimonSaysSolver"
import "./features/SpeedDisplay"
import "./features/SpiritLeapNames"
import "./features/StacksTracker"
import "./features/TeleportMazeSolver"
import "./features/TermimalTracker"
import "./features/TerminalSolvers"
import "./features/TerminalSplits"
import "./features/TerminalTimer"
import "./features/ThreeWeirdosSolver"
import "./features/ToggleSprint"
import "./features/TriviaSolver"
import "./features/WaterBoardTimer"
import "./features/WatcherClear"