Advertisement
CARAB4O

Untitled

Nov 25th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. on sign change:
  2. if line 1 is "slowdown":
  3. if line 2 is "Rankup to B":
  4. if player has permission "sd.admin":
  5. set line 1 to "&8&m----&b*&8&m----"
  6. set line 2 to "&b&lRankup to B"
  7. set line 3 to "&3$ &a12,000"
  8. set line 4 to "&8&m----&b*&8&m----"
  9. stop
  10.  
  11. on rightclick on sign:
  12. if line 1 of clicked block is "&8&m----&b*&8&m----":
  13. if line 2 of clicked block is "&b&lRankup to B":
  14. if line 3 of clicked block is "&3$ &a12,000":
  15. if line 4 of clicked block is "&8&m----&b*&8&m----":
  16. execute console command "menu open %player% RankB"
  17. stop
  18.  
  19.  
  20. on sign change:
  21. if line 1 is "slowdown":
  22. if line 2 is "sell":
  23. if player has permission "sd.admin":
  24. set line 1 to "&8&m----&b*&8&m----"
  25. set line 2 to "&b&lRight-Click"
  26. set line 3 to "&3Sell Minerals"
  27. set line 4 to "&8&m----&b*&8&m----"
  28. stop
  29.  
  30. on rightclick on sign:
  31. if line 1 of clicked block is "&8&m----&b*&8&m----":
  32. if line 2 of clicked block is "&b&lRight-Click":
  33. if line 3 of clicked block is "&3Sell Minerals":
  34. if line 4 of clicked block is "&8&m----&b*&8&m----":
  35. make player execute "sell all"
  36. stop
  37.  
  38. on sign change:
  39. if line 1 is "slowdown":
  40. if line 2 is "Rankup C":
  41. if player has permission "sd.admin":
  42. set line 1 to "&8&m----&b*&8&m----"
  43. set line 2 to "&b&lRankup to C"
  44. set line 3 to "&3$ &a100,000"
  45. set line 4 to "&8&m----&b*&8&m----"
  46. stop
  47.  
  48. on rightclick on sign:
  49. if line 1 of clicked block is "&8&m----&b*&8&m----":
  50. if line 2 of clicked block is "&b&lRankup to C":
  51. if line 3 of clicked block is "&3$ &a100,000":
  52. if line 4 of clicked block is "&8&m----&b*&8&m----":
  53. execute console command "menu open %player% RankC"
  54. stop
  55.  
  56.  
  57. on sign change:
  58. if line 1 is "slowdown":
  59. if line 2 is "repair":
  60. if player has permission "sd.admin":
  61. set line 1 to "&8&m----&b*&8&m----"
  62. set line 2 to "&b&lRepair"
  63. set line 3 to "&3You're Tool"
  64. set line 4 to "&8&m----&b*&8&m----"
  65. stop
  66.  
  67. on rightclick on sign:
  68. if line 1 of clicked block is "&8&m----&b*&8&m----":
  69. if line 2 of clicked block is "&b&lRepair":
  70. if line 3 of clicked block is "&3You're Tool":
  71. if line 4 of clicked block is "&8&m----&b*&8&m----":
  72. make player execute "fix hand"
  73. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement