Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. # default config.yml for ItemRestrict
  2. # config version 2.3.2
  3.  
  4. General:
  5. #Enable restrictions on all worlds. (true or false)
  6. EnableOnAllWorlds: true
  7. #If EnableOnAllWorlds: false | Enable restrictions on following worlds only:
  8. Worlds:
  9. - world
  10. - test
  11.  
  12. #Enable the world scanner. (true or false)
  13. #Runs every minute and scans 5% of loaded chunks.
  14. WorldScannerON: false
  15. #World Scanner scan delay in minutes. Default 1 minute.
  16. WorldScannerDelay: 1
  17. #Remove player skulls with world scanner. (true or false)
  18. RemoveSkulls: false
  19.  
  20.  
  21. #Enable or disable sound effects.
  22. Sounds:
  23. #Enable or disable sounds when running commands. (true or false)
  24. onCommands: true
  25. #Enable or disable sound when applying restrictions. (true or false)
  26. onRestrictions: true
  27.  
  28. #Enable or disable optional restrictions. (true or false)
  29. Restrictions:
  30. #Brewing Stand Restrictions. Block potions from brewing.
  31. EnableBrewingBans: true
  32. #Resting the wearing of certain armors.
  33. ArmorWearingBans: false
  34. #Creative Mode bans.
  35. CreativeBans: true
  36. #Pickup bans.
  37. PickupBans: true
  38. #Drop bans.
  39. DropBans: true
  40.  
  41. #Other optional settings
  42. Settings:
  43. #For Ownership restrictions - restrictions will apply for player inventory only and not all inventory's. (true or false)
  44. #This is useful if you use some menus that contain restricted items and prevents the player from using the menu, if this is the case set this to true.
  45. OwnershipPlayerInvOnly: false
  46.  
  47.  
  48.  
  49. #Chat messages. Supports color and format codes.
  50. #Minecraft Color and Format Codes: http://minecraft.gamepedia.com/Formatting_codes
  51. chatMessages:
  52. #Chat messages prefix.
  53. #To disable the prefix set it to '' ; Example: prefix: ''
  54. prefix: '&4&l[Restriction] '
  55.  
  56. #Chat messages.
  57. #The place holder: %reason will be replaced with the reason provided in the RestrictedItems.yml
  58. noPermission: '&cYou do not have permission!'
  59. restrictedConfiscated: '&cRestricted item confiscated! Reason: &7%reason'
  60. restricted: '&cRestricted item! Reason: &7%reason'
  61. pickupRestricted: '&cYou cant pickup a restricted item. Reason: &7%reason'
  62. ussageRestricted: '&cUssage of this item is restricted. Reason: &7%reason'
  63. craftingRestricted: '&cCrafting of this item is restricted. Reason: &7%reason'
  64. smeltingRestricted: '&cSmelting of this item is restricted. Reason: &7%reason'
  65. placementRestricted: '&cPlacement of this block is restricted. Reason: &7%reason'
  66. creativeRestricted: '&cYou cant use this in Creative Mode! Reason: &7%reason'
  67. reload: '&cConfig and RestrictedItems reload complete!'
  68. unknownCommand: '&cUnknown command! for help do:&7 /itemrestrict'
  69. brewingRestricted: '&cThis potion is restricted! Reason: &7%reason'
  70. wearingRestricted: '&cYou cant wear this armor! Reason: &7%reason'
  71. dropingRestricted: '&cYou cant drop this item! Reason: &7%reason'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement