Commit Graph

117 Commits

Author SHA1 Message Date
JaTiTV c2adf6957d Code reordered and methods rebat / removal announced via @Deprecated 2023-06-30 17:59:29 +02:00
JaTiTV 2e1ef9c46d Create T2CdevelopmentTool.java 2023-06-30 17:58:14 +02:00
JaTiTV a7c7877ac6 Development tool added 2023-06-30 17:57:59 +02:00
JaTiTV 71c746b752 Spigot website changed in the plugin.yml 2023-06-30 17:57:21 +02:00
JaTiTV 6f054a8993 Update T2CBtab.java 2023-06-27 18:01:55 +02:00
JaTiTV a3ec7117dd 15.3
add minMcVersion (public static boolean minMc1_13() etc.) to net.t2code.t2codelib.SPIGOT.api.minecraftVersion.T2CmcVersion
2023-06-26 11:14:11 +02:00
JaTiTV 034bf241e5 15.2
Changes:
Commands:
- The command '/t2code serverid' has been added to display the server ID assigned by the T2CodeLib.
- The command '/t2code bcmd <command>' was added to execute a bungee command from a spigot plugin

DebugLog:
- The number of offline players is now displayed in T2CoderLog.txt
- The offline players as well as the plugins in the T2CoderLog.txt are now listed in alphabetical order

- Smaller code changes
2023-06-19 21:17:49 +02:00
JaTiTV b2ebce50ed 15.1 | Stable 1.20 support
Stable 1.20 support
2023-06-19 14:30:37 +02:00
JaTiTV 4b7d8539ea 15.0
- Update auf Minecraft Version 1.20
- Kyori MiniMessage API Update auf 4.14.0
2023-06-08 06:55:44 +02:00
Jkobs c9ee80dd38 Update T2CnameHistory.java 2023-05-16 19:08:48 +02:00
JaTiTV 709bd16317 [Bungee] Fixed a small performance bug: If the update check interval was set to 0, it could crash the server and cause spam in the console both to the update check server of T2Code. 2023-05-10 21:09:27 +02:00
JaTiTV 66dc27483b new UpdateCheck option
Added an option to completely disable the UpdateCheck of all plugins that check via the T2CodeLib
2023-05-10 21:07:36 +02:00
JaTiTV 623d6f8c12 14.5
Fixed a small performance bug: If the update check interval was set to 0, it could crash the server and cause spam in the console both to the update check server of T2Code.
2023-05-04 16:26:04 +02:00
JaTiTV b3adbe61e8 Improved Update Information 2023-04-23 14:33:42 +02:00
JaTiTV 167b81f0df Improved update information 2023-04-23 13:50:53 +02:00
JaTiTV 8bbdd7a818 Update T2Cdebug.java 2023-04-23 13:15:06 +02:00
JaTiTV 3aee76ddb8 T2Csend.debug() -> T2Cdebug.debug() / add T2Cdebug.debugCode() 2023-04-23 12:30:56 +02:00
JaTiTV dd4a5de2ab clean code 2023-02-27 23:36:53 +01:00
JaTiTV 7243e403e1 change Bungee API
net.md_5.bungee.BungeeCord -> net.md_5.bungee.api.ProxyServer
2023-02-27 23:36:41 +01:00
JaTiTV 63d80b9e5e Create T2CitemBuilder.java 2023-02-27 23:35:52 +01:00
JaTiTV 415e8dc24b Small improvement of the method addItem of the class T2Ceco 2023-01-25 11:58:57 +01:00
JaTiTV c4b5996256 14.3_DEV-1
Fix if Vault was disabled before T2CodeLib was loaded
2023-01-15 20:58:18 +01:00
JaTiTV 0fcf436dbf change plugin info design 2022-12-31 21:25:07 +01:00
JaTiTV 9916040c63 bugfix by reloadconfig
'/t2c reloadconfig' did not give any feedback
2022-12-31 02:28:58 +01:00
JaTiTV 1b589759fb Merge branch 'main' of https://git.t2code.net/JaTiTV/T2CodeLib 2022-12-29 22:03:32 +01:00
JaTiTV 6ee14b4782 14.2 Dev 2022-12-29 22:02:05 +01:00
JaTiTV b64c1e7c59 14.1 | API changes
- Methods with objects have been added to T2Csend
- Methods with objects have been added to T2Creplace
- Methods with objects have been added to T2Cconfig
2022-12-28 13:42:55 +01:00
JaTiTV 1b12c2728b 14.0
add BungeePlayers List / Event for Spigot Server
2022-12-24 19:05:18 +01:00
JaTiTV eb7fd03650 13.9
Bugfix:
- The plugin messaging channel for T2C-Commendgui was not properly registered on the proxy
- Fixed a small bug in the Update Checker where a NullPointExeption appeared in the console when the UpdateCheck server was unreachable
2022-12-22 01:43:40 +01:00
JaTiTV deeedcd408 13.6 2022-11-20 20:17:43 +01:00
JaTiTV e4c4aee0f7 13.5
Change:
- If no new update was found from a plugin, then there is now no more console spam
- Support for the old update checker has been removed
2022-11-19 02:51:28 +01:00
JaTiTV 1b7918f011 Merge branch '13.4' 2022-11-15 02:19:36 +01:00
JaTiTV 9986f477b2 13.4 2022-11-15 02:17:26 +01:00
JaTiTV d27ef185e6 13.4_SNAPSHOT-2 2022-11-15 00:36:25 +01:00
JaTiTV 8114035cd9 seePreReleaseUpdates #1 2022-11-14 22:59:17 +01:00
JaTiTV f0b5b2e65b 13.4_SNAPSHOT-2
- From now on a different temporary path is used to create the debug zip to avoid data garbage.
- The design of the update messages was changed
2022-11-14 22:37:36 +01:00
JaTiTV f9b0b512b9 13.4_SNAPSHOT-1 2022-11-14 18:45:54 +01:00
Jkobs f70767b361 New Bungee Updater 2022-11-14 14:41:45 +01:00
JaTiTV 5857e02695 small fix 2022-11-14 14:16:46 +01:00
Jkobs 9d233ba5a6 Fixes and Changes 2022-11-14 10:04:53 +01:00
JaTiTV f1065ad5a1 small bugfix 2022-11-14 01:42:43 +01:00
JaTiTV a0e590a2c1 dev 2 2022-11-14 01:06:44 +01:00
JaTiTV 1a914a9410 13.3 2022-11-13 19:01:24 +01:00
JaTiTV 564288c9ab fix minimessage 2022-11-13 17:50:23 +01:00
JaTiTV ed16dc160b Merge pull request 'NewDebugZip' (#11) from NewDebugZip into 13.3
Reviewed-on: #11
2022-11-13 15:31:20 +00:00
JaTiTV a2e8a672fa Update CreateReportLog.java 2022-11-13 15:43:49 +01:00
JaTiTV 55d7a4496c Update Util.java 2022-11-10 21:37:15 +01:00
JaTiTV c049b8a032 Update CreateReportLog.java 2022-11-10 21:21:44 +01:00
Jkobs 8147a5a2b4 Update CreateReportLog.java 2022-11-10 19:29:44 +01:00
Jkobs a15d667244 Update CmdExecuter.java 2022-11-10 19:13:54 +01:00