Commit Graph

111 Commits

Author SHA1 Message Date
7f8a0c35cb 17.0-dev
add 1.21.1 support
change new update version to 17.0
2024-09-27 00:50:00 +02:00
7b574ffa02 16.7_beta-1 2024-07-11 15:22:02 +02:00
311ae66d18 Update pom.xml 2024-07-11 13:24:34 +02:00
c7e392a0f0 16.7_dev-24 2024-07-05 22:40:29 +02:00
a350f9fb00 16.7_dev-22 2024-07-05 09:35:57 +02:00
83f4a3ef71 16.7_dev-19 2024-07-05 01:59:49 +02:00
8678eee675 Recode Class Names 2024-07-04 22:03:13 +02:00
a533d2211b Minor changes
New Plugin Start design
Minor changes
Descriptions adapted
2024-07-04 07:16:24 +02:00
44c35bd185 Changes to the creation of config files
- Comments in multiple languages
- Language files with the new ConfigWriter
2024-07-03 23:48:51 +02:00
5a49cc625a add ConfigWriter for Language Files / smal changes 2024-07-03 03:28:17 +02:00
e9a43889cb 16.7_dev-3 repo release
ConfigWriter
- add List & "" to String
- fix forceSet
2024-07-03 00:01:02 +02:00
3c85c440c9 16.7_dev-2 repo release 2024-07-02 19:37:27 +02:00
90f899cb16 fix load on spigot Server 2024-07-01 21:21:59 +02:00
7c3ffc80c3 . 2024-07-01 19:50:19 +02:00
eb237aaa89 Add Velocity
- bStats
  - config
  - updateChecker
2024-07-01 18:00:44 +02:00
1397656bf2 add velo 2024-07-01 15:12:53 +02:00
a05223333c development status
add EnumManager
2024-07-01 03:18:32 +02:00
b8c65cb537 16.7
Debug messages removed
2024-06-15 18:06:14 +02:00
32b57de55c 16.6
1.21 support
minor code changes / bug fixes
2024-06-15 02:34:34 +02:00
cb4a81a3c1 16.5 | 1.20.5/1.20.6 Support 2024-05-17 01:12:12 +02:00
76862db7c9 pom.xml aktualisiert 2024-04-12 14:14:35 +00:00
e5cba7fe6d Update Kyori MiniMessage
API Updates:
adventure-text-minimessage - 4.16.0
adventure-platform-bukkit - 4.3.2
adventure-platform-bungeecord - 4.3.2
2024-03-31 13:32:00 +02:00
770b7daa94 1.20.4 Update / Remove debug Message
- A pointless debug message has been removed
- 1.20.4 native Suport
2024-03-30 19:41:31 +01:00
0f645300f4 1.20r2 Support 2023-12-07 18:29:51 +01:00
65e0082322 16.1 2023-12-07 16:58:39 +01:00
150d9f4933 15.9
- In MiniMessage messages placeholders were erroneously not supported by PlaceholderAPI
- Smaller API changes in T2Csend
2023-08-04 16:29:38 +02:00
f40c47e6ab 15.8
Innovation:
Commands can now be provided with delays (in ticks)

Example:
/say hi !delay:20
This command is now executed with a delay of one second
20 ticks are one second
2023-07-31 21:09:46 +02:00
de6ecdf7a8 15.8_dev 2023-07-16 08:22:30 +02:00
c72edafd0a 15.7
- Bugfix: If a t2code plugin could not be checked for an update, it was not possible to use the info command of the respective plugin and the command '/t2c updateinfo <plugin>'.

- The message at the command '/t2code updatinfo <plugin>' was slightly adjusted
2023-07-10 03:35:06 +02:00
290b9264f3 final 15.6 2023-07-09 16:19:05 +02:00
eb991d01e3 15.6_beta-1 2023-07-08 22:48:02 +02:00
260dae2aa0 Update pom.xml 2023-07-08 21:29:36 +02:00
f8619e4802 Update pom.xml 2023-07-08 19:42:52 +02:00
7b04697895 15.6_dev-1 2023-07-08 19:03:29 +02:00
59133a36f9 15.4 2023-06-30 17:59:37 +02:00
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
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
b2ebce50ed 15.1 | Stable 1.20 support
Stable 1.20 support
2023-06-19 14:30:37 +02:00
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
c4282817b0 14.6
Bugfix
T2CnameHistory API fix
2023-05-16 19:36:36 +02:00
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
65ff4ee24a 14.4 / kiori update 2023-04-23 12:29:38 +02:00
ede7908721 Update pom.xml 2023-02-28 00:38:44 +01:00
74e05ff7c5 Update pom.xml 2023-02-27 23:35:46 +01:00
1708c4bf70 14.3 2023-01-25 13:52:19 +01:00
c4b5996256 14.3_DEV-1
Fix if Vault was disabled before T2CodeLib was loaded
2023-01-15 20:58:18 +01:00
37db515726 14.2
Changes:
- T2CLibConfig was added to the API to access the T2CodeLib config.yml
- Create ReportLog was slightly rewritten to make it easier to copy the T2CodePlugins into the zip and to improve performance
- added a feedback to the command /t2c reloadconfig
- change plugin info design
2023-01-05 19:27:11 +01:00
0fcf436dbf change plugin info design 2022-12-31 21:25:07 +01:00
1b589759fb Merge branch 'main' of https://git.t2code.net/JaTiTV/T2CodeLib 2022-12-29 22:03:32 +01:00
6ee14b4782 14.2 Dev 2022-12-29 22:02:05 +01:00