Commit Graph

73 Commits

Author SHA1 Message Date
JaTiTV ad55fb53de 1.6_beta-1 2024-07-11 15:21:50 +02:00
JaTiTV f5ec79e90d Started to implement the config descriptions 2024-07-11 13:28:30 +02:00
JaTiTV ffa4423b7c smal fix 2024-07-08 05:10:38 +02:00
JaTiTV 3b0a2fbe94 all register classes moved to a directory 2024-07-06 08:46:16 +02:00
JaTiTV 2f2c68efdd 1.6_dev-23 2024-07-05 22:37:44 +02:00
JaTiTV 4735f9f6fe 1.6_beta-1
Config descriptions not yet complete, otherwise ready
2024-07-05 12:31:57 +02:00
JaTiTV bc7803831c api to T2CodeLib 16.7_dev-22 2024-07-05 09:37:10 +02:00
JaTiTV 456e13bf5f fix 2024-07-04 06:21:23 +02:00
JaTiTV 5f6648c628 Update ExecuteAlias.java 2024-07-04 06:13:55 +02:00
JaTiTV f0b3b6e4fd T2CodeLib to 16.7_dev-6 2024-07-04 01:41:34 +02:00
JaTiTV d95de86b58 T2CodeLib load change 2024-07-03 03:30:07 +02:00
JaTiTV a85fd20f93 T2CodeLib api change to 16.7_dev-4 2024-07-03 03:29:50 +02:00
JaTiTV b7b3fbcb03 new config.yml and new register 2024-07-01 21:21:27 +02:00
JaTiTV 5d72e0d48d 1.5
New features:
- The option "CooldownInSec.Global" has been added to give an alias a global cooldown that counts for all players.
- The option "CooldownInSec.Player" has been added to give an alias a cooldown that counts for a single player.

The permissions have been revised:
- t2code.alias.admin -> t2c.alias.admin
- t2code.alias.updatemsg -> t2c.alias.updatemsg
- t2code.alias.command.reload -> t2c.alias.command.reload
- t2code.alias.command.info -> t2c.alias.command.info
- t2code.alias.buy.bypass -> t2c.alias.buy.all.bypass
- The bypass for payment can now also be set individually for each alias / subalias: t2c.alias.buy.[alias].bypass / t2c.alias.sub.buy.all.bypass
2024-06-15 18:47:17 +02:00
JaTiTV d25b704ff1 1.5 dev
Changes in the Standard Config
minor code changes / bug fixes
started for cooldown
2024-06-15 02:32:10 +02:00
JaTiTV 9aede116ac 1.4
Bugfix:
Fixed a bug where the plugin was not loading properly
2023-07-31 18:35:45 +02:00
JaTiTV 97fc283951 1.3 hotfix 2023-07-16 11:43:13 +02:00
JaTiTV 7e6c889583 1.3
T2CodeLib 15.7 is required
2023-07-16 08:27:20 +02:00
JaTiTV a1ffd48f3e The admin permission now also supports the placeholder <alias>.
The admin permission now also supports the placeholder <alias>.
2023-07-16 08:19:03 +02:00
JaTiTV 0c1d32e0e8 Update AliasRegisterPermissions.java
Bugfix: The permissions of the alias commands were not registered
2023-07-16 08:10:18 +02:00
JaTiTV 987370586a 1.3_beta-2
A bug was fixed, if you use confirm via the gui and let another gui open via the alias, then this direnk was closed again.
2023-07-09 17:46:16 +02:00
JaTiTV 020f33da07 Update pom.xml 2023-07-09 17:01:29 +02:00
JaTiTV 48196f446c Update Language.java 2023-07-09 17:01:28 +02:00
JaTiTV 6e96509069 final 1.2.3_beta-1 2023-07-08 22:47:52 +02:00
JaTiTV fd0db6939a 1.2.3_beta-1 2023-07-08 21:30:45 +02:00
JaTiTV b5f3737fbd 1.2.2 2023-06-30 18:50:32 +02:00
JaTiTV 7833144a9a 1.2.1
- API update to Minecraft version 1.20
- T2CodeLib API update to 15.0 (this version is required from now on)
2023-06-08 07:23:14 +02:00
JaTiTV 10e23c6dcf Update pom.xml 2023-06-08 07:12:30 +02:00
JaTiTV be73deface [1.2.0 Stable]
- Added an option for players to confirm when an alias costs. (Per alias adjustable)
- Preselected T2CodeLib version: 14.5
2023-05-10 21:12:16 +02:00
JaTiTV f4d8d3496a Update pom.xml 2023-05-04 16:44:45 +02:00
JaTiTV 5514e62f5d Update pom.xml 2023-05-04 16:43:04 +02:00
JaTiTV ba1db37a90 dev fix 2023-05-04 16:38:21 +02:00
JaTiTV 02e7020815 1.2.0 Dev
[HOTFIX CODE] Added an option for players to confirm when an alias costs. (Per alias adjustable)
2023-05-03 22:47:58 +02:00
JaTiTV 546b827e02 1.2.0 Dev
Added an option for players to confirm when an alias costs. (Per alias adjustable)
2023-05-03 22:35:46 +02:00
JaTiTV 1ae32b2b59 stable 1.1.7 2022-12-21 10:52:47 +01:00
JaTiTV 93f63ffad0 Default config was changed
The admin area was set to false in the default config.
2022-12-21 10:43:45 +01:00
JaTiTV 2d49a7a4b7 bugfix for < 1.13 Server
Fixed a bug where you could not reload the plugin (/t2c-alias reload) when using a server below 1.13
2022-12-21 10:35:35 +01:00
JaTiTV f00ac77743 1.1.6 | New alias for commands & alias registration for plugin reload
Changes:
- For commands the placeholder '[alias]' has been added.
- If you add a new alias, it will now be registred on reload of the plugin, so no restart is needed anymore (If a command is renamed / removed, the old one will still be registred, but will not work. I am looking for a solution in the next update).
2022-11-17 23:39:38 +01:00
JaTiTV e96447d4fa 1.1.5 2022-11-15 14:58:46 +01:00
JaTiTV 3053bc53a3 „README.md“ ändern 2022-11-14 15:55:11 +00:00
JaTiTV 1de8c1d2ea fix 2022-11-14 16:44:45 +01:00
JaTiTV e8a0b99a56 Merge branch 'main' of https://git.t2code.net/JaTiTV/T2Code-Alias 2022-11-14 16:43:58 +01:00
JaTiTV dc75e49988 1.1.4 2022-11-14 16:43:53 +01:00
JaTiTV 555e3a192c „README.md/README.md“ ändern 2022-11-14 15:18:37 +00:00
JaTiTV 7d2cf9a122 „README.md/README.md“ ändern 2022-11-14 15:18:11 +00:00
JaTiTV ecd3362db6 „README.md/README.md“ ändern 2022-11-14 15:17:39 +00:00
JaTiTV 078e9404e6 „README.md/README.md“ ändern 2022-11-14 15:17:14 +00:00
JaTiTV 2617f55062 Dateien hochladen nach „README.md“ 2022-11-14 15:12:56 +00:00
JaTiTV bcfcc2e863 1.1.3
T2CodeLib update to API Version 13.0

Bugfix:
- Hardcode message inserted in language file
2022-10-25 16:38:16 +02:00
JaTiTV dbe5f82030 1.1.2 | Bugfix
TabComplete Aller Commands was affected by T2C alias and partially disabled completely. This has been fixed.
2022-07-19 22:55:25 +02:00