Code (YAML):
   
 
   
    
 ConfigVersion
    : 1.0.1
    
 
    
 
    #enable or disable the update checker
    
 UpdateCheck
    : true
    
 Disable-if-not-updated
    : true
    
 
    # 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
    : 
    "http://playground.dev"
    
 
    
 
    # 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
    : true
    
 
    
 
    # 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 even if you are using MySQL
    
 key
    : 
    ""
    
 
    
 
    # 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
    
 
    
 
    #this can be in a single string or list format, and will run these commands once per order(chargeback)
    
 
    #it uses the same user variable as the Website
    
 
    #example: "ban %s" will ban the user who chargedback
    
 
    #this dosent work for RestAPI Mode
    
 Chargeback-commands
    : 
    ""
    
 
    
 SQL
    :
 
    #Types: MYSQL, RESTAPI
    
   Type
    : 
    "MYSQL"
    
   
    #The rest of these details need to be the same as your wordpress DB setup
    
   
    #if you run into a issue of it not being able to connect to your WP database, and your details are correct, use another DB host for your wordpress site
    
   
    #all public MC hosting normally comes with a free mysql DB, use that one for testing
    
   TablePrefix
    : 
    "wp_"
    
   MySQL:
    
     Host
    : 
    "localhost"
    
     Port
    : '3306'
    
     Database
    : 
    "database"
    
     Username
    : 
    "username"
    
     Password
    : 
    "password"
    
 
    
 
    #Future GUI support for MYSQL mode
    
 GUI
    :
   
    #Set to true to enable GUI
    
   Enabled
    : true
    
   
    #Gui Title
    
   Title
    : 
    "&c&lTest"
    
   
    #Gui Size
    
   
    #Gui sizes: 9, 18, 27, 36, 45, 54
    
   Size
    : 9
    
   items
    : 
    #you can add more items
    
     1
    :
       
    #Item ID
    
       id
    : 
    "STONE"
    
       
    #Item Name
    
       name
    : 
    "&c&lTest"
    
       
    #Item Lore
    
       lore
    : 
    #add your item description here
    
         - 
    "&c&lTest"
    
         - 
    "&c&lTest"
    
       
    #Item Amount
    
       amount
    : 1
    
       
    #Item Slot
    
       slot
    : 1
    
       
    #Item Link
    
       
    #this is a direct link to the item on your website
    
       link
    : 
    "https://google.com1"
    
       
    #Item Enchantments
    
       enchantment:
    
         enabled
    : true
    
     2:
    
       id
    : 
    "STONE"
    
       name
    : 
    "&c&lTest"
    
       lore
    :
         - 
    "&c&lTest"
    
         - 
    "&c&lTest"
    
       amount
    : 1
    
       slot
    : 2
    
       link
    : 
    "https://google.com2"
    
       enchantment:
    
         enabled
    : true
    
     3:
    
       id
    : 
    "STONE"
    
       name
    : 
    "&c&lTest"
    
       lore
    :
         - 
    "&c&lTest"
    
         - 
    "&c&lTest"
    
       amount
    : 1
    
       slot
    : 3
    
       link
    : 
    "https://google.com3"
    
       enchantment:
    
         enabled
    : true