Guest User

ChatPolls v1.1 Permissions + Usage

a guest
Jul 18th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. ChatPolls Permissions & Usage (v1.1):
  2.  
  3. - chatpolls.*
  4. Gives access to all ChatPolls commands.
  5.  
  6. - chatpolls.chpversion
  7. Displays ChatPolls's current version.
  8. In-Game: /chpversion
  9.  
  10. - chatpolls.chpstart
  11. Starts a poll.
  12. In-Game: /chpstart <POLL_NAME> <POLL_DESCRIPTION> <POLL_OPTION1> <POLL_OPTION2>...(-clearchat)
  13. The four fields in <> are string values. To put spaces in your poll, simply use an underscore.
  14. (-clearchat will clear the chat before your poll is displayed.)
  15. Ex: /chpstart Testing This_is_my_poll! Option_1_Here Option_2_Here
  16.  
  17. - chatpolls.chpvote
  18. Votes on an active poll.
  19. In-Game: /chpvote <NUMBER_OF_POLL> <OPTION>
  20. When a poll starts, all members online will be told what number the poll is. Choices will be numbered depending on the order put in /chpstart.
  21. Ex: /chpvote 1 1
  22.  
  23. - chatpolls.chpinfo:
  24. Gets information on an active poll.
  25. Running the command alone will list all active polls.
  26. In-Game: /chpinfo <NUMBER_OF_POLL>
  27. Ex: /chpinfo 1
  28.  
  29. - chatpolls.chpmodify
  30. Modifies an active poll.
  31. Uses Bukkit's conversation API :)
  32. In-Game: /chpmodify <NUMBER_OF_POLL>
  33.  
  34. - chatpolls.chpfinish
  35. Ends an active poll.
  36. In-Game: /chpfinish <NUMBER_OF_POLL>
  37. Ex: /chpfinish 1
  38.  
  39. - chatpolls.chpreload
  40. Reloads ChatPolls's configuration files.
  41. (Some things that can be configured include sounds and general settings!)
  42. In-Game: /chpreload
  43.  
  44. - chatpolls.chptest
  45. Runs a test poll; essentially has the same function as /chpstart, but the poll is only sent to you.
  46. In-Game: /chptest <POLL_NAME> <POLL_DESCRIPTION> <POLL_OPTION1> <POLL_OPTION2>...(-clearchat)
  47. Ex: /chpstart Testing This_is_my_poll! Option_1_Here Option_2_Here
  48.  
  49. If you have any questions, feel free to message me!
Add Comment
Please, Sign In to add comment