Go to file
JaTiTV f14aeb6078 12.0 Innovation and Eco API change
The API for Economy has been rebuilt.
-	- Class renamed: net.t2code.lib.Spigot.Lib.vault.Vault -> net.t2code.lib.Spigot.Lib.eco.Eco
-	Methods renamed:
- buy(String prefix, Player p, Double price) -> moneyRemove(String prefix, Player player, Double price)
- addMoney(String prefix, Player p, Double price) -> moneyAdd(String prefix, Player player, Double price)
-	New methods:
- itemRemove(Player player, String item, int amount)
- itemAdd(Player player, String item, int amount)
- votePointsRemove(String prefix, Player player, Integer amount) (for VotingPlugin)
- votePointsAdd(String prefix, Player player, Integer amount) (for VotingPlugin)
-	VotingPlugin added to PluginCheck
2022-06-07 05:58:47 +02:00
.idea 12.0 Innovation and Eco API change 2022-06-07 05:58:47 +02:00
src/main 12.0 Innovation and Eco API change 2022-06-07 05:58:47 +02:00
.gitignore Update .gitignore 2022-01-18 14:41:25 +01:00
T2CodeLib.iml 12.0 Innovation and Eco API change 2022-06-07 05:58:47 +02:00
pom.xml 12.0 Innovation and Eco API change 2022-06-07 05:58:47 +02:00