Commit Graph

8 Commits

Author SHA1 Message Date
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
JaTiTV d7cad5524c 11.8
FIX: Playerheads, Base64 Heads sind jetzt auch bei 1.8 - 1.12 verfügbar
2022-05-17 21:05:49 +02:00
JaTiTV df01efdfbd 11.6
- The option 'Plugin.UpdateCheck.OnJoin' activates / deactivates the UpdateCheck on join of all T2Code plugins using the T2CodeLib from now on
- minor code changes
2022-04-26 18:26:51 +02:00
JaTiTV dab150407c update maven 2022-03-14 18:33:30 +01:00
JaTiTV 2f4fe4651e Minor code changes 2022-01-20 18:19:39 +01:00
JaTiTV 13baf14d7d Bugfixes and performance optimizations 2021-12-03 10:21:26 +01:00
JaTiTV 2fcd19ba50 7.4 2021-11-29 11:46:28 +01:00
JaTiTV 65c43dfd82 Initial Commit 2021-11-28 02:13:21 +01:00