Commit Graph

69 Commits

Author SHA1 Message Date
Jkobs 43295ff2bb Initial 2022-11-10 10:12:15 +01:00
JaTiTV a7b9c06b42 13.2
Bugfix:
- The plugin was not loaded correctly on a bungee
2022-11-04 06:54:44 +01:00
JaTiTV 02432a8e5c small code changes
This reverts commit 2d6b6fa277.
2022-11-03 19:14:44 +01:00
JaTiTV 2d6b6fa277 check bugfix 2022-11-03 19:13:49 +01:00
JaTiTV 176e9724e7 final 13.0 & 13.1
13.1:
add by Commands "!asConsole" & "!onBungee"
2022-11-03 07:57:53 +01:00
JaTiTV 667ff81357 13.0 2022-10-25 15:03:07 +02:00
JaTiTV 82905c0d66 Merge pull request '12.5' (#7) from 12.4-DEV into main
Reviewed-on: #7
2022-08-05 18:20:53 +02:00
JaTiTV 868d36e1b5 fix 2022-08-05 18:20:09 +02:00
JaTiTV f35b4efe4f Merge pull request '12.5' (#6) from 12.4-DEV into main
Reviewed-on: #6
2022-07-14 21:58:00 +02:00
JaTiTV 14741afb8d 12.5 2022-07-14 21:37:58 +02:00
JaTiTV 8f05d5c677 12.4 2022-07-08 19:06:22 +02:00
JaTiTV c89afa3c68 add MiniMessages and small code changes 2022-07-07 13:43:50 +02:00
JaTiTV df22ddd9d2 12.4_dev-1 2022-07-07 06:54:15 +02:00
JaTiTV c92e36163e 12.3 | Bugfix
BUGFIX: In the 1.8 the plugin info texts were not displayed and it triggered a bug
2022-06-30 20:26:09 +02:00
JaTiTV d4f311493f 12.2
- A new method has been added for Tab (tab(List<String> matches, CommandSender sender, int arg, String[] args, HashMap<String, String> permMap, Boolean onlinePlayer, String permForPlayer)).
- The class net.t2code.lib.Spigot.Lib.player. NameHistory was added
- Minor code changes
2022-06-18 16:16:26 +02:00
JaTiTV fb289bd66e smal changes 2022-06-08 06:27:05 +02:00
JaTiTV 72d33dca90 12.1
- rename the Main to T2CodeMain
- amalll bugfix
2022-06-08 05:13:00 +02:00
JaTiTV 3ce11b3d12 Delete Vault.java 2022-06-07 06:01:12 +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 066496dea0 11.9
add HoverModule
add placeholder [nl] for next line
2022-05-31 21:31:23 +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 f27ec3c985 11.6 Perform Update in Update Checker 2022-04-19 01:29:24 +02:00
JaTiTV abf95ecf0c remove target & .idea 2022-04-16 17:36:43 +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 4bdbe98f8a Merge pull request 'AddMoney' (#4) from AddMoney into main
Reviewed-on: #4
2022-04-16 16:53:58 +02:00
JaTiTV e3c1217f86 11.4 2022-04-01 02:23:26 +02:00
JaTiTV dab150407c update maven 2022-03-14 18:33:30 +01:00
Jkobs cd9cd478b5 AddMoney 2022-03-13 21:58:50 +01:00
JaTiTV 810e61f0e2 Bugfix in '/t2code debug createReportLog' 2022-02-09 14:40:27 +01:00
JaTiTV 15f2a5d422 Bugfix
If a plugin of T2Code was unloaded for example by PlugMan, then an error came in the UpdateChecker, this was fixed
2022-01-27 05:51:09 +01:00
JaTiTV 8482f7f787 10.9 2022-01-21 22:04:26 +01:00
JaTiTV 2f4fe4651e Minor code changes 2022-01-20 18:19:39 +01:00
JaTiTV dd433b26ea 10.7 2022-01-19 01:17:20 +01:00
JaTiTV 5725251c18 10.6
Added more features for our bungee plugins.
2022-01-18 14:41:41 +01:00
JaTiTV daed92b022 Update .gitignore 2022-01-18 14:41:25 +01:00
JaTiTV 8a76bcb2c7 Create .gitignore 2022-01-18 14:40:53 +01:00
JaTiTV 8debd90a6c Minor code changes 2022-01-17 20:23:49 +01:00
JaTiTV a50f779b16 10.4
Minor change for premium plugins from T2Code
2022-01-16 06:56:58 +01:00
JaTiTV ac9972601c PluginCheck - WonderBagShop renamed to LuckyBox 2022-01-13 03:17:41 +01:00
JaTiTV ad5d7e09ea Merge pull request 'UpdateAPI bug' (#3) from CloseInventory into main
Reviewed-on: #3
2022-01-11 02:59:54 +01:00
JaTiTV c564cdead1 Merge branch 'main' into CloseInventory 2022-01-11 02:59:43 +01:00
JaTiTV 2db5be7d56 UpdateAPI bug
When joining the server, it could happen that an error occurred, because the UpdateChecker had not yet checked the public version.
2022-01-11 02:58:00 +01:00
JaTiTV 9f19d2b039 Merge pull request 'CloseInventory' (#2) from CloseInventory into main
Reviewed-on: #2
2022-01-06 01:59:17 +01:00
JaTiTV 3cb557c0e1 Add permissionDescription 2022-01-06 01:55:39 +01:00
JaTiTV da2e9ff6a4 Add BConfig 2022-01-05 21:50:03 +01:00
JaTiTV 68d89e2e9e Merge pull request '9.0' (#1) from CloseInventory into main
Reviewed-on: #1
2021-12-31 17:19:30 +01:00
JaTiTV c171a1674d 9.0 | small code changes 2021-12-31 17:17:27 +01:00
JaTiTV 1c962a54d6 code changes 2021-12-31 05:30:39 +01:00