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
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,26 +28,26 @@ This script has the following features (besides interfacing with the Minecraft s
28
28
29
29
_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)_
30
30
31
-
Table of contents for release 2.0 (Generated by "RunServerTOC.py" in https://github.com/Tiger-Tom/RunServerDotPy-extras/)
32
-
-000 ┌╢START OF FILE
33
-
-008 ├─Imports
34
-
-057 ├─Directories
35
-
-068 ├─Fix main RunServerDotPy directory if missing
36
-
-071 ├─Setup some module-related things
37
-
-074 ├─Setup some values
38
-
-078 ├─Setup profanity filter
39
-
-085 ├─Base simple functions
40
-
-208 ├─Get username for Ubuntu
41
-
-211 ├─Fix cache dir (if missing)
42
-
-214 ├─Auto-update
43
-
-256 ├─Configuration
44
-
-327 ├─Command generation
45
-
-330 ├─Logging
46
-
-417 ├─Minecraft server utilities
47
-
-514 ├─ChatCommands
48
-
-838 ├─Indev AntiCheat (not currently in development)
49
-
-856 ├─Minecraft server handling
50
-
-863 ├─Keyboard input handler
51
-
-882 ├─Things that run on startup
52
-
-992 ├─Main
53
-
-995 └╢END OF FILE
31
+
Table of contents for version 2.3 (Generated by "RunServerTOC.py" in https://github.com/Tiger-Tom/RunServerDotPy-extras/)
32
+
-0000 ┌╢START OF FILE
33
+
-0008 ├─Imports
34
+
-0057 ├─Directories
35
+
-0068 ├─Fix main RunServerDotPy directory if missing
36
+
-0071 ├─Setup some module-related things
37
+
-0074 ├─Setup some values
38
+
-0078 ├─Setup profanity filter
39
+
-0085 ├─Base simple functions
40
+
-0208 ├─Get username for Ubuntu
41
+
-0211 ├─Fix cache dir (if missing)
42
+
-0214 ├─Auto-update
43
+
-0259 ├─Configuration
44
+
-0330 ├─Command generation
45
+
-0333 ├─Logging
46
+
-0420 ├─Minecraft server utilities
47
+
-0517 ├─ChatCommands
48
+
-0867 ├─Indev AntiCheat (not currently in development)
0 commit comments