diff --git a/clickcrystals/bulletin.html b/clickcrystals/bulletin.html
index 597d0bd..4a11805 100644
--- a/clickcrystals/bulletin.html
+++ b/clickcrystals/bulletin.html
@@ -15,7 +15,8 @@
{"title": "&aPludous Released a Video About Us!", "desc": "'I Mastered Crystal PVP in 1 HOUR..?'", "fields": [{"title": "&bCheck out his video!", "desc": "&7@ItzPludous &3https://youtu.be/ub1FUZwEI9k"}, {"title": "&5Pludous Discord", "desc": "&3https://discord.gg/ScsrRZxzWa"}]},
{"title": "&e1.2.1 is now released!", "desc": "Script functions, syntax, and more! New modules!", "fields": [{"title": "&bCredits to", "desc": "ImNotStable, I-no-one"}, {"title": "&eBefore we begin", "desc": "&cClickCrystals is no longer &cbeing &cupdated &con &cModrinth. &7We are switching to CurseForge full time."}, {"title": "Script functions", "desc": "You can now create script functions to prevent repetitive script blocks. 'define function foo { input use; input attack; }' Call the function by 'function foo'"}, {"title": "New Modules", "desc": "NoContainerInteraction, NoGuiBackground, CameraClip, BlockOutline"}, {"title": "&3Join the Discord", "desc": "&bIf you haven't yet!"}]},
{"title":"1.2.3 Release","desc":"New release just dropped, and I'm back to ClickCrystals development!","fields":[{"title":"New patches","desc":"Fixed PlayerUtils kick screen, etc..."},{"title":"Tweaks","desc":"A new look, hope you like it!"},{"title":"Join the Discord","desc":"Click on the link on home page!"},{"title":"Need help with Scripting?","desc":"https://bit.ly/ccs-wiki"}]},
- {"title": "Release 1.2.5", "desc": "1.21 SUPPORT! New UPDATE!", "fields": [{"title": "Fresh Animations!", "desc": "GUI now animates in and out, along with many other widgets."}, {"title": "New Module", "desc": "SelfGlow by I-No-One"}, {"title": "Scripting Syntax", "desc": "Added new scripts, hotbar hotkeys now possible! Also key inputs and detections are also now possible!"}, {"title": "And much more!", "desc": "Download 1.2.5 for Minecraft Versions 1.20-1.21 NOW!"}]}
+ {"title": "Release 1.2.5", "desc": "1.21 SUPPORT! New UPDATE!", "fields": [{"title": "Fresh Animations!", "desc": "GUI now animates in and out, along with many other widgets."}, {"title": "New Module", "desc": "SelfGlow by I-No-One"}, {"title": "Scripting Syntax", "desc": "Added new scripts, hotbar hotkeys now possible! Also key inputs and detections are also now possible!"}, {"title": "And much more!", "desc": "Download 1.2.5 for Minecraft Versions 1.20-1.21 NOW!"}]},
+ {"title": "&bRelease 1.2.6", "desc": "Script entity referencing!", "fields": [{"title": "WIKI HAS BEEN UPDATED", "desc": "Tons of conditions and a few commands to make script experience smoother."}, {"title": "&fEntity referencing!", "desc": "You can now check other player's or entity's armor or held items, and a lot more!"}]}
]
}
diff --git a/clickcrystals/info.html b/clickcrystals/info.html
index bbcfac2..3760345 100644
--- a/clickcrystals/info.html
+++ b/clickcrystals/info.html
@@ -1,6 +1,6 @@
{
- "latest": "1.2.5",
- "motd": "1.2.5 JUST DROPPED! 1.21 Support + New Scripting Featuers + Fresh GUI Animations + Much more! For All Minecraft Versions 1.20-1.21",
+ "latest": "1.2.6",
+ "motd": "&b1.2.6 JUST DROPPED! New script syntax and entity referencing. &bCheck other players' hands is now possible! &eCCS WIKI updated!",
"owners": [
{"name": "ImproperIssues", "id": "9ccc7b49-7695-40f8-9990-f7436645e4ca"},
{"name": "obvWolf", "id": "049460f7-21cb-42f5-8059-d42752bf406f"}