mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2024-11-22 18:35:17 +01:00
couple more fixes to docs.
This commit is contained in:
parent
af25ed40b1
commit
b233d06c36
@ -282,7 +282,7 @@ public interface Economy {
|
|||||||
* Deposit an amount to a player - DO NOT USE NEGATIVE AMOUNTS
|
* Deposit an amount to a player - DO NOT USE NEGATIVE AMOUNTS
|
||||||
* IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned.
|
* IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned.
|
||||||
* @param playerName Name of player
|
* @param playerName Name of player
|
||||||
* @param worldname Name of the world
|
* @param worldName Name of the world
|
||||||
* @param amount Amount to deposit
|
* @param amount Amount to deposit
|
||||||
* @return Detailed response of transaction
|
* @return Detailed response of transaction
|
||||||
*/
|
*/
|
||||||
@ -293,6 +293,7 @@ public interface Economy {
|
|||||||
* Deposit an amount to a player - DO NOT USE NEGATIVE AMOUNTS
|
* Deposit an amount to a player - DO NOT USE NEGATIVE AMOUNTS
|
||||||
* IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned.
|
* IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned.
|
||||||
* @param player to deposit to
|
* @param player to deposit to
|
||||||
|
* @param worldName name of the world
|
||||||
* @param amount Amount to deposit
|
* @param amount Amount to deposit
|
||||||
* @return Detailed response of transaction
|
* @return Detailed response of transaction
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user