Ubicana

re-start

Jan 22nd, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. $onlyIf[$getVar[number]!=1;> **Missing object**
  2. There is no any available auctions at this moment. But, you can create an auction by using `re-create auction` command.]
  3.  
  4. $onlyIf[$getVar[bid]!=true;> **Command can't be executed**
  5. There is an auction event was started just now.]
  6.  
  7. $onlyIf[$message!=;> **Command usage**
  8. ```re-start <auction_position>```]
  9.  
  10. $textSplit[$getServerVar[$message];`]
  11.  
  12. $onlyIf[$getVar[author;$authorID]==$splitText[8];> **Wrong author**
  13. Only the auction's creator can start this auction event.]
  14.  
  15. $onlyIf[$isNumber[$message]!=false;> **Wrong argument**
  16. The first argument must be a number , means auction's position.]
  17.  
  18. $onlyIf[$message<=20;> **Number exceeded**
  19. You can't provide the position which is greater than 20.]
  20.  
  21. $onlyIf[$getServerVar[$message]!=;> **Empty value**
  22. This auction is currently empty.]
  23.  
  24. $setVar[bid;true]
  25.  
  26. $setVar[auction;$splitText[2]|$splitText[4]|$splitText[6]|$splitText[8]|$username|$splitText[6]]
  27.  
  28. $nomention
  29.  
  30. $title[The "$splitText[4]" creator starts the event now!]
  31. $color[e5b1fa]
  32. $addField[Auction Position;```#$splitText[2]```]
  33. $addField[Item;```$splitText[4]```]
  34. $addField[Startbid;```$splitText[6]```]
  35. $addField[Creator;```$splitText[8]```]
  36. $addField[❗️ATTENTION❗️;From this moment, all the buyers **__can only__** give the newbid for the **__current__** item! This is because the creator already started the event.]
Advertisement
Add Comment
Please, Sign In to add comment