Skip to content

Commit cb4749b

Browse files
authored
Remove CreatorPowers setting
1 parent 99cfb44 commit cb4749b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

MainModule/Server/Dependencies/DefaultSettings.luau

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ settings.WarnDangerousCommand = false -- Do dangerous commands ask for confirma
291291
settings.CommandFeedback = false -- Should players be notified when commands with non-obvious effects are run on them?
292292
settings.CrossServerCommands = true -- Are commands which affect more than one server enabled?
293293
settings.ChatCommands = true -- If false you will not be able to run commands via the chat; Instead, you MUST use the console or you will be unable to run commands
294-
settings.CreatorPowers = true -- Gives me creator-level admin; This is strictly used for debugging; I can't debug without full access to the script
295294
settings.CodeExecution = false -- Enables the use of code execution in Adonis. Scripting related (such as :s) and a few other commands require this
296295
settings.SilentCommandDenials = false -- If true, there will be no differences between the error messages shown when a user enters an invalid command and when they have insufficient permissions for the command
297296
settings.OverrideChatCallbacks = true -- If the TextChatService ShouldDeliverCallbacks of all channels are overridden by Adonis on load. Required for slowmode. Mutes use a CanSend method to mute when this is set to false.
@@ -473,7 +472,6 @@ descs.BanMessage = [[ Message shown to banned users ]]
473472
descs.LockMessage = [[ Message shown to people when they are kicked while the game is :slocked ]]
474473
descs.SystemTitle = [[ Title to display in :sm ]]
475474

476-
descs.CreatorPowers = [[ Gives me creator-level admin; This is strictly used for debugging; I can't debug without access to the script and specific owner commands ]]
477475
descs.MaxLogs = [[ Maximum logs to save before deleting the oldest; Too high can lag the game ]]
478476
descs.SaveCommandLogs = [[ If command logs are saved to the datastores ]]
479477
descs.Notification = [[ Whether or not to show the "You're an admin" and "Updated" notifications ]]
@@ -582,7 +580,6 @@ order = {
582580
"CommandFeedback";
583581
"CrossServerCommands";
584582
"ChatCommands";
585-
"CreatorPowers";
586583
"";
587584
"SilentCommandDenials";
588585
"OverrideChatCallbacks";

0 commit comments

Comments
 (0)