Advertisement
Guest User

ChatPolls v1.3 Permissions + Usage

a guest
Aug 12th, 2020
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. ChatPolls Permissions & Usage (v1.3):
  2.  
  3. - chatpolls.*
  4. Gives access to all ChatPolls commands.
  5.  
  6. - NEW: chatpolls.chp
  7. Redirects the user to a list of ChatPolls's commands.
  8. In-Game: /chp
  9.  
  10. - chatpolls.chpversion
  11. Displays ChatPolls's current version.
  12. In-Game: /chpversion
  13.  
  14. - chatpolls.chpstart
  15. Starts a poll.
  16. In-Game (New Interactive Mode): /chpstart
  17. Non-Interactive Mode: /chpstart -t <title> -d <description> -o <option1> -o <option2> (-delay <timeInSeconds>) (-r) (-a) (-clearchat)...
  18. The four fields in <> are string values. To put spaces in your poll, simply use an underscore.
  19. (-clearchat will clear the chat before your poll is displayed.)
  20. Ex: /chpstart -t Testing -d This_is_my_poll! -o Option_1_Here -o Option_2_Here -r -a -delay 20
  21. Ex2: /chpstart -t Testing2 -d This_is_my_poll2! -o Option_1_Here -o Option_2_Here -o Option_3_Here -a
  22.  
  23. - chatpolls.chpvote
  24. Votes on an active poll.
  25. In-Game: /chpvote <NUMBER_OF_POLL> <OPTION>
  26. 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.
  27. Ex: /chpvote 1 1
  28.  
  29. - chatpolls.chplist
  30. Lists the numbers of all active polls.
  31. In-Game: /chplist
  32. No arguments needed. Easy.
  33. Ex: /chplist
  34.  
  35. - chatpolls.chpinfo:
  36. Gets information on an active poll.
  37. Running the command alone will list all active polls.
  38. In-Game: /chpinfo <NUMBER_OF_POLL>
  39. Ex: /chpinfo 1
  40.  
  41. - chatpolls.chpmodify
  42. Modifies an active poll.
  43. Uses Bukkit's conversation API :)
  44. In-Game: /chpmodify <NUMBER_OF_POLL>
  45.  
  46. - chatpolls.chpfinish
  47. Ends an active poll.
  48. In-Game: /chpfinish <NUMBER_OF_POLL>
  49. Ex: /chpfinish 1
  50.  
  51. - chatpolls.chpreload
  52. Reloads ChatPolls's configuration files.
  53. (Some things that can be configured include sounds and general settings!)
  54. In-Game: /chpreload
  55.  
  56. - chatpolls.chptest
  57. Runs a test poll; essentially has the same function as /chpstart, but the poll is only sent to you.
  58. YOU CAN NOT USE -r WITH THIS COMMAND!
  59. In-Game: /chptest -t <title> -d <description> -o <option1> -o <option2> (-delay <timeInSeconds>) (-a) (-clearchat)...
  60. Ex: /chpstart -t Testing -d This_is_my_poll! -o Option_1_Here -o Option_2_Here -a -clearchat
  61.  
  62. If you have any questions, feel free to message me!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement