Skip to content

Commit a812184

Browse files
authored
Update README.md
1 parent 7521ae8 commit a812184

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ Here is what each of these actions do:
3131
- ![enter image description here](https://i.imgur.com/Av7lZmu.png)**/**![enter image description here](https://i.imgur.com/I8PXtvr.png) Toggle: Toggles your script on and off. When a script is off, it does not run at all. (Red means script is currently on, green means script is off)
3232

3333
To edit your script, select the edit icon and a new menu will be opened. From here, you can add code, change your scripts description and add config options.
34-
___
3534

3635
- ![Settings Icon](https://i.imgur.com/fy9SfQP.png) From here you can write a short description about your script to tell others who may use it any important information.
37-
You can also add config options which users can change without accessing the code. The values of these options can be used in your code. (More info later)
36+
You can also add config options which users can change without accessing the code. The values of these options can be used in your code. (More info [later](https://github.com/not-first/DFScript-updated-readme-/edit/1.19.2/README.md#changing-parameters))
3837

3938

4039

@@ -83,6 +82,9 @@ For example, if I had created Option 1 as a string, and the user had set it to `
8382
These can be nearly any value type, so pay attention to make sure the code block you are using supports the value type.
8483

8584
*Currently, changing the order and contents of added parameters is not supported, so you will have to delete and redo if you make a mistake.*
85+
## Disabling Scripts - !!
86+
Sometimes when you are creating a script, you may accidentally make your client complete actions which are against DiamondFire rules, such as making your client spam, or other similar actions. If this is the case, immediately leave the server. In the top left if your multiplayer screen, there will be a button button (![Scripts icon]( https://i.imgur.com/Q2phpZz.png)) which will open up a version of the scripts menu where scripts can be disabled. When you rejoin the server the script will now be disabled. **You can edit code inside a disabled script, so make sure you have fixed the issue before re-enabling the script.**
87+
If the issue came from a script you did not make, report the script in the [discord](https://discord.gg/gtfFwWEapx) so it can be removed.
8688
## Downloading Scripts
8789
To download a script that someone else has made, open the main scripts menu, select add, and there will be a list of scripts others have made as well as a search bar. Scripts with a star next to their name mean that they are verified and safe to use.
8890

@@ -110,7 +112,3 @@ ___
110112
<img src="https://img.shields.io/github/contributors/DFOnline/DFScript" />
111113
<img src="https://img.shields.io/github/release-date/DFOnline/DFScript" />
112114
</p>
113-
114-
115-
116-

0 commit comments

Comments
 (0)