英語|
注記
開発者と翻訳者は、Cubegptチームに参加できます。
注記
他のオープンソースプロジェクトであるBuildergptを使用して、家やその他の構造を生成します!
GPTにアイデアを与え、AIはワンクリックでカスタマイズされたMinecraftサーバープラグインを生成します。これは、Bukkit、Spigot、Paper、Purpur、Arclight、Catserver、Magma、Mohist、その他のBukkitベースのサーバーに適しています。
Bukkitgptは、技術的に精通していないが、すべての種類のカスタマイズされた小さなプラグインまで、すべてGPTによって行われたMinecraftサーバーの所有者向けに、無料のAI搭載のMinecraft Bukkitプラグインです。
SEC-APIは、Cubegptによって開発されたプログラムのユーザーに無料のApikeyを提供していることを発表しています。
このキーは、GPT-4-Visionなどのモデルにアクセスできず、いつでも期限切れになることに注意してください。
ここからキーを入手できます。
Better Description[プロジェクト]タブに移動しました。
ユーザーがプラグインの説明を入力すると、プログラムによりgpt-3.5-turboプロンプトを最適化し、 gpt-4-turbo-preview gpt-4-turbo-preview最適化されたプロンプトを提供します。
{
"output": [
{
"file": "%WORKING_PATH%/Main.java",
"code": "package ...;nimport org.bukkit.Bukkit;npublic class Main extends JavaPlugin implements CommandExecutor {n..."
},
{
"file": "src/main/resources/plugin.yml",
"code": "name: ...nversion: ...n..."
},
{
"file": "src/main/resources/config.yml",
"code": "..."
},
{
"file": "pom.xml",
"code": "..."
}
]
}
このプログラムは、このプロンプトを解析し、 projects/templateフォルダー全体をコピーし、IT artifact_nameに名前を付け、プロンプトから各ファイルを使用してJARを構築します。
Java、Maven、Python 3+を使用して、任意のコンピューターでBukkitgptを使用できます。
そして、あなたはこのパッケージをインストールする必要があります:
pip install openai
(コンピューターにPython環境がインストールされていることを確認してください)
Source Code.zipをダウンロードして解凍します。config.pyを編集して、Openai Apikeyを入力してください。ui.exe (bash python console.py )を実行し、プラグインを生成するよう指示されているアーティファクト名と説明とパッケージIDを入力します。projects/<artifact_name>/target/<artifact_name>-<version>.jar <version> .jarからプラグインをコピーして、サーバーplugins/フォルダーにJar。Source Code.zipをダウンロードして解凍します。config.yamlを編集して、Openai Apikeyを入力してください。console.py (bash python console.py )を実行し、プラグインを生成するように指示されているアーティファクト名と説明とパッケージIDを入力します。projects/<artifact_name>/target/<artifact_name>-<version>.jar <version> .jarからプラグインをコピーして、サーバーplugins/フォルダーにJar。Source Code.zipをダウンロードして解凍します。config.yamlを編集して、Openai Apikeyを入力してください。ui.py (bash python console.py )を実行します。projects/<artifact_name>/target/<artifact_name>-<version>.jar <version> .jarからプラグインをコピーして、サーバーplugins/フォルダーにJar。解決策:空のフォルダーに配置し、[1.13.2]を[1.13.2]を選択し、右下隅にCompileしてから、 projects/<artifact_name_of_your_plugin> Settings/Select Version projects/<artifact_name_of_your_plugin>/target build.batクリックすることになりますフォルダ。
プロジェクトが気に入っている場合は、プロジェクトにスターを渡すか、問題を提出するか、それを改善するためにリクエストをプルすることができます。
Copyright [2024] [CubeGPT Team]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.