Advertisement
Rikusen0335

Untitled

Jun 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. command /ench <text>:
  2. permission: admin.sk
  3. trigger:
  4. if arg-1 is not set:
  5. send "&cエンチャントの種類を設定してください" to player
  6.  
  7. else:
  8. if arg-2 is not set:
  9. send "&cエンチャントのレベルを設定してください" to player
  10.  
  11. else:
  12. enchant the player's tool with arg-1 arg-2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement