This plugin allows players to turn jungle vine trees into buildable spots. Instead of just building on flat land, players can create high-up bases in the jungle canopy using these tall swinging trees.
How It Works
Some vine swinging trees in the jungle biome are randomly marked as buildable upon plugin load. These trees are protected and can't be damaged.Players can claim one by standing near it and holding [E]. After holding for a few seconds, the tree becomes theirs and is marked as a safe building spot. A small platform appears, and a build zone is created around the tree, allowing full freedom to build a base up in the jungle canopy.
Permissions
treehouse.claim
- Allows a player to claim an eligible vine-swinging tree, triggers construction of the starter platform, and grants creative/build privileges inside that tree's build zone.
Configuration
JSON:
{
"Version": "1.3.0",
"Claimable Tree Percent (0-100)": 35,
"Disable Tree Stability": false,
"Starter Platform Vertical Offset": 6.0,
"Claim Duration Seconds": 5.0
}
Claimable Tree Percent
-Controls how many vine-swinging jungle trees are made buildable. A higher number means more trees will be available. Set to 0 to disable or 100 to mark all of them.Disable Tree Stability
- When enabled, all building blocks placed inside a claimed tree's build zone will be treated as fully stable and won't collapse.Starter Platform Vertical Offset
- Increase this value to raise the build height or lower it to spawn platforms closer to the branch surface.Claim Duration Seconds
- Time (in seconds) a player must hold the claim key (E) to finish claiming a tree and spawn the starter platform.