-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor & added "some" nice AI comments
Refactored and modulated some of the code to improve readability and ease of modification. Complete folder restructure, including renaming of some files to have the same naming scheme/pattern.
- Loading branch information
1 parent
f13f268
commit 7e41465
Showing
19 changed files
with
323 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,4 @@ replay_pid* | |
node_modules/ | ||
|
||
.eslintrc.json | ||
*.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
SERVER_NAME="YOUR_SERVER_NAME" | ||
JAVA_API_URL="YOUR_JAVA_API_URL" | ||
BEDROCK_API_URL="YOUR_BEDROCK_API_URL" | ||
WEBHOOK_URL="YOUR_WEBHOOK_URL" | ||
MESSAGE_ID="YOUR_MESSAGE_ID" | ||
DYNMAP_URL="YOUR_DYNMAP_URL" | ||
THUMBNAIL_URL="YOUR_THUMBNAIL_URL" |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.