Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Set this to the desired language file you wish to load.
- #
- # If your l10n is not available but one is that you know how to speak,consider
- # contributing to this plugin at https://github.com/WooMinecraft/WooMinecraft/
- lang: "en"
- # This is how often, in seconds, the server will contact your WordPress installation
- # to see if there are donations that need made.
- update_interval: 1500
- # You must set this to your WordPress site URL. If you installed WordPress in a
- # subdirectory, it should point there.
- url: "https://store.kronosmc.net"
- # If you are having issues with REST, or have disabled pretty permalinks. Set this to false.
- # Doing so will use the old /index.php?rest_route=/wmc/v1/server/ base
- # Setting this to false will also allow you to set the restBasePath value if you have altered your
- # installation in any way.
- prettyPermalinks: false
- # If your REST API has a custom path base, input it here.
- # NOTE: This is only loaded if prettyPermalinks is set to false.
- # Known good URL bases.
- # - /wp-json/wmc/v1/server/
- # - /index.php?rest_route=/wmc/v1/server/
- restBasePath: ""
- # This must match the WordPress key in your admin panel for WooMinecraft
- # This is a key that YOU set, both needing to be identical in the admin panel
- # and in this config file
- # For security purposes, you MUST NOT leave this empty.
- key: "same key as website"
- # Allowed worlds the player needs to be in to run the commands.
- # Disabled by default!
- #whitelist-worlds:
- # - world
- # Set to true in order to toggle debug information
- debug: false
Advertisement
Add Comment
Please, Sign In to add comment