Advertisement
Blockhead7360

TheMiningEffect config.yml

Jul 13th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.62 KB | None | 0 0
  1. # TheMiningEffect Config File
  2. # TheMiningEffect by Blockhead7360
  3.  
  4. sendErrorToPlayerWithoutPermission: true
  5. //true > Players with AND without the permission "theminingeffect.errors" will still receive the Error Message (see the Commands/Permissions section above)
  6. //false > Only players with the permission will receive the error message
  7.  
  8.  
  9. effects:
  10.   LOG: lava
  11.  
  12. //Here, you can define all the effects. This can be done in-game, but you can do it in here, too, in this format. See the Effects section below for a list of effects (the example one above is lava, so any time you mine a log, it will show the lava particle effect).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement