Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test server #177

Merged
merged 14 commits into from
May 4, 2024
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,32 @@
.project
.settings/
target/
TestServer/bundler/
TestServer/.console_history
TestServer/banned-ips.json
TestServer/banned-players.json
TestServer/bukkit.yml
TestServer/commands.yml
TestServer/eula.txt
TestServer/help.yml
TestServer/ops.json
TestServer/paper-1.20.4-462.jar
TestServer/permissions.yml
TestServer/spigot.yml
TestServer/usercache.json
TestServer/version_history.json
TestServer/wepif.yml
TestServer/whitelist.json
TestServer/cache/
TestServer/config/
TestServer/debug/
TestServer/libraries/
TestServer/logs/
TestServer/world_the_end/
TestServer/world_nether/
TestServer/world/
TestServer/PrisonEscapeWorld/
TestServer/versions/
TestServer/plugins/*
!TestServer/plugins/TF_PrisonEscape/
.vscode/*
7 changes: 7 additions & 0 deletions TestServer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Test Server

To run a minecraft server there are a lot more files that are needed. However only the ones that have relevant changes are gonna be pushed to the repository.

## Map

When the first version of the map is ready a zip file will be added.
Loading
Loading