All you need for the databases is the DB Browser for SQLite and you can use it to look into the databases and make changes. What's the problem? The program doesn't even have to be installed. There are certain things that are easier to handle in a database than in a config file.

OnlineMarket
-
-
There are certain things that are easier to handle in a database than in a config file.
To edit a config file, you only need a text editor, which everyone has... so it's debatable which is easier.
My objection wasn't directed at me in this regard. I checked; the value for selling wood and stone isn't even stored there.
But whatever... now I've simply multiplied my prices by 5
-
From a program point of view, a database often makes more sense than a configuration file. I have to parse a file completely to get to the desired file. With a database it is “easier” to get the desired value. To put it simply: get the price of the item I am holding in my hand
and is therefore also more memory-saving than first loading a complete file into memory and then parsing it for the desired value. This is not a static absolute statement, but from my point of view a database is better suited for certain things than a config file
Translated with DeepL.com (free version)
-
Are Penny also supported? ($0.01)I want to make my plugin compatible with yours. To do this, I would make it possible to send money to your system or from yours to mine. This way, both systems can be used. It would be even better if both systems could be synchronized. What do you think?
I just need a few public methods that allow me to add and withdraw money from your system, and query the current balance.
That way, you don't have to check if my plugin is installed. I just have to check if yours is.
I think we'll both benefit from making our systems compatible.
-
I have a server that sells property. Not live yet but would like to know if Someone could or would add "deeds" as an option to sell on the market. Admins can edit and add deeds only. OR if someone can or would write a small plugin for "Real Estate". That would be fun, won't it?
Participate now!
Don’t have an account yet? Create a new account now and be part of our community!