Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.23 KB

readme.md

File metadata and controls

45 lines (33 loc) · 1.23 KB

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