T2CodeLib/.idea
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
..
libraries 11.8 2022-05-17 21:05:49 +02:00
.gitignore Initial Commit 2021-11-28 02:13:21 +01:00
compiler.xml Initial Commit 2021-11-28 02:13:21 +01:00
discord.xml Initial Commit 2021-11-28 02:13:21 +01:00
encodings.xml Initial Commit 2021-11-28 02:13:21 +01:00
jarRepositories.xml 12.0 Innovation and Eco API change 2022-06-07 05:58:47 +02:00
misc.xml Initial Commit 2021-11-28 02:13:21 +01:00
modules.xml Initial Commit 2021-11-28 02:13:21 +01:00
uiDesigner.xml Initial Commit 2021-11-28 02:13:21 +01:00
vcs.xml Initial Commit 2021-11-28 02:13:21 +01:00