mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
8 lines
206 B
Groovy
8 lines
206 B
Groovy
|
import com.thinkaurelius.titan.core.TitanFactory
|
||
|
import com.thinkaurelius.titan.example.GraphOfTheGodsFactory
|
||
|
|
||
|
def g = TitanFactory.open('conf/titan.properties')
|
||
|
GraphOfTheGodsFactory.load(g)
|
||
|
|
||
|
g.shutdown()
|