Advertisement
kama6012

newcard

Jan 6th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. command "/card <text> [<text>] [<text>]":
  2. trigger:
  3. if arg 1 is "create":
  4. if {card::%arg 2%} does not exist:
  5. set {card::%arg 2%} to crafting table named arg 2
  6. else:
  7. message "&6このカードは既に存在しています!"
  8. else if arg 1 is "lore":
  9. {card::%arg 2%} exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement