Advertisement
Guest User

TreasureChest Example Config

a guest
Nov 1st, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.99 KB | None | 0 0
  1. ###############################
  2. #    TREASURECHEST  CONFIG    #
  3. ###############################
  4. #     A BUKKIT  PLUGIN BY     #
  5. #         MASTERDOCTOR        #
  6. ###############################
  7.  
  8. ##Annotated comments [comments not in the generated config] start with a double pound sign (##)
  9.  
  10. config:
  11.   broadcast-enabled: true ##Whether broadcasting should be enabled.
  12.   #Remember to add a space on the end unless you want the message to be joined together,
  13.   #or leave it blank for no prefix.
  14.  
  15.   #Color codes work for the prefix and the message
  16.  
  17.   broadcast-prefix: "&c[&6&lTreasure&r&4Chest&c] "
  18.   #broadcast-prefix: "" ##Uncomment if you don't want a prefix, but remember to comment the other one!
  19.  
  20.   broadcast-message: "&2%player%&7 just found a treasure chest!"
  21.   #Player variable: %player%
  22.  
  23.  
  24. #PLUGIN DATA - DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING
  25. ##THIS STORES DATA FOR THE PLUGIN AND MAY BREAK THE PLUGIN [AND YOUR CONFIG] IF CHANGED INCORRECTLY.
  26. chest-data:
  27.  locations:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement