Advertisement
elXor

Untitled

Jul 23rd, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. USEDENY.SK:
  2.  
  3. on right click:
  4. player is holding a crayon or an angelBlock:
  5. player cannot build at the targeted block:
  6. send "Vous ne pouvez pas dans cette zone." to the player
  7. cancel event
  8.  
  9. on left click:
  10. block is angelBlock or barrel:
  11. player cannot build at the targeted block:
  12. send "Vous ne pouvez pas dans cette zone." to the player
  13. cancel event
  14.  
  15. on right click:
  16. block is barrel or mc or randomBlocks or rc or remoteIO or compactEnergy or extraCells or AGenetics or forestry or tinkerConstruct or BC or bigReactors or genDustry or biblioCraft or extraUtilities or openBlocks or SC or mineFactory or FFE or rotaryCraft:
  17. player cannot build at the targeted block:
  18. send "Vous ne pouvez pas dans cette zone." to the player
  19. cancel event
  20.  
  21.  
  22.  
  23.  
  24. CONFIG:
  25.  
  26. angelBlock = 2500
  27. barrel = 9318
  28. crayon = 2556
  29. mc = 25, 84, 138, 145, 117, 58
  30. randomBlocks = 241, 451, 1123, 1124, 1121, 1122, 1799, 1798, 4080, 1260, 2174, 2037, 2032, 2033, 3131
  31. rc = 453, 454, 455, 456, 1143, 1140, 1131, 1132, 1133, 1135, 1136, 1137, 1139, 451, 452
  32. remoteIO = 504, 506, 501, 502
  33. compactEnergy = 650, 2790
  34. extraCells = 2059, 2057, 2055, 2053, 2060, 2061, 2064, 2065, 2066, 853, 852
  35. AGenetics = 900, 996, 997, 998, 1001, 1002, 1003, 1004, 1012, 1005, 1006, 1007, 1008, 1010, 1011, 999
  36. forestry = 1395, 1405, 1406, 1407, 1408, 1409, 1372, 1369, 1370, 1371, 1382
  37. tinkerConstruct = 1473, 3186, 3192, 3249, 3243, 1474, 3187, 1477, 3188, 1471
  38. BC = 1505, 1502, 1507, 1508, 1510, 1514, 1512, 1524, 1516, 1519, 1523, 1517
  39. bigReactors = 2143, 2147, 2146, 1762, 1760, 2145
  40. genDustry = 2278, 2279, 2280, 2282, 2275, 2276, 3509, 3508, 3507, 3511
  41. biblioCraft = 2251, 2249, 2250, 2242
  42. extraUtilities = 2511, 2501, 2524, 2513, 2512
  43. openBlocks = 2541, 2557, 2561, 2560, 2548, 2564, 2563, 2565, 2568, 2571, 2573, 2574, 2577, 2579
  44. SC = 2665, 2660, 2661, 2667, 2664, 2662
  45. mineFactory = 3133, 3145, 3146, 3120, 3131
  46. FFE = 4039, 3040, 4041
  47. rotaryCraft = 3723, 3717, 3727, 3720, 3711, 3718
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement