Files
Nebula/.gitignore
RaidenShogun503 6d9e28963d Add Command SetLevel (#8)
* Add Remote Command API (Use KEY)

* Clean up HttpServer by removing unused code

Removed commented-out code

* Add SetLevel Command (need to restart the game for it to take effect)

* Add Proto Request Change Level (Not Work)

* Update setlevel command

---------

Co-authored-by: Melledy <121644117+Melledy@users.noreply.github.com>
2025-11-26 19:45:45 -08:00

81 lines
855 B
Plaintext

# Compiled class file
*.class
#idea
*.idea
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.war
*.nar
*.ear
*.zip
*.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build/
out/
# Ignore Gradle properties
gradle.properties
# Eclipse
.project
.classpath
.settings
.metadata
.properties
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
.loadpath
.recommenders
./StellaSoraData
# VSCode
.vscode
# lombok
/.apt_generated/
# macOS
.DS_Store
.directory
# Generated/resource/log/plugins folders
/logs
/plugins
/proto
/resources
/web
# Compiled
/*.jar
/*.sh
# Extra
Nebula Handbook.txt
config.json
patchlist.json
*.mv
*.exe
*.p12
BuildConfig.java
Test.java