Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # How much the unlock cost while increase per slot [range: 0 ~ 2147483647, default: 2]
  5. I:"Cost Increase"=2
  6.  
  7. # How many extra columns are displayed in the inventory screen [range: 0 ~ 2147483647, default: 3]
  8. I:"Extra Columns"=3
  9.  
  10. # How many extra rows are displayed in the inventory screen [range: 0 ~ 2147483647, default: 3]
  11. I:"Extra Rows"=3
  12.  
  13. # Hides the one-time update notifications [default: false]
  14. B:"Hide Updates"=true
  15.  
  16. # A patch for Inventory Tweaks Shift + Space crash. Has some side effects! [default: false]
  17. B:"ITweaks Patch"=false
  18.  
  19. # Maximum size of the player's inventory (not including hotbar). MUST BE IDENTICAL TO SERVERSIDE! [range: 0 ~ 2147483547, default: 54]
  20. I:"Max Invo Size"=60
  21.  
  22. # How many slots are initially unlocked (Recommend to keep at least 27 slots for) [range: 0 ~ 2147483547, default: 0]
  23. I:"No. Start Unlocked"=27
  24.  
  25. # Whether or not players will need to spend XP levels to unlock additional slots [default: false]
  26. B:"Pay to Unlock"=true
  27.  
  28. # Whether players will keep their unlocked slots upon death [default: false]
  29. B:"Persistent Unlocks"=true
  30.  
  31. # How many XP levels are required to unlock a slot [range: 1 ~ 2147483647, default: 10]
  32. I:"Unlock cost"=10
  33.  
  34. # Unlock cost is in orbs instead of levels [default: false]
  35. B:"Use Orbs"=false
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement