mirror of
https://github.com/ddaodan/minechatgpt.git
synced 2026-06-21 21:45:28 +08:00
1.0:插件发布
This commit is contained in:
23
src/main/resources/plugin.yml
Normal file
23
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: MineChatGPT
|
||||
version: '${version}'
|
||||
main: com.ddaodan.MineChatGPT.Main
|
||||
author: ddaodan
|
||||
description: A Spigot plugin for interacting with ChatGPT
|
||||
|
||||
commands:
|
||||
chatgpt:
|
||||
description: Interact with ChatGPT
|
||||
usage: /chatgpt <question>
|
||||
permissions:
|
||||
minechatgpt.use:
|
||||
description: Allows using the /chatgpt command to interact with AI
|
||||
default: true
|
||||
minechatgpt.reload:
|
||||
description: Allows reloading the configuration file
|
||||
default: op
|
||||
minechatgpt.model:
|
||||
description: Allows switching models
|
||||
default: op
|
||||
minechatgpt.modellist:
|
||||
description: Allows listing available models
|
||||
default: op
|
||||
Reference in New Issue
Block a user