-
Notifications
You must be signed in to change notification settings - Fork 8
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
TODO List for initial release #1
Comments
I was about to ask you if you were going to add ways for other plugins to interact with xEcon. I see that it is already on your TODO list :D I hope it's added soon. Even though what I'm working on won't be done for awhile, it's still nice to know :P |
@Darunia18 we are planning on multiple types of interaction. The first type is purely taking money. The second type is defining new types of money holders, which we call a subclass of Entity here (not to be confused with minecraft entities). This could confuse people who use PHPStorm or something like that though because wrong imports are ready to occur. :P |
@PEMapModder Ok awesome! I was mostly concerned about taking money :P |
;) |
Three TODOs done :) |
school fked my schedule up :( |
I need help with tidying the inventory! |
Inventory money postponed to later updates |
Hey can someone tell me what is left to be done for xEcon? |
@PEMapModder /bank /setmoney /givemoney /topmoney /takemoney about /givemoney, could u add a support where console/rcon can give money to target player without having an xecon account however, players who do /givemoney to target player will loose money. |
@iJoshuaHD that is /pay |
Top money is a bit challenging. In LegionPE, it is easier because kills will not decrease, but here, I think I need to make a storage of 100 players to prepare for 50 top money. And I won't search through all the files every time unless I am going to do it in another thread. |
Three more TODOs added at the bottom ;) |
I updated the list with some comments. Feel free to add some, but remember to tell me you did or I won't notice them 😁 |
After hard debugging, works! Read the replies of this tweet 😄 |
@iJoshuaHD please help testing the features. Only basic player registration is tested and debugged. |
/setcash
/set$
/addcash
/give$
/rmcash
/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]
The text was updated successfully, but these errors were encountered: