Skip to content

Commit a016b35

Browse files
authored
Update README.md
1 parent f328cdf commit a016b35

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This script has the following features (besides interfacing with the Minecraft s
66

77
>- Support for Linux, and partial support for Windows (most things work on Windows, and things that don't are either disabled or have warnings)
88
>
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)
1010
>
1111
>- Automatically backing up to a zip file every time the server starts (only on Linux)
1212
>
@@ -30,26 +30,26 @@ This script has the following features (besides interfacing with the Minecraft s
3030
3131
_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)_
3232

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/)
3434
-0000 ┌╢START OF FILE
3535
-0008 ├─Imports
3636
-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)
51+
-0954 ├─Minecraft server handling
52+
-0961 ├─Keyboard input handler
53+
-0980 ├─Things that run on startup
54+
-1090 ├─Main
55+
-1093 └╢END OF FILE

0 commit comments

Comments
 (0)