index
:
ServerCraft
master
A graphical interfact for managing a Spigot Minecraft server
Bryson Steck
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
src
/
main
/
kotlin
/
xyz
/
brysonsteck
/
servercraft
/
Main.kt
blob: e914e99e04a0193758ef473862666c6550a971eb (
plain
)
1
2
3
4
5
package
xyz
.
brysonsteck
.
servercraft
fun
main
() {
App
().
run
()
}