mattermost-diceroll-plugin:允许用户使用roll命令掷骰子

时间:2024-05-03 15:35:00
【文件属性】:

文件名称:mattermost-diceroll-plugin:允许用户使用roll命令掷骰子

文件大小:341KB

文件格式:ZIP

更新时间:2024-05-03 15:35:00

Go

Mattermost DiceRoll插件 该插件使用户可以使用/ roll命令掷骰子。 用法 /roll FORMULA... 最多滚动10个FORMULA 。 例子: /roll 3d6 : /roll 3d6三个6面骰子,将总数相加。 /roll 3d6+4 : /roll 3d6+4三个6面骰子,将总数相加,然后将总数加4。 /roll 3d20 : /roll 3d20三个20面骰子,将总数相加。 /roll 3d20<=4 : /roll 3d20<=4三个20面骰子,总计,并计算每个骰子的成功率小于或等于4 。 /roll 3d20e<=1 : /roll 3d20e<=1三个20面骰子,为每个骰子掷出一个小于或等于1骰子,再掷出一个骰子,然后求和。 /roll 3d20e<=1<=4 :掷出三个20面骰子,为每个骰子显示小于或等于1骰子再掷出一个骰子,将总数


【文件预览】:
mattermost-diceroll-plugin-master
----server()
--------manifest.go(1KB)
--------random.go(395B)
--------argsort.go(486B)
--------main.go(318B)
--------.gitignore(18B)
--------configuration.go(3KB)
--------diceroller.go(9KB)
--------plugin.go(7KB)
----webapp()
--------package.json(4KB)
--------.eslintrc.json(13KB)
--------tests()
--------package-lock.json(756KB)
--------src()
--------tsconfig.json(726B)
--------i18n()
--------.gitignore(36B)
--------webpack.config.js(3KB)
--------.npmrc(16B)
--------babel.config.js(1KB)
----assets()
--------dice-d20-solid.svg(1KB)
--------starter-template-icon.svg(2KB)
--------dice()
--------.gitkeep(0B)
----resources()
--------dice()
----LICENSE(11KB)
----plugin.json(880B)
----.gitignore(62B)
----.golangci.yml(976B)
----.circleci()
--------config.yml(171B)
----Makefile(8KB)
----go.sum(90KB)
----public()
--------hello.html(97B)
----README.md(3KB)
----.editorconfig(394B)
----.gitattributes(43B)
----build()
--------setup.mk(1KB)
--------pluginctl()
--------custom.mk(56B)
--------.gitignore(4B)
--------sync()
--------go.sum(98KB)
--------manifest()
--------go.mod(300B)
----go.mod(531B)

网友评论