mirror of
https://gitlab.com/lunovox/e-urn.git
synced 2025-03-15 07:21:22 +00:00
3.4 KiB
3.4 KiB
E-URN
Colect opinion of player with electronic urn.
License:
More details:
Developers:
- Lunovox Heavenfinder: email, xmpp, social web, audio conference, more contacts
📦 Depends:
Mod Name | Dependency Type | Descryption |
---|---|---|
default | Mandatory | Minetest Game Included. |
Commands:
Command | Parameter | Descryption |
---|---|---|
/president |
[<candidate_name>] |
Show or Select the presidente of the server. Need the electoraljudge privilege. |
/candidateme |
[<political campaign>] |
Register your campaign to run for server president. |
/discandidateme |
Unregister your campaign to run for server president. | |
/candidates |
Show the name of all candidates for president. | |
/candidate or /campaign |
[<candidate_name>] |
Show the Campaign of candidate for president. |
/vote |
[<candidate_name>] |
Vote for a specific candidate for president. Need a minimum number of hours of online play. |
/unvote |
Unvote for presidetial candidate. | |
/votes |
Show the name of all candidates for president with the amount of votes. Need the electoraljudge privilege. |
|
/election |
Apply presidential selection vote counting! Need the electoraljudge privilege. |
API:
<array> modEUrn.getPresidentCandidates()
: Return a array with name of all presidente candidates of the server. Return empty array if not exist.<string/nil> modEUrn.getPresidentName()
: Return a string with the presidente name of the server. Return nil if not exist.modEUrn.doSave()
: Save database em filee-urm.db
.