Account: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


Decide if account numbers should be in order per user or not (anonymity)
Decide if account numbers should be in order per user or not (anonymity)
<pre><ul><li>In the real world there is no "index" of account numbers and no "this account is owned by X"</li><li>We could intentionally hide the account in general except if getting a transaction or sending money</li><li>Sending money without account number would still work <ul><li>/money pay [playername]<br>examples = {"pay Kade 5",<br />    "pay Kade:test 5 thanks for shopping!",<br />    "pay :myacc 5",<br />    "pay *100056 5 why u always lyin?",<br />    "pay Kade:5034 5"}<br></li></ul></li></ul></pre>
* In the real world there is no "index" of account numbers and no "this account is owned by X"
* We could intentionally hide the account in general except if getting a transaction or sending money
* Sending money without account number would still work  
** /money pay [playername]
** examples = {"pay Kade 5",
"pay Kade:test 5 thanks for shopping!",
"pay :myacc 5",
"pay *100056 5 why u always lyin?",
"pay Kade:5034 5"}

Revision as of 00:17, 14 March 2020

Accounts

Hover info of a Transaction
Hover info of a Transaction


Decide if account numbers should be in order per user or not (anonymity)

  • In the real world there is no "index" of account numbers and no "this account is owned by X"
  • We could intentionally hide the account in general except if getting a transaction or sending money
  • Sending money without account number would still work
    • /money pay [playername]
    • examples = {"pay Kade 5",

"pay Kade:test 5 thanks for shopping!", "pay :myacc 5", "pay *100056 5 why u always lyin?", "pay Kade:5034 5"}