Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. # Configuration file
  2.  
  3. debug {
  4. # Enables debug messages in console. [default: false]
  5. B:debug=false
  6. }
  7.  
  8.  
  9. gui {
  10. # Force to display teleplate coordinates in teleportation gui. [default: false]
  11. B:forceDisplayCoordinatesInGui=false
  12. }
  13.  
  14.  
  15. permissions {
  16. # Enables or disables permissions system.
  17. # It's always deactivated in single player independently from this value.
  18. # May cause some bugs if activated on online mode false server. [default: true]
  19. B:permissions=false
  20. }
  21.  
  22.  
  23. recipes {
  24. # Recipe to use for portable teleplate...
  25. # NONE{}
  26. # LEATHERED_TELEPADS{GGG, RER, LIL, G, minecraft:glass, R, minecraft:redstone, E, minecraft:ender_pearl, I, minecraft:iron_block, L, minecraft:leather}
  27. # LEATHERED_TELEPLATES_EASY{GGG, DED, LIL, G, minecraft:glass_pane, D, minecraft:diamond, E, minecraft:ender_pearl, I, minecraft:heavy_weighted_pressure_plate, L, minecraft:leather}
  28. # LEATHERED_TELEPLATES_NORMAL{GGG, DED, LIL, G, minecraft:glass, D, minecraft:emerald, E, minecraft:ender_pearl, I, minecraft:iron_block, L, minecraft:leather}
  29. # LEATHERED_TELEPLATES_HARD{GGG, DED, LIL, G, minecraft:glass, D, minecraft:ender_pearl, E, minecraft:nether_star, I, minecraft:iron_block, L, minecraft:leather}
  30. # TELEPLATES_DEFAULT{LGL, GTG, LGL, L, minecraft:leather, G, minecraft:glass_pane, T, teleplates:teleplate}
  31. # [default: TELEPLATES_DEFAULT]
  32. S:portableTeleplateRecipe=LEATHERED_TELEPLATES_HARD
  33.  
  34. # Amount of portable teleplates as result of recipe [range: 1 ~ 64, default: 1]
  35. I:portableTeleplateRecipeResultCount=1
  36.  
  37. # Recipe to use for teleplate...
  38. # NONE{}
  39. # TELEPADS{GGG, RER, RIR, G, minecraft:glass, R, minecraft:redstone, E, minecraft:ender_pearl, I, minecraft:iron_block}
  40. # TELEPLATES_EASY{GGG, DED, III, G, minecraft:glass_pane, D, minecraft:diamond, E, minecraft:ender_pearl, I, minecraft:heavy_weighted_pressure_plate}
  41. # TELEPLATES_NORMAL{GGG, DED, III, G, minecraft:glass, D, minecraft:emerald, E, minecraft:ender_pearl, I, minecraft:iron_block}
  42. # TELEPLATES_HARD{GGG, DED, III, G, minecraft:glass, D, minecraft:ender_pearl, E, minecraft:nether_star, I, minecraft:iron_block}
  43. # [default: TELEPADS]
  44. S:teleplateRecipe=TELEPLATES_HARD
  45.  
  46. # Amount of teleplates as result of recipe [range: 1 ~ 64, default: 1]
  47. I:teleplateRecipeResultCount=1
  48. }
  49.  
  50.  
  51. rf {
  52. # Amount of rf teleplate will consume to transfer player to/from 5th dimension. [range: 0 ~ 2147483647, default: 25000]
  53. I:RfPerTransfer=50000
  54.  
  55. # Amount of rf stored in 5th dimensdion or teleplate (depends on rfUsageType) used to power teleplates. [range: 100000 ~ 2147483647, default: 500000]
  56. I:RfStorage=250000
  57.  
  58. # Type of rf usage:
  59. # 0=No Rf Usage.
  60. # 1=Rf is stored per player in 5th dimension and used from there.
  61. # 2=Rf is stored per teleplate and when transfering double the transfer amount will be consumed from sending teleplate. [range: 0 ~ 2, default: 0]
  62. I:rfUsageType=0
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement