-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from mineCodesDevelopment/rewrite
🥇Rewrited project.
- Loading branch information
Showing
48 changed files
with
1,732 additions
and
1,435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<b>mineEconomy</b> - Best economy plugin for you. | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<b>Database types</b> | ||
* mongoDb | ||
* MySQL | ||
<br> | ||
|
||
<br> | ||
|
||
<b>Placeholders (PlaceholderAPI)</b> | ||
* %mineEconomy_balance% | ||
<br> | ||
|
||
<br> | ||
|
||
<b>Player command</b> | ||
* <b>/balance\bal\account\money</b> - For check account balance. | ||
* <b>/transfer\pay <*username*> <*value*></b> - Transfer money to other players. | ||
* <b>/ranking</b> - Show top economy players. | ||
<br> | ||
|
||
<br> | ||
|
||
<b>Administrator commands</b> | ||
* <b>/eco help</b> - Admin commands list. | ||
* <b>/eco check <*username*></b> - Check player balance. | ||
* <b>/eco clear <*username*></b> - Clear player balance. | ||
* <b>/eco set <*username*> <*balance*></b> - setup money on player balance. | ||
* <b>/eco deposit <*username*> <*value*></b> - Deposit money for player balance. | ||
* <b>/eco witdraw <*username*> <*value*></b> - Withdraw money from player balance. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
91 changes: 0 additions & 91 deletions
91
src/main/java/pl/arturekdev/mineEconomy/EconomyService.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
src/main/java/pl/arturekdev/mineEconomy/commands/AccountCommand.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.