Guest User

Untitled

a guest
Sep 29th, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. # Set this to the desired language file you wish to load.
  2. #
  3. # If your l10n is not available but one is that you know how to speak,consider
  4. # contributing to this plugin at https://github.com/WooMinecraft/WooMinecraft/
  5. lang: "en"
  6.  
  7. # This is how often, in seconds, the server will contact your WordPress installation
  8. # to see if there are donations that need made.
  9. update_interval: 1500
  10.  
  11. # You must set this to your WordPress site URL. If you installed WordPress in a
  12. # subdirectory, it should point there.
  13. url: "https://store.kronosmc.net"
  14.  
  15. # If you are having issues with REST, or have disabled pretty permalinks. Set this to false.
  16. # Doing so will use the old /index.php?rest_route=/wmc/v1/server/ base
  17. # Setting this to false will also allow you to set the restBasePath value if you have altered your
  18. # installation in any way.
  19. prettyPermalinks: false
  20.  
  21. # If your REST API has a custom path base, input it here.
  22. # NOTE: This is only loaded if prettyPermalinks is set to false.
  23. # Known good URL bases.
  24. # - /wp-json/wmc/v1/server/
  25. # - /index.php?rest_route=/wmc/v1/server/
  26. restBasePath: ""
  27.  
  28. # This must match the WordPress key in your admin panel for WooMinecraft
  29. # This is a key that YOU set, both needing to be identical in the admin panel
  30. # and in this config file
  31. # For security purposes, you MUST NOT leave this empty.
  32. key: "same key as website"
  33.  
  34. # Allowed worlds the player needs to be in to run the commands.
  35. # Disabled by default!
  36. #whitelist-worlds:
  37. # - world
  38.  
  39. # Set to true in order to toggle debug information
  40. debug: false
Advertisement
Add Comment
Please, Sign In to add comment