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
{{ message }}
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,12 @@ Type 'Help' into the console once executed for a list of commands, currently ove
23
23
A folder named "situation_plugins" will be created upon execution.<br>
24
24
To create a plugin you will need to create a new file such as <command_name>.lua.<br>
25
25
Situation admin will treat every lua file within the folder as a function, whatever is inside the file is what is gets ran whenever you execute the command.<br>
26
-
The name of the file will be what the command is called for example if the file is named "HelloWorld.lua" or "HellowWorld.txt" to run the command you would type "HelloWorld" in the input, commands are not case sensitive therefore you could also type "HeLLoWoRLd" and the command would still run.
26
+
The name of the file will be what the command is called for example if the file is named "HelloWorld.lua" or "HelloWorld.txt" to run the command you would type "HelloWorld" in the input, commands are not case sensitive therefore you could also type "HeLLoWoRLd" and the command would still run.
0 commit comments