Advertisement
Guest User

Untitled

a guest
Jul 12th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 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. checkUpdates=true
  6.  
  7. #Change these options if you have a different mod installed on the server that handles the commands differently, Eg. Bukkit Essentials
  8. command
  9. {
  10. creative=/gamemode {0} {1}
  11. heal=
  12. item=/give {0} {1} {2} {3} {4}
  13. rain=/toggledownfall
  14. time=/time set {0}
  15. }
  16.  
  17. inventory
  18. {
  19. cheatmode=2
  20. gamemodes=creative+, creative, adventure
  21. hidden=false
  22. itemIDs=1
  23. itemsort=nei.itemsort.minecraft,nei.itemsort.mod,nei.itemsort.id,nei.itemsort.default,nei.itemsort.damage,nei.itemsort.name
  24. layoutstyle=0
  25. #For those who can't help themselves.
  26. #Set this to a mode and you will be unable to change it ingame
  27. lockmode=-1
  28. profileRecipes=true
  29. searchmode=1
  30. utilities=creative, creative+, adventure, time, rain, delete, heal, magnet, enchant, potion, item
  31. widgetsenabled=true
  32. }
  33.  
  34. keys
  35. {
  36. gui
  37. {
  38. back=14
  39. enchant=45
  40. hide=24
  41. next=209
  42. potion=25
  43. prev=201
  44. recipe=19
  45. search=33
  46. usage=22
  47. }
  48.  
  49. world
  50. {
  51. chunkoverlay=67
  52. creative=0
  53. dawn=0
  54. dusk=0
  55. heal=0
  56. highlight_tips=82
  57. midnight=0
  58. moboverlay=65
  59. noon=0
  60. rain=0
  61. }
  62. }
  63.  
  64. tools
  65. {
  66. dump
  67. {
  68. biome=0
  69. enchantment=0
  70. itempanel=0
  71. potion=0
  72. }
  73. }
  74.  
  75. world
  76. {
  77. highlight_tips=false
  78. highlight_tips.x=5000
  79. highlight_tips.y=100
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement