
Attack Cooldown Remover
Removes weapon cooldown entirely. Actually, it works with every held item.
- Загрузки
- 2K
- Подписчики
- 13
- Обновлён
- 24 июня 2023 г.
- Лицензия
- MIT
Опубликован 13 февраля 2023 г.
Removes weapon cooldown entirely.
When I say weapon, I mean: sword, axe, pickaxe, shovel and hoe.
Actually, it works with every held item. Source code is available so feel free to correct my errors.
Ченджлог
1.3Релиз1.20, 1.20.1 · 24 июня 2023 г.
Updated to version 1.20.1
1.2Релиз1.19.1, 1.19.2, 1.19.3 · 14 февраля 2023 г.
Some improvements (thanks, 4drian3d):
- Replaced static access to the server with a class access from the plugin instance,
- Replaced the use of System.out.println with the plugin logger. This avoids warnings in Paper servers,
- Upgraded the Java compatible version to Java 17 and use the new pattern matching,
- Now it avoids throwing an exception through the "assert" in case the AttributeInstance is null, now simply use the variable if it is not null.
1.1Релиз1.19.1, 1.19.2, 1.19.3 · 14 февраля 2023 г.
Changes:
- Slightly optimized the code
Known bugs:
- Attack Indicator is visible until you hit or kill an entity
1.0Релиз1.19.1, 1.19.2, 1.19.3 · 13 февраля 2023 г.
First release. Expect bugs.
Комментарии
Загружаем…