Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /repair:
- trigger:
- if player's tool is fishing rod:
- if player's money < 1000:
- send "&cお金が足りません 1000円必要です"
- if player's money >= 1000:
- repair tool of player
- remove 1000 from player's money
- send "&aツールを回復しました"
RAW Paste Data