Skip to main content

Table of Contents

  1. Configuration
  2. Permissions
  3. Placeholders

Configuration

config.yml

Language

en_US.yml

Permissions

  • minestore.auth
  • Allows the player to use the /minestore auth command. This command allows the player to authenticate their Minecraft account with MineStore website.
  • minestore.buy
  • Allows the player to use the /buy command. This command allows the player to display GUI.
  • minestore.reload
  • Allows the player to use the /minestore reload command. This command reloads the config.yml file.
  • minestore.setup
  • Allows the player to use the /minestore setup command. This command allows the player to edit the config.yml file in-game.
  • minestore.store
  • Allows the player to use the /store command. This command sends the player link to the MineStore website.

Placeholders

  • TopDonators
  • %ms_top_donator_username_number%
  • Example: %ms_top_donator_username_1% will return the username with the most amount of money donated.
  • Example result: Notch
  • %ms_top_donator_price_number%
  • Example: %ms_top_donator_price_1% will return the amount of money donated by the user with the most amount of money donated.
  • Example result: 1000000
  • LastDonators
  • %ms_last_donator_username_number%
  • Example: %ms_last_donator_username_1% will return the username of the last person to donate.
  • Example result: Steve
  • %ms_last_donator_price_number%
  • Example: %ms_last_donator_price_1% will return the amount of money donated by the last person to donate.
  • Example result: 100
  • %ms_last_donator_package_number%
  • Example: %ms_last_donator_package_1% will return the name of the package the last person to donate bought.
  • Example result: VIP
  • DonationGoal
  • %ms_donation_goal_current%
  • Example: %ms_donation_goal_current% will return the current amount of money donated.
  • Example result: 400
  • %ms_donation_goal_target%
  • Example: %ms_donation_goal_target% will return the target amount of money to be donated.
  • Example result: 1000
  • %ms_donation_goal_percentage%
  • Example: %ms_donation_goal_percentage% will return the percentage of the donation goal that has been reached.
  • Example result: 40
  • %ms_donation_goal_bar_number%
  • Example: %ms_donation_goal_bar_10% will return a bar that represents the percentage of the donation goal that has been reached.
  • Example result if percentage is 50%: image