Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # LimitUse
  2. #
  3. # Prevents players of using or placing specific items/blocks in creative mode
  4. # (and only in creative).
  5. #
  6. # You can use the technical name (see http://public.ja-s.de/bukkit/material)
  7. # or the id of the block/item (better use the id, if you're not sure). You may
  8. # add the data separated with a colon e.g.: "WOOL:11" blocks blue wool. But be
  9. # sure to put it in quotes, to not break yml-configuration! Named data values
  10. # aren't supported yet. If you don't add a data-value, all blocks of this
  11. # material are blocked.
  12. #
  13. # default:
  14. # - EXP_BOTTLE
  15. # - BEDROCK
  16. use:
  17. - EXP_BOTTLE
  18. - BEDROCK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement