Advertisement
imBEheAR

SHOP-Farmer #1

Oct 13th, 2021
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.81 KB | None | 0 0
  1.  
  2.     public static Integer StoneCoastSELL = 0;
  3.     public static Integer StoneCoastBUY = 0;
  4.  
  5.     public static Integer AndesiteCoastSELL = 0;
  6.     public static Integer AndesiteCoastBUY = 0;
  7.  
  8.     public static Integer CobbleCoastSELL = 0;
  9.     public static Integer CobbleCoastBUY = 0;
  10.  
  11.     public static Integer MossyCobbleCoastSELL = 0;
  12.     public static Integer MossyCobbleCoastBUY = 0;
  13.  
  14.     public static Integer GranitCoastSELL = 0;
  15.     public static Integer GranitCoastBUY = 0;
  16.  
  17.     public static Integer StoneBricksCoastSELL = 0;
  18.     public static Integer StoneBricksCoastBUY = 0;
  19.  
  20.     public static Integer MossyStoneBricksCoastSELL = 0;
  21.     public static Integer MossyStoneBricksCoastBUY = 0;
  22.  
  23.     public static Integer CrackedStoneBricksCoastSELL = 0;
  24.     public static Integer CrackedStoneBricksCoastBUY = 0;
  25.  
  26.     public static Integer ChiseledStoneBricksCoastSELL = 0;
  27.     public static Integer ChiseledStoneBricksCoastBUY = 0;
  28.  
  29.     public static Integer GrassPathCoastSELL = 0;
  30.     public static Integer GrassPathCoastBUY = 0;
  31.  
  32.     public static Integer PodzolCoastSELL = 0;
  33.     public static Integer PodzolCoastBUY = 0;
  34.  
  35.     public static Integer GrassBlockCoastSELL = 0;
  36.     public static Integer GrassBlockCoastBUY = 0;
  37.  
  38.     public static Integer MyceliumCoastSELL = 0;
  39.     public static Integer MyceliumCoastBUY = 0;
  40.  
  41.     public static Integer PolishedAndesitCoastSELL = 0;
  42.     public static Integer PolishedAndesitCoastBUY = 0;
  43.  
  44.     public static Integer GravelCoastSELL = 0;
  45.     public static Integer GravelCoastBUY = 0;
  46.  
  47.     public static Integer SandCoastSELL = 0;
  48.     public static Integer SandCoastBUY = 0;
  49.  
  50.     public static Integer RedSandCoastSELL = 0;
  51.     public static Integer RedSandCoastBUY = 0;
  52.  
  53.     public static Integer SandStoneCoastSELL = 0;
  54.     public static Integer SandStoneCoastBUY = 0;
  55.  
  56.     public static Integer GlassCoastSELL = 0;
  57.     public static Integer GlassCoastBUY = 0;
  58.  
  59.     public static Integer TerracottaCoastSELL = 0;
  60.     public static Integer TerracottaCoastBUY = 0;
  61.  
  62.     public static Integer EndStoneCoastSELL = 0;
  63.     public static Integer EndStoneCoastBUY = 0;
  64.  
  65.     public static Integer ObsidianCoastSELL = 0;
  66.     public static Integer ObsidianCoastBUY = 0;
  67.  
  68.     public static Integer BricksCoastSELL = 0;
  69.     public static Integer BricksCoastBUY = 0;
  70.  
  71.     public static Integer SmoothStoneCoastSELL = 0;
  72.     public static Integer SmoothStoneCoastBUY = 0;
  73.  
  74.     public static Integer IceCoastSELL = 0;
  75.     public static Integer IceCoastBUY = 0;
  76.  
  77.     public static Integer PackedIceCoastSELL = 0;
  78.     public static Integer PackedIceCoastBUY = 0;
  79.  
  80.     public static Integer SnowBlockCoastSELL = 0;
  81.     public static Integer SnowBlockCoastBUY = 0;
  82.  
  83.     public static Integer DioriteCoastSELL = 0;
  84.     public static Integer DioriteCoastBUY = 0;
  85.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement