Pollless allows players to vote on polls made by admins.
Permissions
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.- pollless.create -- Required to create a poll.
- pollless.delete -- Required to delete a poll.
- pollless.show -- Required to show the polls.
- pollless.vote -- Required to vote on a poll.
Chat Commands
- /poll show [PAGE_NUMBER] -- Allows player to show polls by PAGE.
- /poll create [NAME] [CONTENT] -- Allows player to create a poll.
- /poll delete [POLL_INDEX] -- Allows player to delete a poll.
- /poll info [POLL_INDEX] -- Allows player to see the info of a poll.
- /poll vote [POLL_INDEX] [YES/NO] -- Allows player to vote on a poll by POLL INDEX.