Commit Graph

8 Commits

Author SHA1 Message Date
JaTiTV 14741afb8d 12.5 2022-07-14 21:37:58 +02:00
JaTiTV 72d33dca90 12.1
- rename the Main to T2CodeMain
- amalll bugfix
2022-06-08 05:13:00 +02:00
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 7e627f5033 11.5 2022-04-16 17:09:19 +02:00
JaTiTV efb66696eb 11.5
This update introduces the possibility to disable messages.
Just write '[empty]' in the message to disable it.
2022-04-16 16:56:16 +02:00
JaTiTV e3c1217f86 11.4 2022-04-01 02:23:26 +02:00
JaTiTV ac9972601c PluginCheck - WonderBagShop renamed to LuckyBox 2022-01-13 03:17:41 +01:00
JaTiTV 65c43dfd82 Initial Commit 2021-11-28 02:13:21 +01:00