e102e85f9b
fix: never put .dirty in jar name
...
when building right on a tag but with a dirty project, the version would
result something like "X.X.X.dirty", without any dash because there are
no extra commits
2023-03-07 13:16:13 +01:00
62df0cf4ba
feat: better chat patch, still not optional
2023-03-06 02:18:24 +01:00
dd9b4bb539
feat: jank way to prevent chat clearing
2023-03-04 04:22:39 +01:00
0dc1644c14
chore: cleaned up Boscovicino, added mods commands
2023-03-04 04:03:14 +01:00
1991ea5fba
feat: add patch and event to add command hints
...
finally /hints is no longer necessary since we fire an event every time
the server makes us rebuild command hints. Still need to figure out how
to namespace stuff
2023-03-04 04:02:38 +01:00
00cf2570e3
chore: removed debug prints
2023-03-04 03:48:03 +01:00
8b6a696b05
chore: cleaned up accesstransformer file
2023-03-04 01:32:11 +01:00
a71402637e
feat: added basic tp command
2023-03-04 01:31:12 +01:00
8813dda003
feat: added item command
...
mostly for debugging autotool...
2023-03-04 01:30:59 +01:00
414fbf4962
feat: added AbstractCommand, load commands
2023-03-04 01:30:47 +01:00
6871d1dc3c
feat: replaced invasive PortalGui mod with patch
...
as of now it's just permanently on but some switch will come
2023-03-04 01:30:01 +01:00
5ac2a187ba
feat: added trace, look, tool options to aura
...
option to check for visibility, option to change player rotation before
attacking, option to switch to best tool
2023-03-04 01:25:04 +01:00
c13aa88bbd
feat: allow AutoTool to be invoked from other mods
2023-03-04 01:24:39 +01:00
4dddbe5fba
feat: added method to get module instances
2023-03-04 01:23:43 +01:00
976659d310
feat: include sharpness in dps calculation
2023-03-04 01:22:13 +01:00
60cb2dcfd8
fix: AutoTool ghost blocks
2023-03-04 01:21:16 +01:00
f243885ac9
chore: now annotationprocessor itself tells you what it needs in the classpath
2023-03-02 16:54:21 +01:00
8127c30fc7
chore: checkerframework
2023-03-02 10:45:46 +01:00
eb5ee8e453
fix: rebuild pattern when module is enabled
2023-03-02 01:45:02 +01:00
ftbsc
afd65ce815
fix: bumped processor to fixed version 0.2.1
2023-03-02 01:40:59 +01:00
3272be2fae
feat: filter neutral entities and friend players
2023-03-02 01:08:14 +01:00
b480fd3a79
feat: added rudimentary friendmanager
2023-03-02 01:07:58 +01:00
320b1b4f4e
chore: removed depcreated api from build.gradle
2023-03-02 00:33:14 +01:00
0678e882c5
fix: updated to newer patcher version
2023-03-02 00:27:46 +01:00
5cb0041469
chore: cleanup, created libs.version.toml
2023-03-02 00:11:08 +01:00
9b92d8fb7f
feat: added Highlighter
2023-03-01 18:16:19 +01:00
b8eba78e20
feat: allow to add setting changing callback
2023-03-01 18:16:06 +01:00
8a3cc80809
chore: renamed BoSCoVicino to Boscovicino
2023-03-01 12:41:53 +01:00
f4889c1ce2
fix: null ptr, activemodules, service
...
modManager must be set during ModManager initialization. moved that part
into a separate method. Activemodules had the check inverted. Abstract
classes cannot be loaded (and thus should not be annotated)
2023-03-01 01:00:04 +01:00
ftbsc
930ccf34c7
feat: implemented auto service for modules
2023-02-28 23:00:03 +01:00
e82f1cc5e6
chore: delegated default group and name to AbstractModule
2023-02-28 22:09:07 +01:00
ftbsc
e3af53002f
fix: optional builder/dispatcher, moved cfg.pop
2023-02-28 21:50:01 +01:00
ftbsc
c833568c4b
feat: defaults for toggle/enable/disable
2023-02-28 21:49:37 +01:00
4359e3d285
feat: implemented basic interface structure and made module constructors with no params
2023-02-28 21:16:05 +01:00
ftbsc
3be09e9384
chore: AbstractModule
2023-02-28 18:18:06 +01:00
d497c1d976
feat: some initial work on Abstract Module
2023-02-28 17:00:05 +01:00
dd5bb2205b
fix: don't fire twice per tick
2023-02-27 23:26:08 +01:00
acf78a429a
fix: proper namespacing of settings commands
...
ugly botch because I forgot about this, TODO!
2023-02-27 23:26:08 +01:00
ftbsc
5b14b18d62
version bump
2023-02-27 17:25:46 +01:00
e992b27d04
feat: allow to set specific state via toggle cmd
2023-02-27 03:50:32 +01:00
38d183a775
chore: converted old settings
2023-02-27 03:50:31 +01:00
01ad24cc88
feat: added Setting builder
2023-02-27 03:50:31 +01:00
cc1ef1452d
fix: moved util out
2023-02-27 03:50:31 +01:00
de9f23e856
chore: converted patches to new system
2023-02-27 02:27:15 +01:00
385797718d
feat: added search filter to entitylist
2023-02-20 02:29:50 +01:00
a3491632e7
feat: added super basic aura module
2023-02-20 02:29:35 +01:00
2c7dbb310a
fix: autotool now finally chooses swords
2023-02-20 02:29:15 +01:00
ae65fb2593
feat: added PlayerList module
2023-02-20 02:29:05 +01:00
36dfda2d4c
fix: try to consider attack speed for tool dps
2023-02-19 23:48:08 +01:00
184aa773ba
feat: command to toggle all modules (dirty fix...)
2023-02-19 23:47:51 +01:00