Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # LimitUse
- #
- # Prevents players of using or placing specific items/blocks in creative mode
- # (and only in creative).
- #
- # You can use the technical name (see http://public.ja-s.de/bukkit/material)
- # or the id of the block/item (better use the id, if you're not sure). You may
- # add the data separated with a colon e.g.: "WOOL:11" blocks blue wool. But be
- # sure to put it in quotes, to not break yml-configuration! Named data values
- # aren't supported yet. If you don't add a data-value, all blocks of this
- # material are blocked.
- #
- # default:
- # - EXP_BOTTLE
- # - BEDROCK
- use:
- - EXP_BOTTLE
- - BEDROCK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement