Advertisement
Guest User

Votifier Config

a guest
Feb 25th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. # The IP to listen to. Use 0.0.0.0 if you wish to listen to all interfaces on your server. (All IP addresses)
  2. # This defaults to the IP you have configured your server to listen on, or 0.0.0.0 if you have not configured this.
  3. host: xxx.xxx.xxx.xx
  4.  
  5. # Port to listen for new votes on
  6. port: 8192
  7.  
  8. # Whether or not to print debug messages. In a production system, this should be set to false.
  9. # This is useful when initially setting up NuVotifier to ensure votes are being delivered.
  10. debug: false
  11.  
  12. # Setting this value to false will turn off the votifier port listening for external votes. This is beneficial if the server
  13. # is only listening for votes coming from NuVotifier running on your BungeeCord.
  14. enableExternal: true
  15.  
  16. # Setting this option to true will disable handling of Protocol v1 packets. While the old protocol is not secure, this
  17. # option is currently not recommended as most voting sites only support the old protocol at present. However, if you are
  18. # using NuVotifier's proxy forwarding mechanism, enabling this option will increase your server's security.
  19. disable-v1-protocol: false
  20.  
  21. # All tokens, labeled by the serviceName of each server list.
  22. tokens:
  23. # Default token for all server lists, if another isn't supplied.
  24. default: xxxxxxxxxxxxxxxxxxxxx
  25.  
  26. # Configuration section for all vote forwarding to NuVotifier
  27. forwarding:
  28. # Sets whether to set up a remote method for fowarding. Supported methods:
  29. # - none - Does not set up a forwarding method.
  30. # - pluginMessaging - Sets up plugin messaging
  31. method: none
  32. pluginMessaging:
  33. channel: NuVotifier
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement