Skip to content

TODO List for initial release #1

@PEMapModder

Description

@PEMapModder
  • Data saving (using folder database)
    • Save data according to the economic entity type absolute prefix + entity absolute name
    • Save data in accounts
      • Auto-tidy inventory money (insane math!)
    • Logging transactions in an SQLite3 database
      • Excel account exporting [feature(d)]
    • Commands
      • /setcash
        • alias /set$
      • /addcash
        • alias /give$
      • /rmcash
        • alias /rm$
      • /setbank
      • /addbank
      • /rmbank
      • /xEcon:rawadd <entity type> <entity name> <account> <amount>
      • /xEcon:rawrm <entity type> <entity name> <account> <amount> (maybe same superclass with /rawadd?)
      • /pay <player>
      • /seemoney [account=cash] [entity name=command sender] [entity type=Player]
    • Allow third-party plugins to register economic entity types
    • By-products (ref: By-products #2). Let the player choose whether to enable them.
    • Allow third-party plugins to modify data
  • Miscellaneous
    • Debugging! (ref: Debug list for core #8)
    • Grammar fixes!
    • Multi-language support! (Schedule for Beta v2.0 release of PocketMine-MP?)
  • External API
    • Event system
    • Convenient getters

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions