PPF Home
Plugins
Developers
   Font size:      

Eight Ball (v1.1)

PDF
PDF

Description

Ask the magic 8 ball a question.

Ask the magic 8 ball a question and wait for the ancient magic to reply.

Configuration

The configuration file for this plugin is system/EightBall/EightBallConfig.xml

The list of responses can not be configured at this time.

commandEightBall

The command for asking the magic 8 ball a question. You can set the authLevel to control who is allowed to access the command. The output is used to define where the output from the command will go.

  • authLevel - ANY, ADMIN, MASTER, TRUSTED, NONE
  • output - CHANNEL, PM, NOTICE

      <commandEightBall authLevel="none" output="channel">!8ball</commandEightBall>

    

Commands

Ask the 8 ball a question

Command: !8ball
Description: Shows the Magic Eight Ball's response to your question
Auth Level: none
Where to give command: channel
Outputs to: channel
Example(s):

  • !8ball are you a nice eight ball?

Change History

v1.1 By EdorFaus: added configuration file.
v1.0 First Version by tang^