Skip to content

Velladriel/minecraft-gpt-god-plugin-german

 
 

Repository files navigation

GPTGodIcon GPTGOD Bukkit Plugin

Fork to let the AI answer in german. Very basic right now, needs some testing. Umlauts might cause some issues, same with very long german words.

Local Setup

Building

  • use the shadowjar task to build
  • the jar will appear in build/libs
  • place this jar in the plugins folder of the server

Dependencies

to add a dependency add it like this:

dependencies {
    implementation 'com.google.code.gson:gson:2.10.1'
}

shadowJar {
    dependencies {
        include(dependency('com.google.code.gson:.*'))
    }
}

Running

  • go to plugins/gptgodmc/config.yml
  • paste in your OpenAi API key
  • run the server
  • launch minecraft with fabric
  • connect to the server at localhost

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%