![[IMG]](/proxy/image?url=https%3A%2F%2Fi.imgur.com%2Fusma9PB.png)
Quantum is a new RTP suite for modern Minecraft. Not only does Quantum feature /wild and random spawn functionality, it is developed API-first, meaning you can use Quantum as an API in your pre-existing plugins.
NEW: Read the Quantum Getting Started guide!
Quantum was developed with the intention of being a one-size-fits-all API for any plugin requiring random locations. Quantum doesn't have any user-facing functionality on its own, but Quantum comes bundled with two optional modules:
QuantumWild and
QuantumSpawn.
You might be wondering, what makes Quantum so special? Instead of an RTP plugin providing configuration options for various spawning conditions (i.e. "prevent-spawns-on-water"), Quantum uses "rules" to define a valid spawn location.
This means that with Quantum, you can generate locations that conform to your specific criteria. For example, you can generate random locations that:
- are never on water
- are never on lava
- are always near a sheep
- are always in forest biomes
- are never in the "spawn" WorldGuard regions
- are never in FactionsUUID claims
This advanced functionality means that you're never going to be limited via what configuration options a plugin developer provides for you - the location generation algorithm is
entirely in your control.
Enough about Quantum, here's some info about the modules.
![[IMG]](/proxy/image?url=https%3A%2F%2Fi.imgur.com%2FsGI4QYF.png)
NEW! QuantumWild now has /wild <world> and /wild <player> commands.
QuantumWild
is a replication of /wild plugins using the Quantum API. With QuantumWild, you can have different rulesets per world (yes, this means Nether and End support), cooldowns per world
and
per rank (integrates with LuckPerms meta -
read more here
), Essentials-style warmups (and full EssentialsX integration -
read more here
), and a lot more. QuantumWild has a lot more features, and more are constantly being added. Read through the
QuantumWild wiki page
to learn more.
Please note, configuring QuantumWild is unlike configuring other /wild plugins. To get the most of out QuantumWild, you will need to configure QuantumAPI's rulesets (via QuantumAPI/config.conf), then tell QuantumWild to use those rulesets (via QuantumWild/config.conf). If you have any questions, feel free to join the Discord server.
QuantumSpawn is a simple Quantum module that allows you to give players random spawns on join (both first join and all subsequent joins - configurable), and on death. Check the configuration for more information.
Thanks for taking the time to read through this post. Hopefully you have a better idea of why Quantum is the right choice for your server. If you have any more questions, need help with configuration, or just wanna chat, feel free to join my Discord server.