You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Loader/Config/Settings.luau
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,6 @@ settings.WarnDangerousCommand = false -- Do dangerous commands ask for confirma
285
285
settings.CommandFeedback=false-- Should players be notified when commands with non-obvious effects are run on them?
286
286
settings.CrossServerCommands=true-- Are commands which affect more than one server enabled?
287
287
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
288
-
settings.CreatorPowers=true-- Gives me creator-level admin; This is strictly used for debugging; I can't debug without full access to the script
289
288
settings.CodeExecution=false-- Enables the use of code execution in Adonis. Scripting related (such as :s) and a few other commands require this
290
289
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
291
290
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.
descs.LockMessage=[[ Message shown to people when they are kicked while the game is :slocked ]]
468
467
descs.SystemTitle=[[ Title to display in :sm ]]
469
468
470
-
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 ]]
471
469
descs.MaxLogs=[[ Maximum logs to save before deleting the oldest; Too high can lag the game ]]
472
470
descs.SaveCommandLogs=[[ If command logs are saved to the datastores ]]
473
471
descs.Notification=[[ Whether or not to show the "You're an admin" and "Updated" notifications ]]
0 commit comments