This branch was meant for the economy, however this seems to be mostly updated anyway. So this branch became minor edits to the docs to provide more information.
The following was added:
A note to implement the EconomyTransactionEvent (Some Economy plugins don't fire this event -> could be a assumption that Sponge was going to do it for them which would be incorrect)
Registering your Economy Service (In API8 its now done by events)
Fixed player only command example
Minor edit to specify that in a command register example, the two commands are different types and that the first command is referencing an example code block from the same page
Clarified how to properly run a command via a player
Clarified in a code block how to get the command manager
This branch was meant for the economy, however this seems to be mostly updated anyway. So this branch became minor edits to the docs to provide more information.
The following was added:
EconomyTransactionEvent
(Some Economy plugins don't fire this event -> could be a assumption that Sponge was going to do it for them which would be incorrect)