Advertisement
Guest User

Default LampControl

a guest
Sep 6th, 2016
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.45 KB | None | 0 0
  1. #
  2. #   LampControl Config File
  3. #   =====================================
  4. #
  5. #   Plugin by Ceph adapted from jacklink01
  6. #
  7. #   Need a new config file? Just delete this one and a new one will be created.
  8. #
  9.  
  10. # The item ID of the item with which you would like players to be able to turn on lamps.
  11. # (default: flint/steel 259)
  12. lampControlItem: 259
  13.  
  14. # If set to true, then LampControl will check if players have permission, otherwise it will let everyone control lamps.
  15. usePermissions: true
  16.  
  17. # In the event that you would like to prevent plates from affecting lamps, you may set these to false.
  18. woodPlateControl: true
  19. stonePlateControl: true
  20.  
  21. # When this is set to true, OP'd players can use their hand to control the lamps in addition to the item above.
  22. # You may also give a player or group the 'lampcontrol.hand' permission.
  23. opUsesHand: true
  24.  
  25. # Toggle the lamps on/off with your item/hand! If off, lamps will turn ON, but not off.
  26. toggleLamps: true
  27.  
  28. # Toggle the rails on/off with your item/hand! If off, rails will turn ON, but not off.
  29. controlRails: true
  30.  
  31. # Take the item from the player after they use it to turn on a lamp
  32. takeItemOnUse: false
  33.  
  34. # Don't edit this or I, your God, will reset this config.
  35. config-version: 6
  36.  
  37. # And, there are some permissions for you :P
  38. # lampcontrol.use -> Basic permission for using this plugin
  39. # lampcontrol.worldedit -> Allows using WorldEdit to turn on/off lamps
  40. # lampcontrol.hand -> Needed for ON/OFF lamps with hand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement