Commit graph

159 commits

Author SHA1 Message Date
70ad414984 Lint 2024-08-04 06:07:58 -04:00
3c73eb3a71
Fixed uwu translations 2024-08-04 03:31:17 -04:00
22689b3a69
Remove extraneous comment in command loader 2024-08-04 02:53:11 -04:00
2fe65e23d1
Spacing [4] 2024-08-04 02:51:52 -04:00
8fb9fdb337
Make the console's UUID an "actual" UUID 2024-08-04 02:50:26 -04:00
b2dba835a9
Chat parser fix 2024-08-04 02:49:42 -04:00
e2b3b28392
Spacing [2] 2024-08-04 02:34:36 -04:00
cd6ee042ec
Rewrite verify command 2024-08-04 01:55:45 -04:00
240fef6273
Lint 2024-08-04 01:41:32 -04:00
f7bde90840
Spacing [1] 2024-08-04 01:30:28 -04:00
3cf976aa33
Change comment 2024-08-03 04:14:42 -04:00
cbf3398243
Rewrite help command
Yes, the help command loads commands (to prevent errors, it can't use the other command loader)
2024-08-03 03:54:11 -04:00
9430f2def1
Seperate version information getter 2024-08-03 03:24:56 -04:00
7cc5c4f330d47060
5bb0c8f00e
Seperate command loader 2024-08-03 03:00:04 -04:00
4f289a88cf
From the other repo (I also use SSH now!) 2024-08-02 13:53:41 -04:00
7bad033c97 Finish chat parser rewrite 2024-08-01 20:32:14 -04:00
f85a34481b Start chat parser rewrite 2024-08-01 20:11:59 -04:00
eb89f9e657 sg.usage": " <message>",
"command.netmsg.desc": "Send a message to all servers the bot is connected to",
	"command.refill.usage": "",
	"command.refill.desc": "Refill core",
	"command.say.usage": " <message>",
	"command.say.desc": "Sends a message to chat",
	"command.serverinfo.usage": "",
	"command.serverinfo.desc": "Get system/bot info",
	"command.stop.usage": "",
	"command.stop.desc": "Restart bot",
	"command.template.usage": " <required> [optional]",
	"command.template.desc": "Does nothing",
	"command.tpr.desc": "Teleport to a random location",
    "command.tpr.usage": "",
	"command.verify.usage": " [args...]",
	"command.verify.desc": "Check the hashing system",
	"command.about.author": "%s - a Minecraft bot made by 77c8f4699b732c11 / a5a06d596f15c7db",
	"command.about.version": "Version %s",
	"command.about.sourceCode": "Source code: %s",
	"command.about.sourceCode.openInBrowser": "Click to o
2024-08-01 20:00:46 -04:00
4a4b992c69 Console colors 2024-08-01 19:58:13 -04:00
33cd9adf67 Chat parser 2024-08-01 19:55:09 -04:00
f09b341ac9 Add strings 2024-07-31 16:09:51 -04:00
1cab040f8d Remove minecraft section sign chat 2024-07-31 05:30:35 -04:00
6f1271ba81 This wouldn't even work anymore 2024-07-31 02:57:43 -04:00
2b87fd14cc Fix chatparse_1204 error handler 2024-07-31 01:08:25 -04:00
5b77fae298 Remove unused and un-implemented Minecraft format 2024-07-30 18:13:27 -04:00
c3fa4ae039 Bugfixes 2024-07-30 18:11:47 -04:00
93c4835728 Add support for 8/4 bit color and white terminals 2024-07-30 17:14:41 -04:00
9f99a1bbf1 Add error handler to this for some reason
I got a maximum call stack size exceeded error in this code...
2024-07-30 15:40:28 -04:00
b5da5fe50c Re-add everything 2024-07-30 05:56:23 -04:00
3ba92d1460 Remove everything 2024-07-30 05:55:39 -04:00
7cc5c4f330d47060
1f691af405 move formattime to the language file 2024-07-30 03:38:44 -04:00
7cc5c4f330d47060
49b217901c Fix commands 2024-07-30 03:11:35 -04:00
7cc5c4f330d47060
45fb241752 Break the bot (I have to work on the other branch) 2024-07-30 03:03:22 -04:00
7cc5c4f330d47060
887518b813 Lint 2024-07-30 01:41:20 -04:00
7cc5c4f330d47060
831f6e2878 Rewrite username generator 2024-07-30 01:39:26 -04:00
7cc5c4f330d47060
77a07ea3f4 -s does not exist anymore 2024-07-29 19:12:08 -04:00
7cc5c4f330d47060
014707a843 Make tpr use translations 2024-07-29 19:06:52 -04:00
7cc5c4f330d47060
b3844d5ccc Linux serverinfo bugfix 2024-07-29 15:15:33 -04:00
7e6c1f4ef1 Add source code to about [3] 2024-07-29 01:02:00 -04:00
c0301fb274 Add source code to about [2] 2024-07-29 01:01:24 -04:00
b356f72053 Move uwu language to en-UW 2024-07-28 19:55:49 -04:00
8cdc79348d fix the hlrp [sic] command 2024-07-28 18:45:17 -04:00
9d7effc649 Fix about command 2024-07-28 18:37:29 -04:00
7cc5c4f330d47060
455fe5aede h-hewwo chipmunk :333333 2024-07-28 16:30:19 -04:00
7cc5c4f330d47060
ed53c4ac38 Update every JavaScript source file
Linting!
2024-07-28 02:37:31 -04:00
7cc5c4f330d47060
5b90ad7954 Merge pull request 'module.exports={ execute: (c)=>{ if(c.args.length>0){ c.bot.printCmdHelp(c.uuid,c.args[0],c.lang,c.colors); } else { c.bot.printHelp(c.uuid,c.prefix,c.lang,c.colors); } }, aliases: [ "hek' (#1) from main into alpha9
Reviewed-on: https://10.0.0.151:3000/7cc5c4f330d47060/botvX/pulls/1
2024-07-27 04:03:52 -04:00
7cc5c4f330d47060
b30a0a21b9 Update cloop translation 2024-07-27 04:01:56 -04:00
7cc5c4f330d47060
f8ee6905c2 Make cloop subcommand use translations 2024-07-27 03:58:09 -04:00
7cc5c4f330d47060
73f0a9d262 Remove Hebrew uwu language notice 2024-07-27 02:43:52 -04:00
7cc5c4f330d47060
00966b2913 omagad!!!! poco!!!! *POCO ringtone* 2024-07-27 02:39:18 -04:00
7cc5c4f330d47060
928841b5f9 Make everything not gray
This comes with some partial rewrites of some commands to enable this.
2024-07-26 00:57:57 -04:00
7cc5c4f330d47060
0e77f57baa Partial help command rewrite 2024-07-25 17:27:10 -04:00
7cc5c4f330d47060
a5f38672c6 Block shift out in chat parser 2024-07-24 16:10:19 -04:00
7cc5c4f330d47060
40e755acbd Block shift out in chat parser 2024-07-24 16:08:27 -04:00
7cc5c4f330d47060
cb064f9541 Block shift out / shift in in username 2024-07-24 16:05:51 -04:00
7cc5c4f330d47060
96a9d28e42 Remove console.log from chat parser 2024-07-24 06:20:32 -04:00
7cc5c4f330d47060
301fa273e0 Remove extraneous comments 2024-07-24 06:19:08 -04:00
7cc5c4f330d47060
6f69d9ac53 Fix chat parser 2024-07-24 06:07:00 -04:00
7cc5c4f330d47060
a323d257fe Add Working directory to Server Info 2024-07-24 01:25:25 -04:00
7cc5c4f330d47060
d9a04f0e33 Add hostname to server info 2024-07-24 01:14:04 -04:00
7cc5c4f330d47060
78815ee72a Add no command message to "help (command) 2024-07-24 01:13:24 -04:00
7cc5c4f330d47060
b49427cab7 Add cloop command 2024-07-23 17:18:55 -04:00
7cc5c4f330d47060
6e28176bda Fix help command 2024-07-23 17:18:48 -04:00
7cc5c4f330d47060
551e77e7df Allow multiple usages for e.g. subcommands 2024-07-23 16:57:47 -04:00
7cc5c4f330d47060
205893aeef Hebrew (Israel) 2024-07-23 15:21:48 -04:00
7cc5c4f330d47060
4372287297 Make console help better 2024-07-23 15:19:41 -04:00
7cc5c4f330d47060
0acd785a5c Make "help command better 2024-07-23 15:15:15 -04:00
7cc5c4f330d47060
67a4a917ba omagad sumung 2024-07-23 12:16:19 -04:00
7cc5c4f330d47060
03b57d3985 Fix help command at console 2024-07-23 12:15:55 -04:00
7cc5c4f330d47060
5a6b8924ab Fixed Hebrew (Israel) 2024-07-23 12:11:51 -04:00
7cc5c4f330d47060
b75466a31c Update Hebrew (Israel) :3 2024-07-23 11:32:15 -04:00
7cc5c4f330d47060
1da0188303 Fix console command bugs 2024-07-22 21:52:18 -04:00
7cc5c4f330d47060
c3a2fee22c Added more messages to Hebrew (Israel) 2024-07-22 21:39:24 -04:00
7cc5c4f330d47060
b67be7f2e9 Make the rest of commands use translation 2024-07-22 21:32:04 -04:00
7cc5c4f330d47060
95258820b4 Added more messages to Hebrew (Israel) 2024-07-22 20:35:45 -04:00
7cc5c4f330d47060
29e59ed0d0 Add translation support
Also converts some things to use it.
2024-07-22 20:33:16 -04:00
7cc5c4f330d47060
658d6b1a6e Remove %n$s hider 2024-07-22 19:10:13 -04:00
7cc5c4f330d47060
cd8522504a Allow for higher %n$s than %4$s 2024-07-22 19:04:28 -04:00
7cc5c4f330d47060
520e2a8abd Finish hashing system 2024-07-22 18:11:27 -04:00
7cc5c4f330d47060
85ef6b3d40 Fix chat parser bug 2024-07-22 18:10:35 -04:00
7cc5c4f330d47060
802b5e2971 Fix help and about commands (this commit also adds a beta hash function) 2024-07-22 15:01:52 -04:00
7cc5c4f330d47060
3a99c7ce36 Make console permission level 3 2024-07-22 14:42:18 -04:00
7cc5c4f330d47060
549b770c7f Fix numbers in JSON messages 2024-07-22 04:07:23 -04:00
7cc5c4f330d47060
25dd43bb35 2024-07-22 00:20:36 -04:00
7cc5c4f330d47060
f1f598b2e7 Add legal username generator 2024-07-21 07:40:31 -04:00
7cc5c4f330d47060
818404f3ee Remove escape codes from console format 2024-07-21 02:37:24 -04:00
7cc5c4f330d47060
a8e88af63c Attempt to remove more characters from usernames 2024-07-19 16:40:14 -04:00
7cc5c4f330d47060
add4e26f13 Rewrite username generator 2024-07-19 15:52:38 -04:00
7cc5c4f330d47060
bbdad08358 Please enter the commit message for your changes. Lines starting 2024-07-19 14:31:24 -04:00
7cc5c4f330d47060
6e94db693d 2024-07-19 14:18:52 -04:00
7cc5c4f330d47060
525ef4ed5a Add error handler to chat parser 2024-07-19 14:12:40 -04:00
7cc5c4f330d47060
10793285b6 Fix crash exploit 2024-07-19 12:10:22 -04:00
7cc5c4f330d47060
5f01efb646 Change textformat.js formatting to be similar to /say 2024-07-19 11:45:40 -04:00
7cc5c4f330d47060
c6a2eaf298 Add automatic text formatter 2024-07-18 16:18:27 -04:00
7cc5c4f330d47060
a9a5a29217 Make black text highlight slightly brighter 2024-07-18 14:47:58 -04:00
7cc5c4f330d47060
c8e240ac36 Add 24-bit color support 2024-07-18 01:42:42 -04:00
7cc5c4f330d47060
b25aad71a1 Add number support to chat parser 2024-07-16 18:27:19 -04:00
7cc5c4f330d47060
ffaa85a096 Fix chat color parser 2024-07-16 18:23:48 -04:00
7cc5c4f330d47060
1d0f1e97f5 Fix c.host and c.port 2024-07-16 17:12:33 -04:00
7cc5c4f330d47060
8965e533d6 Implement @a support for c.send 2024-07-16 16:43:54 -04:00