- GUI reworked so now there are less bugs when setting up a Minigame. Testing is still required. - Force-Item Team variant is now in a working state but some features are still missing or simplified. - Inventories etc. are now correctly restored after a minigame ends. - Reconnection is now handled more robust meaning no data loss SHOULD occur. - On-screen texts now look a bit more fancy, desing isnt complete yet tho. - README updated
17 lines
140 B
Plaintext
17 lines
140 B
Plaintext
# Gradle
|
|
/.gradle/
|
|
/build/
|
|
|
|
# IntelliJ IDEA
|
|
/.idea/
|
|
|
|
# Eclipse
|
|
/.classpath
|
|
/.project
|
|
/.settings/
|
|
|
|
# Compiled output
|
|
/bin/
|
|
|
|
# macOS
|
|
.DS_Store |