BDFD'için tasarlanmiş, sunucudaki kullanicilara para gönderme sistemidir, ayrica global para icin ayarlanmistir, kullanicak üyeler için uyari: lütfen para birimizin global ise kodu kullaniniz
$nomention
$deletecommand
$argsCheck[>1;You should choose someone to send]
$argsCheck[>2;Enter the amount to be sent]
$if[$authorID==$mentioned[<;yes]]
Why are you trying to send crystals at yourself?
$endif
$if[$isBot[$mentioned[<;yes]]==true]
Why are you trying to send crystals at bot?
$endif
$if[$isBot[$mentioned[>;yes]]==false]
$if[$authorID!=$mentioned[>;yes]]
$onlyIf[$getVar[Money;$authorID]>=$noMentionMessage[>];Your quantity is not enough
$noMentionMessage[>] In order to send the specified amount $sum[$noMentionMessage[>];-$getVar[Money;$authorID]] 🌕 Required]
$setVar[Money;$sum[$getVar[Money;$mentioned[<;yes]];$noMentionMessage[>]];$mentioned[<;yes]]
$setVar[Money;$sum[$getVar[Money;$authorID];-$noMentionMessage[>]];$authorID]
$title[Crystal Was Sent]
$description[
$username[$authorID] --> $username[$mentioned[<;yes]]
$username[$mentioned[<;yes]] +$noMentionMessage[>] 🌕 / $getVar[Money;$mentioned[<;yes]] 🌕
Remaining Crystal: $getVar[Money;$authorID] 🌕]
$endif
$endif