Implemented binary_poll_user and /pollself

This commit is contained in:
Nathan Schneider
2021-01-23 00:18:23 -07:00
parent e581b6a84f
commit c8ca1d3d51
2 changed files with 56 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# modpol: Modular Politics for Minetest
A mod for [Minetest](https://minetest.net) that provides an API for diverse governance mechanisms according to the [Modular Politics](https://metagov.org/modpol) specification. Built in collaboration with the Minetest community—see the initial [forum post](https://forum.minetest.net/viewtopic.php?f=47&t=26037)!
This is a mod for [Minetest](https://minetest.net) that provides an API for diverse governance mechanisms. It seeks to implement the [Modular Politics](https://metagov.org/modpol) proposal.
This mod produces an API that can serve as a dependency for other mods that add specific governance functionalities.
@ -16,7 +16,8 @@ Most of these commands will later be buried under other commands that do more pr
* `/listplayers` - Lists all the players currently in the game
* `/joinorg [orgname]` - Adds the user to the specified org
* `/listmembers [orgname]` - Lists the players currently in the specified org
* `/pollself [question]` - Asks the player a yes/no/abstain question
---
Initiated by [Nathan Schneider](https://nathanschneider.info) of the [Media Enterprise Design Lab](https://colorado.edu/lab/medlab) at the University of Colorado Boulder, as part of the [Metagovernance Project](https://metagov.org). Reach out if you'd like to contribute!
Initiated by [Nathan Schneider](https://nathanschneider.info) of the [Media Enterprise Design Lab](https://colorado.edu/lab/medlab) at the University of Colorado Boulder, as part of the [Metagovernance Project](https://metagov.org), in collaboration with the Minetest community—see the initial [forum post](https://forum.minetest.net/viewtopic.php?f=47&t=26037). Contributions welcome.