A progression tree plugin with an interactive node system, RGB economy, and a built-in mini-game.
Contact me on Discord (
) or Telegram oneydef for more information.
Imagine an infinite X/Y coordinate plane. You place nodes (skills, crafts, perks, teleports — anything) on it. Players see a 7×3 camera
viewport, navigate with arrow buttons, and see nodes in five states:
- Hidden — not discovered yet
- Manifested — player met a condition (killed mob, entered biome, crafted item)
- Locked — visible but prerequisites not met
- Available — ready to unlock → play mini-game
- Unlocked — reward claimed, effects applied
┌──────────────────────────┬───────────────────────┬───────────────────────────────────────────────────────────────────┐
│ License │ Price │ Includes │
├──────────────────────────┼───────────────────────┼───────────────────────────────────────────────────────────────────┤
│ Personal / Single Server │ $60 (≈5,500 ₽) │ 1 server, 30-day support │
├──────────────────────────┼───────────────────────┼───────────────────────────────────────────────────────────────────┤
│ Network / Multi-Server │ $120 (≈11,000 ₽) │ Unlimited servers in network, Redis sync, 90-day priority support │
├──────────────────────────┼───────────────────────┼───────────────────────────────────────────────────────────────────┤
│ Source Code / Resell │ $240 (≈22,000 ₽) │ Full source, modification rights, lifetime updates │
├──────────────────────────┼───────────────────────┼───────────────────────────────────────────────────────────────────┤
│ Exclusive / Custom Build │ from $380 (≈35,000 ₽) │ Custom features, exclusivity, lifetime support │
└──────────────────────────┴───────────────────────┴───────────────────────────────────────────────────────────────────┘
FAQ
Q: Is Redis required?
A: No. Works via Plugin Messaging (Bungee/Velocity). Redis = instant + scale.
Q: Is SpectrumScanner required?
A: No. RGB can be granted via admin commands/other plugins through API. SpectrumScanner = sync with its system.
Q: Can I add categories without coding?
A: Yes. Create categories/mycustom.yml — coords, nodes, conditions, effects, icons — all YAML. /rifttree reload → live.
Q: Hard dependency on Nexo?
A: No, soft-depend. Without Nexo: Vanilla materials. With Nexo: glyphs, custom models, fallback if Paper DataComponents missing.
Q: 1.20.x support?
A: Targets 1.21+ (Paper API). 1.20 may need minor import fixes.
Q: Source code included?
A: Only in Source Code / Resell license — full Maven project source.
Contact me on Discord (
Code:
_oney_def_
Post automatically merged:
Imagine an infinite X/Y coordinate plane. You place nodes (skills, crafts, perks, teleports — anything) on it. Players see a 7×3 camera
viewport, navigate with arrow buttons, and see nodes in five states:
- Hidden — not discovered yet
- Manifested — player met a condition (killed mob, entered biome, crafted item)
- Locked — visible but prerequisites not met
- Available — ready to unlock → play mini-game
- Unlocked — reward claimed, effects applied
Post automatically merged:
┌──────────────────────────┬───────────────────────┬───────────────────────────────────────────────────────────────────┐
│ License │ Price │ Includes │
├──────────────────────────┼───────────────────────┼───────────────────────────────────────────────────────────────────┤
│ Personal / Single Server │ $60 (≈5,500 ₽) │ 1 server, 30-day support │
├──────────────────────────┼───────────────────────┼───────────────────────────────────────────────────────────────────┤
│ Network / Multi-Server │ $120 (≈11,000 ₽) │ Unlimited servers in network, Redis sync, 90-day priority support │
├──────────────────────────┼───────────────────────┼───────────────────────────────────────────────────────────────────┤
│ Source Code / Resell │ $240 (≈22,000 ₽) │ Full source, modification rights, lifetime updates │
├──────────────────────────┼───────────────────────┼───────────────────────────────────────────────────────────────────┤
│ Exclusive / Custom Build │ from $380 (≈35,000 ₽) │ Custom features, exclusivity, lifetime support │
└──────────────────────────┴───────────────────────┴───────────────────────────────────────────────────────────────────┘
Post automatically merged:
FAQ
Q: Is Redis required?
A: No. Works via Plugin Messaging (Bungee/Velocity). Redis = instant + scale.
Q: Is SpectrumScanner required?
A: No. RGB can be granted via admin commands/other plugins through API. SpectrumScanner = sync with its system.
Q: Can I add categories without coding?
A: Yes. Create categories/mycustom.yml — coords, nodes, conditions, effects, icons — all YAML. /rifttree reload → live.
Q: Hard dependency on Nexo?
A: No, soft-depend. Without Nexo: Vanilla materials. With Nexo: glyphs, custom models, fallback if Paper DataComponents missing.
Q: 1.20.x support?
A: Targets 1.21+ (Paper API). 1.20 may need minor import fixes.
Q: Source code included?
A: Only in Source Code / Resell license — full Maven project source.
- Type
- Offering
- Exclusivity
-
- Exclusive
- Server software
-
- Bukkit
- Spigot
- Paper
- Supported versions
-
- 1.20
Last edited:
