CustomSaplings ✨ icon

CustomSaplings ✨ -----

Grow custom saplings into custom trees!




Changelog:
- Rewrote some internals for performance improvements
- You can now define multiple sapling schematics for a single sapling (see below)
- Made the leaves on the default `muschpeach_cherrytree.schem` persistent
- Added configuration option to stop leaf decay globally

Code (YAML):
randomtree:
  material
: OAK_SAPLING
  name
: '& #a8ff92&lRandom Tree &#E2E2E2Sapling'
  lore
: ['&7This is one big tree!' ]
  rarity-box
: rare
  schematic
: # You can define multiple schematics for a single sapling! When placed, a random schematic will be chosen.
    - 'bigtree.schem'
    - 'maple_tree.schem'
    - 'gray_tree.schem'
    - 'mushpeach_cherrytree.schem'
Enjoy!
----------, Aug 31, 2024

Just some minor bug fixes and changes.
----------, Aug 30, 2024

Some minor bug fixes such as:

Prevent a possible exploit where metadata would stay on blocs after the sapling had grown

Added a more intuitive verbose logging command that allows you to see logs in game and also toggle it in the config.yml from in game

Other minor fixes
----------, Oct 2, 2023

Prevents CustomSaplings from setting the sapling block to air after the schematic has been pasted
----------, Sep 30, 2023

Added a nice new auto-config updater. Just place the new jar on your server and the config will be updated with each new version of the plugin!

Added verbose logging so certain plugin actions will be printed to console when they happen!

Searching WorldEdit/FAWE schematics folder! You can now have CustomSaplings automatically search FAWE or WorldEdit's schematic folder for a schematic file! No more need to drag and drop schem files into CustomSaplings' Schematics folder!

By default this is enabled but you can disabled this in your config:

Code (YAML):
# If a schematic file does not exist in the schematics folder, should we check FAWE/WorldEdit's schematics folder for it?
search-worldedit-schematics-folder
: false
----------, Sep 30, 2023

A new feature that allows you to give out special items that when right clicked will give you a random sapling from a a specific rarity!

Regenerate your config and saplings.yml to see updates or copy from here and add in. I'll be adding a config updater soon!



Config.yml
Code (YAML):
# example-rarity:
#   material: PLAYER_HEAD
#   data: BoxMan01234 ## OPTIONAL Should be a player name or custom model data if not using a player head
#   name: '&#a8ff92&lExample Rarity Box'
#   lore: []
#   enchant-glint: true ## OPTIONAL
#   open-sound: ENTITY_PLAYER_LEVELUP ## OPTIONAL (https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html)
rarity-boxes
:
  common
:
    material
: PLAYER_HEAD
    data
: BoxMan01234
    name
: '& #a8ff92&lCommon Sapling Box'
    lore
: [ ]

  uncommon
:
    material
: PLAYER_HEAD
    data
: BoxMan01234
    name
: '& #a8ff92&lUncommon Sapling Box'
    lore
: [ ]

  rare
:
    material
: PLAYER_HEAD
    data
: BoxMan01234
    name
: '& #a8ff92&lRare Sapling Box'
    lore
: [ ]
Saplings.yml

Code (YAML):
# -- Sample --
#   my_sapling:
#     material: OAK_SAPLING
#     name: '&cMy Sapling'
#     lore: ['&7This is my sapling.', '&7It is very special...']
#     enchant-glint: false ## OPTIONAL
#     custom-model-data: 1 ## OPTIONAL
#     rarity-box: common ## OPTIONAL (What rarity box you want the sapling to be apart of)
#     schematic: 'my_sapling.schem'
cherrytree
:
  material
: CHERRY_SAPLING
  name
: '& #a8ff92&lCherry Blossom &#E2E2E2Sapling'
  lore
: [ ]
  rarity-box
: common
  schematic
: 'mushpeach_cherrytree.schem'
----------, Sep 23, 2023

Minor changes
----------, Sep 16, 2023

Resource Information
Author:
----------
Total Downloads: 292
First Release: Sep 16, 2023
Last Update: Aug 31, 2024
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings