Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 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: donator1.freemc.host
  4.  
  5. # Port to listen for new votes on
  6. port: 30350
  7.  
  8. # Setting this option to true will disable handling of Protocol v1 packets. While the old protocol is not secure, this
  9. # option is currently not recommended as most voting sites only support the old protocol at present. However, if you are
  10. # using NuVotifier's proxy forwarding mechanism, enabling this option will increase your server's security.
  11. disable-v1-protocol: false
  12.  
  13. # All tokens, labeled by the serviceName of each server list.
  14. tokens:
  15. # Default token for all server lists, if another isn't supplied.
  16. default: iplmiup935i13qkuieg6m1t0hs
  17.  
  18. # Configuration section for all vote forwarding to NuVotifier
  19. forwarding:
  20. # Sets whether to set up a remote method for fowarding. Supported methods:
  21. # - none - Does not set up a forwarding method.
  22. # - pluginMessaging - Sets up plugin messaging
  23. method: none
  24. pluginMessaging:
  25. channel: nuvotifier:votes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement