Skip to content

a plugin for PMMP that answers all user questions using Google Bard.

License

Notifications You must be signed in to change notification settings

Taylor-pm-pl/Bard-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bard-AI


Discord

NOTICE: This plugin branch is for PocketMine-MP 4.
Bard-AI is a Google Bard AI integrated chatbot plugin like ChatGPT

Features

  • Ask a question to Google Bard
  • Customizable messages
  • Customizable forms
  • FormUI support

Commands & Permissions

Command Description Permission
/bardai Ask a question to Google Bard bardai.command

Authentication

  1. Visit https://bard.google.com/
  2. F12 for console
  3. Session: Application → Cookies → Copy the value of __Secure-1PSID cookie.

Config

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'

Additional Notes

  • If you found bugs or want to give suggestions, please visit here or join our Discord server.
  • We accept all contributions! If you want to contribute, please make a pull request in here.

About

a plugin for PMMP that answers all user questions using Google Bard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages