Skip to content

intUnderflow/minecraft-gpt-god-plugin

 
 

Repository files navigation

GPTGodIcon GPTGOD Bukkit Plugin

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%