AetherSeeds - Revolutionary Seeds Plugin v1.3.0

AetherSeeds is designed to transform the way you plant and use seeds with progressive schematics.
Hey, long time no see. here is some updates for ya:
  • Added a new water info system.
    • Now you can use visual representation with emojis/custom images instead of numerical representation.
    • For example, classic format is 2/5, progressive bar format is 💧💧🫙🫙🫙.
    • You can hide the water info if plant is fully grown.
    • Don't worry, you can still use old format for now, but please switch as i wont support the old format in later versions.
  • Added toggleable player placement limits.
    • You can choose to limit player's max seed placements, including unique seed types.
    • There is multiplier list for you to adjust to your server's roles.
    • Anyone who has "aetherseeds.limit.bypass" can bypass the limitation.
    • New limit messages on messages.yml, check below.
  • If buy price is 0, seed is no longer replantable, it will just sell.
  • Fixed hibernate issue which causes conflicts with some plugins.
  • Added some custom settings for Fancy Holograms.
    • You can set the billboard setting of hologram to make it fixed or look to player.
    • You can set the visibility distance of the hologram.
    • If you need anything else just message.
  • Some stability fixes.
Now the configuration. You can always check the AetherSeeds folder inside the zip to see the changes.

Player limit configuration is pretty self explanatory (config.yml):

YAML:
playerLimits:
  enabled: true
  maxSeedsPerPlayer: 4
  maxUniqueSeedsPerPlayer: 2
  multipliers:
    - permission: aetherseeds.limit.double
      multiplier: 2.0
    - permission: aetherseeds.limit.triple
      multiplier: 3.0

And for limit messages (messages.yml):
YAML:
limit:
    max_reached: "&cYou have reached your limit of %max% seeds!"
    max_unique_reached: "&cYou have reached your limit of %max% unique seed types!"

Integration settings (config.yml):
YAML:
integrations:
  fancyHolograms:
    billboard: FIXED
    visibilityDistance: 30

Lastly, the new water info system (1 complete seed, seeds.yml):

YAML:
seeds:
  blueberry:
    name: "&9&l[!] &3&lBlueberry Seed"
    lore:
      - "&7It's a &9blueberry &7tree."
      - " "
      - "&7&o(Place to plant)"
    material: "PLAYER_HEAD"
    head: "http://textures.minecraft.net/texture/bee7ca2b4d4a088fd3262f764f3ee0d12fd625bb61964ff4a9172214e76d4b9e"
    growthTime: 20
    # if this is 0, no replant available.
    buyPrice: 30000
    sellPrice: 75000
    # 0 to not use custom model data
    customModelData: 0
    multiplicative:
      - "aetherseeds.finalvip:1.2"
    watering:
      # For future updates. Keep it true for now.
      enabled: true
      # For future updates. Keep it 0 for now.
      interval: 0
      # amount of watering stages (growth time / amount = each stage growth time)
      # schematics go from 0 to amount - 1. So if amount is 4, schematics are 0,1,2,3
      amount: 4
    # hologram placeholders are self-explanatory, each placeholder has its own setting below
    hologram:
      structure:
        - "%needwater%"
        - " "
        - " "
        - "%title%"
        - "%ready%"
        - "%waterInfo%"
        - "%timeInfo%"
      title: "&9&l✧&b&l✧&r&l✧ &9&n&lBlueberry&r&r &r&n&lFarm&r &9&l✧&b&l✧&r&l✧"
      ready: "&a&l✧ &a&lReady to Harvest! &a&l✧"
      needwater: "&b&o\"Watering Needed!\""
      # waterInfo has 2 types: CLASSIC ve PROGRESSIVE_BAR
      # CLASSIC = "%watering_amount%/%watering_max%" format.
      # PROGRESSIVE_BAR = its for for visual representation rather than numerical.
      waterInfo:
        # CLASSIC = 2/5
        # PROGRESSIVE_BAR = 💧💧🫙🫙🫙
        type: "PROGRESSIVE_BAR"
        # hides the water info line when fully watered
        showWaterInfoAllTime: true
        classic:
          format: "%watering_amount%/%watering_max%"
        progressiveBar:
          water-symbol: "💧"
          empty-symbol: "🫙"
      timeInfo: "&7Time Remaining: &9%watering_time_remaining_compact% second"

There are some insane configurations with the hologram, really sky is your limit. This is from one of our customer's seeds with progressive bar.

1769821427677.png
heya. a little big update. so please proceed with caution :D
  • Added hex color update. Just do #color.
  • Changed schematic physics. Now removing the schematic no longer triggers the physics to drop unplaceable blocks without base.
  • Added world barrier protection to SuperiorSkyblock2.
  • Added multi line holograms. More details below.
  • Added custom model data support on items and GUI.
Regarding holograms:
Pretty simple. Dont need to update anything. If you want to structure it however you want, just follow this:
YAML:
    hologram:
      structure:
        - "%needwater%"
        - " "
        - " "
        - "%title%"
        - "%ready%"
        - "%waterInfo%"
        - "%timeInfo%"
      title: "&6✧&e✧&r✧ &6&n&lPeach&r &r&n&lFarmer&r ✧&e✧&6✧"
      ready: "&a&l✧ &a&lReady to Harvest! &a&l✧"
      needwater: "&b&o\"Watering Needed!\""
      waterInfo: "&7Watering: &6%watering_amount%&7/&6%watering_max%"
      timeInfo: "&7Time Remaining: &6%watering_time_remaining_compact% second"

Regarding custom model data:
Pretty simple too. If you want to set models, just follow the snippet below (this works for both gui.yml and seeds.yml):
YAML:
    items:
      seedInfo:
        name: "%tree%"
        slot: 13
        material: "PLAYER_HEAD"
        # Use 0 or dont set to disable custom model data
        customModelData: 0
        texture: "http://textures.minecraft.net/texture/e462249c7871a1269e30f8af34e6de60ab3ea92698eb3cf5d6eb6a2428c41b6a"

Regarding hex colors:
It works for both items, messages and GUI. Example snippet:
YAML:
prefix: "#212281AetherSeeds &8» &7"
Hi, extremely small fix.
  • Fixed rare situation when item preview gives exception when holding item that has no item metadata.
Hi, a little fix for leaf fork and license checking spam issue.
  • Reduced hibernate version to have better compatibility with other maven repositories.
  • Fixed license spamming issue.
Hi, a big experimental update. A big breaking change unfortunately. If you use this version on production, please tell us when you have problems.
  • Finally revamped the license system. Now its much faster and you can view your own keys in system. (for old users: please open a ticket to migrate.)
  • Cleaned up database to prevent overloading. Previous data structure was far from optimal and mess. I have implemented Hibernate to support whichever databases as you use without any issue (and its also good for my own sanity). Just tell me which db you use, and its yours.
    • Currently, the dialects are mysql, postgresql and sqlite.
    • This also means complete wiping of the data. (If you were using AetherSeeds in production, just send the db, i have a converter.)
  • Fixed permission message. You can set no_permission message in messages.yml.
  • Fixed commands and tab permissions. The permissions are adjusted correctly with plugin.yaml.
  • Fixed placing blocks on a protected/seed area.
  • Fixed rare duplication problem when replanting.
  • Added a seed placement preview. Now when users select any seed, they can preview the area that they are going to place.
  • Removed auto save in favor or hibernate.
The seed placement preview:
1755200598513.png


Changes in config:
  • Auto save interval in config.yml is no use now, you can delete it.
Changes in yaml:
YAML:
prefix: "&bAetherSeeds &8» &7"
no_permission: "&cYou don't have permission to do that! (&f%permission%&c)"
seed:
preview_started: "Preview started! You can end it when you switch to another item."
preview_stopped: "You can no longer preview the seed."
Hey! Small update.
  • Added FancyHolograms support.
Hi, somewhat trying to revive the plugin, so here is couple of actual fixes.
  • Reduced file size.
  • Updated to work with 1.20.4 Paper with Java 21.
  • SuperiorSkyblock2 API is updated.
  • General protection implementations are revised and interaction issues were fixed.
Planning to revamp the whole plugin, but not yet.
hi
  • Watering bug from restarts has been fixed.
  • Tab completion has been added.
  • Schematic saving has been optimized and more user friendly.
  • Rare occurring schematic rotation issue has been fixed.
  • Seed info command is better formatted, will switch to GUI method in later versions.
Buy a license now
$12.00
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 10% commission.
1,232 Views
4 Purchases
5 Downloads
Jul 15, 2024 Published
Jan 31, 2026 Updated
5.00 star(s)
Average rating (1)
553 KB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. No
Type
  1. Gameplay
  1. Economy
  1. Monetization
Game mode
  1. Survival & SMP
  1. Skyblock
  1. Oneblock
Game mode
  1. Survival
  1. Skyblock
  1. Oneblock
Game mode (legacy)
  1. Survival
  1. Skyblock
  1. Oneblock
Supported software
  1. Spigot
Supported versions
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
Supported languages
  1. English
  1. Turkish
Includes DRM
Yes
Source access (legacy)
Closed source & obfuscated
Creator
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 140 ratings
4,233 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,231 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,135 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,823 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,586 purchases
Share and earn
Refer this resource and earn a 10% commission.
1,232 Views
4 Purchases
5 Downloads
Jul 15, 2024 Published
Jan 31, 2026 Updated
5.00 star(s)
Average rating (1)
553 KB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. No
Type
  1. Gameplay
  1. Economy
  1. Monetization
Game mode
  1. Survival & SMP
  1. Skyblock
  1. Oneblock
Game mode
  1. Survival
  1. Skyblock
  1. Oneblock
Game mode (legacy)
  1. Survival
  1. Skyblock
  1. Oneblock
Supported software
  1. Spigot
Supported versions
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
Supported languages
  1. English
  1. Turkish
Includes DRM
Yes
Source access (legacy)
Closed source & obfuscated
Creator
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 140 ratings
4,233 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,231 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,135 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,823 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,586 purchases
Top