Capital icon indicating copy to clipboard operation
Capital copied to clipboard

An extensible economy API for PocketMine-MP.

Results 19 Capital issues
Sort by recently updated
recently updated
newest added

When using the currency schema to set up multiple currencies and using the `/richest` command, the rank numbers are not correct. ![image](https://user-images.githubusercontent.com/15967582/197220068-2de1d51c-0245-4958-b5da-45485972c1a6.png)

bug

The development build from the 156th in poggit does not work ``` [Server thread/CRITICAL]: SOFe\Capital\Plugin\_58655cc4\SOFe\AwaitGenerator\AwaitException: "Unhandled async exception: SOFe\Capital\Loader\Loader took more than 5 seconds to initialize (blocking classes: SOFe\Capital\Loader\Loader, SOFe\Capital\Transfer\Mod,...

In the SQLite database, the metrics displayed in the rankings are not updated after the first account update. (If `recompute-frequency` is set to 0, the metrics will be updated.)

If the database server is slow and takes a long time to process transactions, attempting to process a large number of transactions will ~~create a large number of connections and~~...

wontfix

If you run the `/checkmoney` command immediately after installing the plugin, an unknown value will be displayed.

wontfix

For example, if we have a database like this: | ID | Balance | Labels | | :---: | :---: | :---: | | X01 | 15 | name=X, valueMin=0...

bug