From 57e84ef53a902aae60c1d724fd746f39e0c31151 Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Thu, 12 Sep 2024 00:53:24 -0400 Subject: [PATCH] Change file permissions to 755 --- commands/about.js | 0 commands/cb.js | 0 commands/cloop.js | 0 commands/eval.js | 0 commands/help.js | 0 commands/logoff.js | 0 commands/netmsg.js | 0 commands/refill.js | 0 commands/restart.js | 0 commands/say.js | 0 commands/settings.js | 0 commands/stop.js | 0 commands/template.js | 0 commands/test.js | 0 commands/validate.js | 0 lang/en-US.json | 0 plugins/console.js | 0 plugins/player.js | 0 secret_example.json | 0 util/Command.js | 0 util/ConsoleCommand.js | 0 util/chatlog.js | 0 util/chatparse_console.js | 0 util/chatparse_mc.js | 0 util/chatparse_plain.js | 0 util/commands.js | 0 util/consolecolors.json | 0 util/getProtocolVersion.js | 0 util/hashcheck.js | 0 util/lang.js | 0 util/mc_lang.js | 0 util/memoryconvert.js | 0 util/parseNBT.js | 0 util/usergen.js | 0 util/uuidtoint.js | 0 util/version.js | 0 version.json | 0 37 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 commands/about.js mode change 100644 => 100755 commands/cb.js mode change 100644 => 100755 commands/cloop.js mode change 100644 => 100755 commands/eval.js mode change 100644 => 100755 commands/help.js mode change 100644 => 100755 commands/logoff.js mode change 100644 => 100755 commands/netmsg.js mode change 100644 => 100755 commands/refill.js mode change 100644 => 100755 commands/restart.js mode change 100644 => 100755 commands/say.js mode change 100644 => 100755 commands/settings.js mode change 100644 => 100755 commands/stop.js mode change 100644 => 100755 commands/template.js mode change 100644 => 100755 commands/test.js mode change 100644 => 100755 commands/validate.js mode change 100644 => 100755 lang/en-US.json mode change 100644 => 100755 plugins/console.js mode change 100644 => 100755 plugins/player.js mode change 100644 => 100755 secret_example.json mode change 100644 => 100755 util/Command.js mode change 100644 => 100755 util/ConsoleCommand.js mode change 100644 => 100755 util/chatlog.js mode change 100644 => 100755 util/chatparse_console.js mode change 100644 => 100755 util/chatparse_mc.js mode change 100644 => 100755 util/chatparse_plain.js mode change 100644 => 100755 util/commands.js mode change 100644 => 100755 util/consolecolors.json mode change 100644 => 100755 util/getProtocolVersion.js mode change 100644 => 100755 util/hashcheck.js mode change 100644 => 100755 util/lang.js mode change 100644 => 100755 util/mc_lang.js mode change 100644 => 100755 util/memoryconvert.js mode change 100644 => 100755 util/parseNBT.js mode change 100644 => 100755 util/usergen.js mode change 100644 => 100755 util/uuidtoint.js mode change 100644 => 100755 util/version.js mode change 100644 => 100755 version.json diff --git a/commands/about.js b/commands/about.js old mode 100644 new mode 100755 diff --git a/commands/cb.js b/commands/cb.js old mode 100644 new mode 100755 diff --git a/commands/cloop.js b/commands/cloop.js old mode 100644 new mode 100755 diff --git a/commands/eval.js b/commands/eval.js old mode 100644 new mode 100755 diff --git a/commands/help.js b/commands/help.js old mode 100644 new mode 100755 diff --git a/commands/logoff.js b/commands/logoff.js old mode 100644 new mode 100755 diff --git a/commands/netmsg.js b/commands/netmsg.js old mode 100644 new mode 100755 diff --git a/commands/refill.js b/commands/refill.js old mode 100644 new mode 100755 diff --git a/commands/restart.js b/commands/restart.js old mode 100644 new mode 100755 diff --git a/commands/say.js b/commands/say.js old mode 100644 new mode 100755 diff --git a/commands/settings.js b/commands/settings.js old mode 100644 new mode 100755 diff --git a/commands/stop.js b/commands/stop.js old mode 100644 new mode 100755 diff --git a/commands/template.js b/commands/template.js old mode 100644 new mode 100755 diff --git a/commands/test.js b/commands/test.js old mode 100644 new mode 100755 diff --git a/commands/validate.js b/commands/validate.js old mode 100644 new mode 100755 diff --git a/lang/en-US.json b/lang/en-US.json old mode 100644 new mode 100755 diff --git a/plugins/console.js b/plugins/console.js old mode 100644 new mode 100755 diff --git a/plugins/player.js b/plugins/player.js old mode 100644 new mode 100755 diff --git a/secret_example.json b/secret_example.json old mode 100644 new mode 100755 diff --git a/util/Command.js b/util/Command.js old mode 100644 new mode 100755 diff --git a/util/ConsoleCommand.js b/util/ConsoleCommand.js old mode 100644 new mode 100755 diff --git a/util/chatlog.js b/util/chatlog.js old mode 100644 new mode 100755 diff --git a/util/chatparse_console.js b/util/chatparse_console.js old mode 100644 new mode 100755 diff --git a/util/chatparse_mc.js b/util/chatparse_mc.js old mode 100644 new mode 100755 diff --git a/util/chatparse_plain.js b/util/chatparse_plain.js old mode 100644 new mode 100755 diff --git a/util/commands.js b/util/commands.js old mode 100644 new mode 100755 diff --git a/util/consolecolors.json b/util/consolecolors.json old mode 100644 new mode 100755 diff --git a/util/getProtocolVersion.js b/util/getProtocolVersion.js old mode 100644 new mode 100755 diff --git a/util/hashcheck.js b/util/hashcheck.js old mode 100644 new mode 100755 diff --git a/util/lang.js b/util/lang.js old mode 100644 new mode 100755 diff --git a/util/mc_lang.js b/util/mc_lang.js old mode 100644 new mode 100755 diff --git a/util/memoryconvert.js b/util/memoryconvert.js old mode 100644 new mode 100755 diff --git a/util/parseNBT.js b/util/parseNBT.js old mode 100644 new mode 100755 diff --git a/util/usergen.js b/util/usergen.js old mode 100644 new mode 100755 diff --git a/util/uuidtoint.js b/util/uuidtoint.js old mode 100644 new mode 100755 diff --git a/util/version.js b/util/version.js old mode 100644 new mode 100755 diff --git a/version.json b/version.json old mode 100644 new mode 100755