NOTICE: This plugin branch is for PocketMine-MP 4.
✨ Bard-AI is a Google Bard AI integrated chatbot plugin like ChatGPT
- Ask a question to Google Bard
- Customizable messages
- Customizable forms
- FormUI support
Command | Description | Permission |
---|---|---|
/bardai |
Ask a question to Google Bard | bardai.command |
- Visit https://bard.google.com/
- F12 for console
- Session:
Application → Cookies → Copy the value of __Secure-1PSID cookie.
token: ''
messages:
not-ready: '&cThe AI is not ready yet, please check token in config.yml'
player-only: '&cThis command can only be used by players.'
no-permission: '&cYou do not have permission to use this command.'
empty-question: '&cYou must ask a question.'
processing: '&aAsking Bard...'
ask-form:
title: 'Bard AI'
label: 'Ask Bard a question!'
input:
text: 'Question'
placeholder: 'Ask a question...'
result-form:
title: 'Bard AI'
content: '{content}'
button: '&cClose'