Advertisement
Blockhead7360

SkyboxMail config.yml

Jul 11th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.71 KB | None | 0 0
  1. # SkyboxMail Configuration File
  2. # SkyboxMail by Blockhead7360
  3.  
  4. # Need help? Check out: http://dev.bukkit.org/bukkit-plugins/skyboxmail/#w-configuration
  5. #
  6. # If you have any further problems, comment or post a ticket on the link above!
  7. #
  8. #
  9. prefix: '&f[&bSkybox&3Mail&f]' //here, edit the prefix for the plugin
  10.  
  11. //if some of the settings are not displayed in your config.yml, you can add them, and they will work fine. They should all be displayed in your config.yml though.
  12.  
  13. settings:
  14.   notify:
  15.     Blockhead7360: true
  16.   blocked-blocks:
  17.   - BEDROCK
  18.   - COMMAND_BLOCK
  19. //the settings above are a few settings that you can change about the plugin or each player. The "notify" setting is a PER-PLAYER setting. That is the setting that keeps track if each player wants notifications on or not. This can be changed per-player in-game with /mailnotify. The "blocked-blocks" setting is an ENTIRE-PLUGIN setting. You can add or remove items here. Any items on this list will be blocked from mailing unless the player has permission "skyboxmail.blocklist.override".
  20.  
  21. email:
  22.   conf-settings:
  23.   address: 'skyboxmail'
  24. //This is the address of the email portion of the plugin. Basically, players can create their own email address(es) (if permitted), and this it what it will end in. For example, if they made their email "player", then it would be "player@skyboxmail.mc". If you changed the address above to "server", then it would be "player@server.mc". The address will ALWAYS end in ".mc".
  25.  
  26. //EMAIL WILL BE RELEASED IN VERSION 3.0 OF SKYBOXMAIL. THIS IS COMING OUT ON SUNDAY, AUGUST 23 WITH NEW FEATURES!
  27.  
  28.  
  29. //then after that, all of the items saved in each player's mailbox is saved here. It is recommended that you do not edit whats below
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement