sora200507

Untitled

Jun 4th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. on right click on sign:
  2. if line 2 of event-block contain "石圧縮"
  3. player has 64 cobblestone
  4. give 1 glowing stone brick named "&f&l圧縮石" with lore "&6&l圧縮された石だ..."
  5. remove 64 cobblestone from player
  6. if line 2 of event-block contain "石炭圧縮"
  7. player has 64 coal
  8. give 1 glowing coal ore named "&8&l圧縮石炭" with lore "&6&l圧縮された石炭だ..."
  9. remove 64 coal from player
  10. if line 2 of event-block contain "鉄圧縮"
  11. player has 64 iron ingot
  12. give 1 glowing iron ore named "&8&l圧縮鉄" with lore "&6&l圧縮された鉄だ..."
  13. remove 64 iron ingot from player
  14. if line 2 of event-block contain "金圧縮"
  15. player has 64 gold ingot
  16. give 1 glowing gold ore named "&8&l圧縮金" with lore "&6&l圧縮された金だ..."
  17. remove 64 gold ingot from player
  18. if line 2 of event-block contain "ダイヤ圧縮"
  19. player has 128 diamond
  20. give 1 glowing diamond ore named "&8&l圧縮ダイヤ" with lore "&6&l圧縮されたダイヤモンドだ..."
  21. remove 128 diamond from player
  22. if line 2 of event-block contain "エメラルド圧縮"
  23. player has 64 emerald
  24. give 1 glowing diamond ore named "&8&l圧縮エメラルド" with lore "&6&l圧縮されたエメラルドだ..."
  25. remove 64 emerald from player
  26. if line 2 of event-block contain "エメラルド圧縮"
  27. player has 64 obsidian
  28. give 1 glowing obsidian named "&5&l圧縮黒曜石" with lore "&6&l今にも爆発しそうだ"
  29. remove 64 obsidian from player
Add Comment
Please, Sign In to add comment