
TerraTrees
A Plugin to spawn Terra structures for trees instead of vanilla ones
- Загрузки
- 808
- Подписчики
- 8
- Обновлён
- 8 мая 2026 г.
- Лицензия
- MIT
Опубликован 8 июня 2025 г.

A plugin to generate Terra structures as trees.
This plugin requires Terra to work.
When using the plugin you might notice that when growing normal trees they look lame compared to the Terra ones. Well this plugin fixes that! You can specify any structure in the Terra pack and it will generate as any tree type you want. It even supports nether trees and mushrooms!
Tested on 1.21.4, 1.21.5, 1.21.6 and 1.21.7 - likely to work on other versions too.
Default config:
structures:
oak-tree: # Tree type
enabled: true # If it should spawn a terra structure instead of the vanilla one
structure: "structure-terrascript-loader:oak_tree_procedural" # which structure to spawn
big-oak-tree:
enabled: true
structure: "structure-terrascript-loader:oak_tree_procedural"
birch-tree:
enabled: true
structure: "structure-terrascript-loader:birch_tree_procedural"
acacia-tree:
enabled: true
structure: "structure-terrascript-loader:acacia_tree_procedural"
cherry-tree:
enabled: true
structure: "structure-terrascript-loader:cherry_blossom_tree_procedural"
dark-oak-tree:
enabled: true
structure: "structure-terrascript-loader:large_dark_oak_tree_procedural"
tall-jungle-tree:
enabled: true
structure: "structure-terrascript-loader:large_jungle_tree_procedural"
small-jungle-tree:
enabled: true
structure: "structure-terrascript-loader:medium_jungle_tree_procedural"
mangrove-tree:
enabled: true
structure: "structure-terrascript-loader:mangrove_tree_procedural"
pale-oak-tree:
enabled: true
structure: "structure-terrascript-loader:large_pale_oak_tree_procedural"
spruce-tree:
enabled: true
structure: "structure-terrascript-loader:spruce_tree_procedural"
tall-spruce-tree:
enabled: true
structure: "structure-terrascript-loader:giant_redwood"
brown-mushroom:
enabled: false
structure: "structure-terrascript-loader:large_mixed_mushroom_procedural"
red-mushroom:
enabled: false
structure: "structure-terrascript-loader:large_mixed_mushroom_procedural"
warped-fungus:
enabled: false
structure: "structure-terrascript-loader:huge-warped-fungus"
crimson-fungus:
enabled: false
structure: "structure-terrascript-loader:huge-crimson-fungus"
settings:
debug: false # Shows a list of available structures in the world name specified below during startup. Also has a few more debug messages.
debug-world-name: "world"
Ченджлог
2.0.0Релиз1.21.10, 1.21.11 · 8 мая 2026 г.
TerraTrees version 2.0.0
This version adds the following:
- The /terratrees spawnstructure command
This command will spawn a Terra structure at the specified location. There are many ways of using it;
/tt spawnstructure structure-terrascript-loader:example world 0 64 0 - This will spawn the structure "example" at x=0 y=64 z=0 in the world "world".
/tt spawnstructure structure-terrascript-loader:example world 0 0 - This will spawn the structure "example" at x=0 z=0 and the current y level as the entity that issued the command in the world "world"
/tt spawnstructure structure-terrascript-loader:example world RabbitTV - This will spawn the structure "example" in world "world" and the coordinates of player "RabbitTV". Also supports UUIDs for both players and entities.
/tt spawnstructure structure-terrascript-loader:example RabbitTV - This will spawn the structure "example" exactly where the player "RabbitTV" is standing. Also supports UUIDs for both players and entities.
/tt spawnstructure structure-terrascript-loader:example - This will spawn the structure "example" exactly where the entity or player that issued the command is.
- The /terratrees liststructures command
This command will list all available structures and also print them to structure_list.txt in the plugins folder.
- The /terratrees reload command
This will reload all configs
- A new configuration file for all the messages. Supports MiniMessage.
Bug fixes:
Now compatible with servers running 1.21.10 and higher. This version is not backwards compatible with versions lower than that.
Fixed a bug where the 2x2 jungle tree was not getting aligned.
Renamed default trees so they work again with overworld 2
A lot of internal code improvement.
1.0.2Релиз1.21.6, 1.21.7, 1.21.8 · 22 августа 2025 г.
TerraTrees version 1.0.2 changes:
- Refactor all code
- Added
/terra listbiomescommand- Will print all Terra biomes to the sender
- Prints all Terra biomes to biome_list.txt
- Prints all Terra biome names to biome_list_raw.txt
1.0.1Релиз1.21.6, 1.21.7, 1.21.8 · 10 августа 2025 г.
Very minor update:
Converted into paper plugin
Added support for folia
1.0.0Релиз1.21.6, 1.21.7, 1.21.8 · 8 июня 2025 г.
First Release
Комментарии
Загружаем…