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
settings.FunCommands=true-- Are fun commands enabled?
287
-
settings.PlayerCommands=true-- Are player-level utility commands enabled?
288
-
settings.AgeRestrictedCommands=true-- Are age-locked commands enabled?
289
-
settings.WarnDangerousCommand=false-- Do dangerous commands ask for confirmation?
290
-
settings.CommandFeedback=false-- Should players be notified when commands with non-obvious effects are run on them?
291
-
settings.CrossServerCommands=true-- Are commands which affect more than one server enabled?
292
-
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
293
-
settings.CreatorPowers=true-- Gives me creator-level admin; This is strictly used for debugging; I can't debug without full access to the script
294
-
settings.CodeExecution=false-- Enables the use of code execution in Adonis. Scripting related (such as ;s) and a few other commands require this
295
-
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
287
+
settings.FunCommands=true-- Are fun commands enabled?
288
+
settings.PlayerCommands=true-- Are player-level utility commands enabled?
289
+
settings.AgeRestrictedCommands=true-- Are age-locked commands enabled?
290
+
settings.WarnDangerousCommand=false-- Do dangerous commands ask for confirmation?
291
+
settings.CommandFeedback=false-- Should players be notified when commands with non-obvious effects are run on them?
292
+
settings.CrossServerCommands=true-- Are commands which affect more than one server enabled?
293
+
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
295
+
settings.CodeExecution=false-- Enables the use of code execution in Adonis. Scripting related (such as ;s) and a few other commands require this
296
+
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
296
297
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.
298
+
settings.ChatCreateRobloxCommands=false-- Whether "/" commands for Roblox should get created in new Chat
297
299
298
300
settings.BanMessage="Banned"-- Message shown to banned users upon kick
299
301
settings.LockMessage="Not Whitelisted"-- Message shown to people when they are kicked while the game is ;slocked
0 commit comments