-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add toggle option/command #11
Comments
^^ Needs to be added. Getting complains from people spamming. |
Ok, for this addition I'm going to need to store data - either a list of players who have disabled requests, or store individual user data, which would probably be the smarter thing so I could add more stuff to it later. I suppose I will add an SQL database system for this, and that would also allow me to add another requested issue, a database log of trades. |
Nice! Any ETA? |
Maybe MYSQL/MariaDB support as well? |
Hopefully this week. I've started a branch and gotten a lot of work done on
it already.
And yeah it will include mysql support as well as sqllite if I do decide to
stick with sql instead of switching to json or something. I wish sql wasn't
so awful to work with in Java.
…On Wed, Nov 28, 2018, 11:07 AM AmazedMender16 ***@***.*** wrote:
Ok, for this addition I'm going to need to store data - either a list of
players who have disabled requests, or store individual user data, which
would probably be the smarter thing so I could add more stuff to it later.
I suppose I will add an SQL database system for this, and that would also
allow me to add another requested issue, a database log of trades.
Maybe MYSQL/MariaDB support as well?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AK2l2rGhcgYSE-MF0TixEQfTluDnHyICks5uzsK7gaJpZM4TcbZV>
.
|
My plan right now is to make a new version of Trade+, version 4.0. I'm having some technical difficulties right now, but when I get around to that, this feature will probably be included in the update. |
Add /trade toggle, prevents other players from sending you trade requests
The text was updated successfully, but these errors were encountered: