Merge new heresy detector #12

Merged
zxq5 merged 12 commits from dev into main 2025-09-02 19:02:29 +01:00

12 Commits

Author SHA1 Message Date
zxq5 373cfa3b3a added more features to heresy detector
Java CI with Maven / build (push) Successful in 28s
2025-09-02 18:21:34 +01:00
zxq5 55972532a6 added more funny death messages
Java CI with Maven / build (push) Successful in 29s
2025-08-30 00:34:57 +01:00
zxq5 e3117b1570 Merge pull request 'added funny death messages' (#11) from dev into main
Java CI with Maven / build (push) Successful in 27s
Reviewed-on: #11
2025-08-29 00:48:24 +01:00
zxq5 a4254a94f4 added funny death messages
Java CI with Maven / build (push) Successful in 28s
2025-08-29 00:46:27 +01:00
zxq5 03d01f9422 idk
Java CI with Maven / build (push) Successful in 27s
2025-08-28 23:06:35 +01:00
zxq5 14452adf08 progress on teams
Java CI with Maven / build (push) Failing after 1m4s
2025-02-12 18:55:11 +00:00
zxq5 3eac0e391f did some more work on commands
Java CI with Maven / build (push) Has been cancelled
2025-02-10 18:49:00 +00:00
zxq5 db2a40e178 worked on anticheat, added new item sets, refactored warps, working on teams and ranks - will be integrated with the warps system. working on general stability improvements / bugfixes
Java CI with Maven / build (push) Successful in 1m16s
2025-02-10 16:49:57 +00:00
zxq5 2f3101a7f1 started on xray detector
Java CI with Maven / build (push) Successful in 1m9s
2025-02-06 13:23:55 +00:00
zxq5 3313ed1977 renamed a file
Java CI with Maven / build (push) Successful in 1m6s
2025-02-06 09:25:34 +00:00
zxq5 c760ea20e5 # changes
Java CI with Maven / build (push) Successful in 1m10s
- added shoot wither skull ability to witherite (may be changed later idk, depends how people feel about it)
- refactored custom gear set code to be more concise with less boilerplate

# additions
- added dragon armour
  - right click with sword to dash
  - chestplate is actually an elytra, uses a clientside resourcepack to render a chestplate as well.
  - chestplate has the armour value of prot4 netherite
- added blazing armour
  - full set provides complete immunity to fire
  - right click with sword shoots three fireballs just like a blaze.
  - sword has the equivalent of fire aspect 3 built in.
- started working on a basic abstract class for custom food and drinks to make additions easier in the future.

# improved clientside resourcepack with new additions
- dragon armour / sword
- blazing armour / sword
2025-02-06 09:21:56 +00:00
zxq5 c20714b3a7 # changes
- added shoot wither skull ability to witherite (may be changed later idk, depends how people feel about it)
- refactored custom gear set code to be more concise with less boilerplate

# additions
- added dragon armour
  - right click with sword to dash
  - chestplate is actually an elytra, uses a clientside resourcepack to render a chestplate as well.
  - chestplate has the armour value of prot4 netherite
- added blazing armour
  - full set provides complete immunity to fire
  - right click with sword shoots three fireballs just like a blaze.
  - sword has the equivalent of fire aspect 3 built in.
- started working on a basic abstract class for custom food and drinks to make additions easier in the future.

# improved clientside resourcepack with new additions
- dragon armour / sword
- blazing armour / sword
2025-02-06 09:19:49 +00:00