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
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This script has the following features (besides interfacing with the Minecraft s
6
6
7
7
>- Support for Linux, and partial support for Windows (most things work on Windows, and things that don't are either disabled or have warnings)
8
8
>
9
-
>- Support for modding to add new or modify existing ChatCommands and help strings
9
+
>- Support for modding to add new or modify existing ChatCommands and help strings (see https://github.com/Tiger-Tom/RunServerDotPy-extras/blob/main/ModExamples/MainModExample.py)
10
10
>
11
11
>- Automatically backing up to a zip file every time the server starts (only on Linux)
12
12
>
@@ -30,26 +30,26 @@ This script has the following features (besides interfacing with the Minecraft s
30
30
31
31
_Fun fact: the original RunServer.py script that I made was around 825 lines, and my goal for the new version (this one) was to make it more efficient, but I still ended up with more lines (hopefully the extra lines are just because of better commenting, better spacing, and more features being added)_
32
32
33
-
Table of contents for version 2.3 (Generated by "RunServerTOC.py" in https://github.com/Tiger-Tom/RunServerDotPy-extras/)
33
+
Table of contents for version 3.0 (Generated by "RunServerTOC.py" in https://github.com/Tiger-Tom/RunServerDotPy-extras/)
34
34
-0000 ┌╢START OF FILE
35
35
-0008 ├─Imports
36
36
-0057 ├─Directories
37
-
-0068 ├─Fix main RunServerDotPy directory if missing
38
-
-0071 ├─Setup some module-related things
39
-
-0074 ├─Setup some values
40
-
-0078 ├─Setup profanity filter
41
-
-0085 ├─Base simple functions
42
-
-0208 ├─Get username for Ubuntu
43
-
-0211 ├─Fix cache dir (if missing)
44
-
-0214 ├─Auto-update
45
-
-0259 ├─Configuration
46
-
-0330 ├─Command generation
47
-
-0333 ├─Logging
48
-
-0420 ├─Minecraft server utilities
49
-
-0517 ├─ChatCommands
50
-
-0867 ├─Indev AntiCheat (not currently in development)
51
-
-0885 ├─Minecraft server handling
52
-
-0892 ├─Keyboard input handler
53
-
-0911 ├─Things that run on startup
54
-
-1022 ├─Main
55
-
-1025 └╢END OF FILE
37
+
-0069 ├─Fix main RunServerDotPy directory if missing
38
+
-0072 ├─Setup some module-related things
39
+
-0075 ├─Setup some values
40
+
-0079 ├─Setup profanity filter
41
+
-0086 ├─Base simple functions
42
+
-0209 ├─Get username for Ubuntu
43
+
-0212 ├─Fix cache dir (if missing)
44
+
-0215 ├─Auto-update
45
+
-0260 ├─Configuration
46
+
-0331 ├─Command generation
47
+
-0334 ├─Logging
48
+
-0421 ├─Minecraft server utilities
49
+
-0518 ├─ChatCommands
50
+
-0936 ├─Indev AntiCheat (not currently in development)
0 commit comments