Skip to content

Commit ea1139f

Browse files
authored
Added table of contents for release 1
1 parent b54a878 commit ea1139f

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,26 @@ This script has the following features (besides interfacing with the Minecraft s
2727
>-And more!
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)_
30+
31+
Table of contents for version 1 (Generated by "RunServerTOC.py" in https://github.com/Tiger-Tom/RunServerDotPy-extras/)
32+
-0000 ┌╢START OF FILE
33+
-0008 ├─Imports
34+
-0061 ├─Directories
35+
-0071 ├─Fix main RunServerDotPy directory if missing
36+
-0075 ├─Setup some module-related things
37+
-0078 ├─Setup some values
38+
-0082 ├─Setup profanity filter
39+
-0090 ├─Base simple functions
40+
-0215 ├─Get username for Ubuntu
41+
-0219 ├─Configuration
42+
-0305 ├─Command generation
43+
-0308 ├─Logging
44+
-0405 ├─Minecraft server utilities
45+
-0500 ├─ChatCommands
46+
-0861 ├─Indev AntiCheat (not currently in development)
47+
-0879 ├─Minecraft server handling
48+
-0886 ├─Keyboard input handler
49+
-0905 ├─Things that run on startup
50+
-1000 ├─Main
51+
-1003 └╢END OF FILE
52+
`

0 commit comments

Comments
 (0)