Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. http://shop.static-interface.com's Advanced ItemRestrictions example config
  2. <?xml version="1.0" encoding="utf-8"?>
  3. <RestrictionConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  4.   <Restrictions>
  5.     <Restriction>
  6.       <Items>
  7.         <unsignedShort>519</unsignedShort>
  8.         <unsignedShort>520</unsignedShort>
  9.         <unsignedShort>1300</unsignedShort>
  10.         <unsignedShort>1301</unsignedShort>
  11.         <unsignedShort>1302</unsignedShort>
  12.       </Items>
  13.       <IgnorePermission>restrict.allowlauncher</IgnorePermission>
  14.     </Restriction>
  15.     <Restriction>
  16.       <Items>
  17.         <unsignedShort>1015</unsignedShort>
  18.         <unsignedShort>1016</unsignedShort>
  19.         <unsignedShort>1017</unsignedShort>
  20.       </Items>
  21.       <IgnorePermission>restrict.allowbiohazard</IgnorePermission>
  22.     </Restriction>
  23.   </Restrictions>
  24. </RestrictionConfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement