Перейти к содержимому
Mineforgian

ClickCrystals

Crystal PvP tweaks client mod. Your ultimate cpvp assistance. Various tweaks that improve your performance without ruining the cpvp experience.

Загрузки
225K
Подписчики
93
Обновлён
5 мая 2026 г.
Лицензия
MIT

Опубликован 18 марта 2023 г.

ClickCrystals (CC)


Modrinth Downloads CurseForge Downloads GitHub Downloads (all assets, all releases) PlanetMinecraft Downloads Discord

ClickCrystals is a utility client that provides users a variety of commonly used PvP and Survival QOL features all in one place. These features come in toggleable 'modules' and each have individual customizable settings!

DISCLAIMER: This mod is likely bannable on servers that do not allow it. Always double check with your server's moderators before trying new mods!

Scripting Now Has a Wiki!

Want to script custom modules but don't know how to script? Don't worry, there's a full guide on how to create your own custom scripts and modules!

ClickCrystals script is an interrupted scripting language that allows you to scripts and macros without any knowledge of coding. It contains no variables and mostly are just command lines that are very similar to Minecraft.

The short version can be found here
The legacy version can be found here

Happy coding and cpvping!

- ClickCrystal dev team


What Version Should I Get?

What You Have What to get
higher.. how is that even possible?
1.21.11 ClickCrystals-1.21.11-1.3.8.jar *recommended
1.21.10 ClickCrystals-1.21.9-1.3.7.jar
1.21.9 ClickCrystals-1.21.9-1.3.7.jar
1.21.8 ClickCrystals-1.21.6-1.3.7.jar
1.21.7 ClickCrystals-1.21.6-1.3.7.jar
1.21.6 ClickCrystals-1.21.6-1.3.7.jar
1.21.5 ClickCrystals-1.21.5-1.3.2.jar
1.21.4 not supported
1.21.3 not supported
1.21.2 not supported
1.21.1 ClickCrystals-1.21-1.2.9.jar
1.21 ClickCrystals-1.21-1.2.9.jar
..lower cry

Can't Find The Version You're Looking For?

There's still a chance for you to access latest script syntax! Take a look in latest releases for experimental versions!

Newest Changes

Version: 1.3.8

Performance:
- used spark profiler to optimize method calls that cause lag spikes
- fixed entity tick lag
- improved GUI responsiveness # let_me_practice
- significant performance improvements, especially for mobile / Pojav users # let_me_practice

Scripting:
- if invisible
- if blocking (directional shield detection)
- if entity_in_fov <identifier> <num>
- if block_in_fov <identifier> <num>
- if hotbar_count <comparator> <num>
- if slot <int> <identifier>

Modules:
- Fixed BreachSwap
- Fixed StunSlam
- Improved AxeSwap shield detection (directional blocking)

Patches:
- patch and undisable TotemPopColor
- patch and undisable SelfGlow # i-no-am
- patch and fixed message broadcast # i-no-am
- fixed modules not toggling correctly after input-related changes # let_me_practice

Scripts:
- Improved entity interactions # i-no-am
- vel values now support decimal numbers # let_me_practice

GUI:
- added ping for users that haven't read new announcement bulletins
- refactored text input handling to support virtual keyboards (mobile / Pojav) # let_me_practice
- separated character input from key actions # let_me_practice
- fixed duplicated or dropped text input across all text fields # let_me_practice
- fixed script IDE opening wrong screen # let_me_practice
- fixed paste script crash # let_me_practice
- fixed script save spinner getting stuck # let_me_practice

demo

Keybindings


Keybinding Key Name Description
APOSTROPHE ' Open module settings screen
COMMA , Custom commands prefix
COLON ; Open hud editor screen

Ченджлог

26.1-1.4.0Релиз26.1, 26.1.1, 26.1.2 · 5 мая 2026 г.
Version: 1.4.0

Scripting:
- fix cancel_packet not working
- fix uncancel_packet not working
- fix on packet_send not working
- fix on packet_receive not working
- fix on place_block running twice
- fix on break_block running twice
- notify not working
- if rot_x <comparator> <num> # pitch
- if rot_y <comparator> <num> # yaw
- if facing <direction>
- if input_active container
- if input_active inventory # now strictly only works for inventories

Patches:
- PacketMapper ID not working in scripts
- new entity textures not showing up
- script notify command
- Zoom module not working
- custom splash text color
- GuiCursor not working on Wayland
- fix NoOverlay fire overlay doesnt get removed
- add color setting instead of RGB

Codebase:
- renamed mixin classes to fit mojmap conventions

Module:
- add ElytraShadow
26.1-1.3.9Релиз26.1, 26.1.1, 26.1.2 · 9 апреля 2026 г.
Version: 1.3.9

Scripting:
  - added support for checking potion type (same way you'd check enchantments) #potion[regen],#potion[fall]

Patches:
  - optimized rendering by using sine table for trig functions
  - entity glow and spectral arrows being ineffective
  - text miscolor for modrinth warnings
  - improved accuracy for entity_in_fov and block_in_fov

Modules:
  - made StumSlam attack differently
1.21.11-1.3.9Релиз1.21.11 · 4 апреля 2026 г.
Version: 1.3.9

Scripting:
  - added support for checking potion type (same way you'd check enchantments) #potion[regen],#potion[fall]

Patches:
  - optimized rendering by using sine table for trig functions
  - entity glow and spectral arrows being ineffective
  - text miscolor for modrinth warnings
  - improved accuracy for entity_in_fov and block_in_fov

Modules:
  - made StumSlam attack differently
1.21.11-1.3.8Релиз1.21.11 · 21 февраля 2026 г.
Version: 1.3.8

Performance:
- used spark profiler to optimize method calls that cause lag spikes
- fixed entity tick lag
- improved GUI responsiveness # let_me_practice
- significant performance improvements, especially for mobile / Pojav users # let_me_practice

Scripting:
- if invisible
- if blocking (directional shield detection)
- if entity_in_fov <identifier> <num>
- if block_in_fov <identifier> <num>
- if hotbar_count <comparator> <num>
- if slot <int> <identifier>

Modules:
- Fixed BreachSwap
- Fixed StunSlam
- Improved AxeSwap shield detection (directional blocking)

Patches:
- patch and undisable TotemPopColor
- patch and undisable SelfGlow # i-no-am
- patch and fixed message broadcast # i-no-am
- fixed modules not toggling correctly after input-related changes # let_me_practice

Scripts:
- Improved entity interactions # i-no-am
- vel values now support decimal numbers # let_me_practice

GUI:
- added ping for users that haven't read new announcement bulletins
- refactored text input handling to support virtual keyboards (mobile / Pojav) # let_me_practice
- separated character input from key actions # let_me_practice
- fixed duplicated or dropped text input across all text fields # let_me_practice
- fixed script IDE opening wrong screen # let_me_practice
- fixed paste script crash # let_me_practice
- fixed script save spinner getting stuck # let_me_practice
1.21.11-1.3.7Релиз1.21.11 · 30 декабря 2025 г.

ClickCrystals 1.3.7 on Modrinth (Modrinth version)

Комментарии

Загружаем…