Krystal_Amaia

Untitled

May 5th, 2020
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. Telepads:
  2.  
  3. Telepads are crafted with the following recipe:
  4. ```
  5. IB,IB,IB
  6. IB,Bv,IB
  7. IB,IB,IB
  8. ```
  9. Where:
  10. IB = Iron Block and
  11. Bv = 1 of the following:
  12.  
  13. Diamond,
  14. Diamond Block,
  15. Redstone dust,
  16. Redstone block,
  17. Quartz,
  18. Quartz Block,
  19. Emerald,
  20. Emerald Block.
  21.  
  22. A telepad is placed in the world by placing the following pattern
  23.  
  24. D/C,GB,D/C
  25. Io, Tp, Go
  26. D/C,GB,D/C
  27.  
  28. Where:
  29. Go = Gold Ore
  30. GB = Gold Block
  31. Io = Iron Ore
  32. Tp = Telepad
  33. D/C= Don't Care
  34.  
  35. Telepad's range is determined by the following formula:
  36.  
  37. 10 * Rp * Bv
  38.  
  39. Where:
  40. Rp = The redstone signal being supplied to the telepad, measured at any of it's surrounding blocks for a maximum of 150.
  41. Bv is based on the original material used to create the Telepad
  42. (These values are subject to change)
  43. If:
  44. Diamond: Bv = 40
  45. Diamond Block: Bv 49
  46. Emerald: Bv = 30
  47. Emerald Block: Bv = 39
  48. Redstone: Bv = 20
  49. Redstone Block: Bv = 29
  50. Quartz: Bv = 10
  51. Quartz Block: 19
  52.  
  53. This gives a maximum range of 7350 blocks for a diamond block teleporter and a maximum of 2850 for a Quartz block teleporter, for example.
  54.  
  55. When a telepad is constructed in the world and powered, it links to the previously constructed teleporter of the same type within range. Entering the teleporter from the Iron Ore side brings you to the next telepad in the chain, and entering from the Gold ore side brings you to the previous teleporter in the chain. Each telepad registers it's construction time, and location with the plugin so that each new telepad can quickly locate the previous pad without having to perform an exhaustive search.
  56.  
  57. The different ranges of each type of telepad will allow for hub and spoke style travel, to simplify travelling without the need for clunky interfaces or chat commands.
Add Comment
Please, Sign In to add comment