Skip to content

Commit de8a0bc

Browse files
authored
Update README.md
1 parent f1df725 commit de8a0bc

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@ This script has the following features (besides interfacing with the Minecraft s
2828
2929
_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)_
3030

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)
49+
-0885 ├─Minecraft server handling
50+
-0892 ├─Keyboard input handler
51+
-0911 ├─Things that run on startup
52+
-1022 ├─Main
53+
-1025 └╢END OF FILE

0 commit comments

Comments
 (0)