change project structure to be able to integrate with docker
This commit is contained in:
parent
8bb72fefdd
commit
39d03ffae3
@ -1 +0,0 @@
|
||||
1747133741280:stop
|
27
.gitignore
vendored
27
.gitignore
vendored
@ -1,16 +1,17 @@
|
||||
cache
|
||||
libraries
|
||||
logs
|
||||
versions
|
||||
*/cache
|
||||
*/libraries
|
||||
*/logs
|
||||
*/versions
|
||||
*/plugins/.paper-remapped
|
||||
|
||||
world
|
||||
world_nether
|
||||
world_the_end
|
||||
*/world
|
||||
*/world_nether
|
||||
*/world_the_end
|
||||
|
||||
./.console_history
|
||||
*/.console_history
|
||||
|
||||
banned-ips.json
|
||||
banned-players.json
|
||||
ops.json
|
||||
whitelist.json
|
||||
usercache.json
|
||||
*/banned-ips.json
|
||||
*/banned-players.json
|
||||
*/ops.json
|
||||
*/whitelist.json
|
||||
*/usercache.json
|
||||
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"hashes": {},
|
||||
"skippedHashes": [],
|
||||
"mappingsHash": "AE6205D8CCC4573215AB10065342F9C15433E2CFEFB33BEAB6CA4A7E12AEF02D"
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"hashes": {},
|
||||
"skippedHashes": [],
|
||||
"mappingsHash": "AE6205D8CCC4573215AB10065342F9C15433E2CFEFB33BEAB6CA4A7E12AEF02D"
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,5 +0,0 @@
|
||||
{
|
||||
"hashes": {},
|
||||
"skippedHashes": [],
|
||||
"mappingsHash": "AE6205D8CCC4573215AB10065342F9C15433E2CFEFB33BEAB6CA4A7E12AEF02D"
|
||||
}
|
3
src/run.bat
Executable file
3
src/run.bat
Executable file
@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
java -Xms4G -Xmx4G -jar purpur-1.21-2284.jar -nogui
|
||||
pause
|
@ -1,5 +1,5 @@
|
||||
#Minecraft server properties
|
||||
#Tue May 13 13:55:18 EEST 2025
|
||||
#Sun Jun 01 22:12:23 EEST 2025
|
||||
accepts-transfers=false
|
||||
allow-flight=false
|
||||
allow-nether=true
|
Loading…
Reference in New Issue
Block a user