> For the complete documentation index, see [llms.txt](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/changelogs.md).

# Changelogs

## Changelog #3

### July 29, 2026

A major update adds reworked Dungeons, Gems, Land Claims, and more.

#### Dungeons rework

* Dungeons now award **more Dungeoneering XP**.
* Dungeon items deal **increased damage inside Dungeons**.
* Dungeon loot tables have been reworked.
* Dungeon items can now be **Ascended** with **Ascension Stones**.
* Ascend items at the **Item Ascender NPC** in the Dungeon Hub.

#### Gem Shop & Gems

A new **Gem Shop** and **Gem currency** are now available.

* Earn or purchase Gems, then spend them in the Gem Shop.
* Available rewards include cosmetics, quality-of-life perks, and more.
* Use `/gems` to view your balance and `/gems pay` to send Gems.

#### Abyssal Crate

The rotating **Abyssal Crate** is now available.

* Purchase Abyssal Keys with **Gems** in the Gem Shop.
* Get Abyssal Keys from **Keyalls** in the store.

#### Global leaderboard

A new **Global Level Leaderboard** displays the top 10 players by Global Level.

#### Land Claims

Players can now claim land to protect builds and belongings.

* Claims protect builds, storage, farms, entities, and surrounding land.
* Claims use Minecraft's standard **16×16 chunks**.
* Use `/claim` to claim land, `/claim <radius>` to expand it, and `/unclaim` to remove it.
* Use `/hs` to manage your claims.
* Visitors need permission to build, break blocks, open containers, use redstone, or interact with protected entities.
* Trust other players, configure permissions, and create sub-areas with separate settings.

#### Global Level cap

The maximum **Global Level** is now **1,500**.

#### Store & Rank revamp

* Most store items are now purchased through the **Gem Shop**.
* The rank lineup now includes **four ranks**.
* All ranks are now **monthly recurring subscriptions**.
* Ranks now provide more value than before.

#### Free update reward

Eligible players can claim **50 Gems** once.

Open the **New Update** menu. Then select **Claim 50 Gems**.

## Changelog #2

### July 10, 2026

Added new pets: Monkey, Scrollwyrm, and Wisp.

Added 25 New enchantments to the enchantment table

Added 27 new enchantments to the Wizard NPC

Added the Black Scroll

Added pet skins, including skin lockers and cosmetic pet variants.

Added pet skin support for changing pet head, name, and particle trail.

Improved pet visibility so pets hide properly with invisibility/vanish-style effects.

Updated pet combat abilities so they target enemies properly and avoid villagers.

Improved pet stat handling so active pet bonuses are applied only while summoned.

Added recipe filtering by skill in /recipes.

Fixed chat prompts for recipes/bazaar so typed values no longer show publicly in chat.

Improved MMOItems head enchanting so head armor can use normal enchantment behavior more cleanly.

Nerfed and rebalanced harvesters: slower production, lower XP, and limited items per harvest.

Changed harvesters so they only work when a player is nearby, not just when the chunk is loaded.

Rebalanced archaeology loot, XP, runes, weapons, armor, and equipment.

Added more vanilla archaeology-style loot into archaeology tables.

Added Ancient Debris, Netherite Scrap, and Netherite Ingot archaeology rewards.

Improved archaeology/foraging/mining protection so blocks behave better inside custom regions.

Improved foraging tree respawning, especially jungle, mangrove, and pale oak trees.

Fixed crystal mush logs/leaves so Tree Feller does not break the whole tree.

Added crystal mush log/leaf support and XP tuning.

Continued bazaar balance fixes to reduce crafting price abuse and bad sell/buy flips.

Added/adjusted Bazaar support for more custom items and Oraxen items.

## Changelog #1

### July 2, 2026

#### Pets

* Added support for new pets and balance updates.
* Added Monkey Pet as a foraging pet.
* Pets now stay hidden from other players when the owner is invisible.
* Pet abilities, stats, and effects still work while invisible.
* Pet particles are now hidden while the player is invisible.
* Fixed cases where pet visuals stayed behind.
* Updated several pet heads and textures.
* Added 5 new pet drops from mobs.
* Pets no longer target villagers and now only target valid enemies or players.

#### Mining

* Added a new stone mining table for Spelunking Caverns.
* Stone now respawns instantly in the configured mining area.
* Stone still gives normal vanilla drops.
* Fixed mining radius and 3x3 mining breaking blocks it should not break.
* Fixed mining rock drops in the mining loot table.
* Cleaned up mining loot table formatting.
* Improved mining table behavior for more consistent custom drops and respawns.

#### Foraging

* Improved tree respawning.
* Trees now fully respawn instead of only partially returning.
* Leaves and tree attachments now clear more consistently after all logs are broken.
* Tree Feller now works better with normal trees and configured foraging tables.
* Added Monkey Pet drop support from jungle leaves.

#### Archaeology

* Fixed brushing behavior that let archaeology blocks finish after one click.
* Brushing now cancels properly if the player stops brushing or looks away.

#### Bazaar

* Added more Bazaar fixes and balance patches.
* Fixed several crafting price abuse issues.
* Adjusted mining-related Bazaar prices to reduce money exploits.
* Improved stock and instant-buy behavior for items.
* Fixed various GUI, search, and sell behavior issues.

#### Global Level

* Improved global level performance.
* Made global level easier to progress.

#### General Fixes

* Fixed multiple GUI and resource issues.
* Fixed several cases where items or menus displayed incorrectly after restart or reload.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://orange-lounge-smp.gitbook.io/orange-smp-wiki/changelogs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
