Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit a0d68fb

Browse files
authored
Merge pull request #22 from Teemsploit2/patch-6
Update README.md
2 parents cbf6ea5 + 4ba8062 commit a0d68fb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
A console admin script made for Synapse X and script-ware, currently working on adding temple support.<br>
33

44
```lua
5-
loadstring(game:HttpGet(('https://raw.githubusercontent.com/Teemsploit/SituationAdmin.lua/main/admin.lua'),true))()
5+
loadstring(game:HttpGet(('[[
6+
https://raw.githubusercontent.com/Teemsploit/SituationAdmin.lua/main/admin.lua
7+
]]'),true))()
68
```
79
<p>
810
May not work on other executors.<br>
@@ -21,7 +23,7 @@ Type 'Help' into the console once executed for a list of commands, currently ove
2123
A folder named "situation_plugins" will be created upon execution.<br>
2224
To create a plugin you will need to create a new file such as <command_name>.lua.<br>
2325
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>
24-
The name of the file will be what the command is called for example if the file is named "example.lua" to run the command you would type "command" in the input
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.
2527
</p>
2628

2729
<h1>Thank you to our contributors</h>

0 commit comments

Comments
 (0)