chrismou/phergie-irc-plugin-react-dice
最新稳定版本:v2.0.0
Composer 安装命令:
composer require chrismou/phergie-irc-plugin-react-dice
包简介
Phergie plugin for returning randomly generated numbers in response to dice rolling requests
README 文档
README
Phergie plugin for returning randomly generated numbers in response to dice rolling requests.
About
This plugin returns the total of a user specified number of dice rolls.
By default, the plugin responds to "dice " (number of sides is optional, defaults to 6); i.e. dice 5 returns the total of five 6-sided die rolls.
Install
The recommended method of installation is through composer.
composer require chrismou/phergie-irc-plugin-react-dice
See Phergie documentation for more information on installing and enabling plugins.
Configuration
To activate the plugin using the default settings, add the following to your phergie config:
new \Chrismou\Phergie\Plugin\Dice\Plugin
You can configure some of the settings as follows:
new \Chrismou\Phergie\Plugin\Dice\Plugin( "defaultSides": 6, // The number of sides on the dice if excluded from the command "maxRolls": 50, // Maximum number of dice "maxSides": 1000, // Maximum number of sides per dice "showSums": true // Show the sums in the response )
Tests
To run the unit test suite:
curl -s https://getcomposer.org/installer | php
php composer.phar install
./vendor/bin/phpunit
License
Released under the BSD License. See LICENSE.
统计信息
- 总下载量: 292
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2014-12-19