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: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,9 @@ Here is what each of these actions do:
31
31
-**/** 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)
32
32
33
33
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
-
___
35
34
36
35
- 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))
38
37
39
38
40
39
@@ -83,6 +82,9 @@ For example, if I had created Option 1 as a string, and the user had set it to `
83
82
These can be nearly any value type, so pay attention to make sure the code block you are using supports the value type.
84
83
85
84
*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 () 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.
86
88
## Downloading Scripts
87
89
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.
0 commit comments