Advertisement
Guest User

NEI config

a guest
Jan 22nd, 2013
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. #Main configuration of NEI.
  2. #Most of these options can be changed ingame.
  3. #Deleting any element will restore it to it's default value
  4.  
  5. ic2.showBurnEU=true
  6.  
  7. #Block/Item ID settings, configured via the options menu ingame.
  8. ID_dump
  9. {
  10. blockIDs=true
  11. dump_on_load=false
  12. itemIDs=false
  13. show_empty_blockIDs=false
  14. unused_blockIDs=true
  15. unused_itemIDs=false
  16. }
  17.  
  18. KeyBinding
  19. {
  20. back=14
  21. enchant=45
  22. hide=24
  23. next=209
  24. prev=201
  25. recipe=19
  26. usage=22
  27. }
  28.  
  29. #Change these options if you have a different mod installed on the server that handles the commands differently, Eg. Bukkit Essentials
  30. command
  31. {
  32. #{0} = 1 for creative, 0 for survival, {1} = player
  33. creative=/gamemode {0} {1}
  34.  
  35. #{0} = player, {1} = itemID, {2} = quantity, {3} = itemDamage
  36. give=/give {0} {1} {2} {3}
  37.  
  38. #The vanilla server doesn't have a heal command, however others may
  39. #{0} = player
  40. heal=null
  41.  
  42. #{0} = 1 for on, 0 for off
  43. rain=/toggledownfall
  44.  
  45. #{0} = worldtime
  46. time=/time set {0}
  47. }
  48.  
  49. options
  50. {
  51. enable=true
  52. hidden=false
  53.  
  54. cheatmode=0
  55. #For those who can't help themselves
  56. #Set this to a mode and you will be unable to change it ingame
  57. lockmode=-1
  58. #list the actions that are considered 'utilities' rather than cheats
  59. #Choose from time, creative, rain, item, heal, delete, magnet, enchant
  60. utility_actions=delete, magnet
  61.  
  62. layout_style=0
  63. edge-align_buttons=false
  64.  
  65. show_ids=1
  66. searchinventories=false
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement