Included content
| Name | Version | |
|---|---|---|
![]() | PacketEvents | 2.12.2+spigot |

Best Paper-native Quest Plugin ā Better than "Quests" ā Tasks ā Multi-Path Objectives & Sub-Objectives ā RPGs ā Multi-Path Conversations ā Reputation Systems ā Tags ā Conditions ā Profiles ā GUI ā Proxy Support ā MiniMessage & Adventure ā & much more!
This release rebuilds the entire command system on Paper's native command API and removes the third-party Cloud framework completely which doesn't seem to be actively maintained anymore. This should allow notquests to be updated to newer minecraft versions quicker.
FeedMobs objective. Counts how many times a player feeds a particular mob - wheat to a cow, seeds to a chicken, and so on/qa actions, /qa edit <quest> objectives, /qa conditions, ⦠- now lists the available sub-commands instead of Minecraft's blunt "Unknown or incomplete command" error.[TagName], [Block], [amount] - instead of a generic, sometimes-wrong label, and no longer renders a double /.<Enter String> entry when real values (blocks, tags, ā¦) are available.--delay or --player ā tab-completion now suggests the value for that flag instead of suggesting --delay / --player again.GiveItem rewards and item objectives parse correctly. ⦠rewards add GiveItem grass_block 1 no longer fails with "Cannot parse item argument" - the item argument no longer swallows the amount that follows it. Comma-separated material lists work again too, unquoted: ⦠GiveItem grass_block,dirt 1.TagInteger, TagString, ā¦) now tab-completes your existing tags instead of only offering <Enter String>./qa conditions check Flying equals <value> now suggest true and false for the final value./qa conversations list now shows attached NPCs as labels like citizens:5 (Guard Captain) instead of dumping a raw Java-style object string.RandomNumberBetweenRange <min> <max>, block coordinates, and similar no longer have the first number eat the rest of the line.Block variable no longer errors. /qa variables check Block <world> <x> <y> <z> returned a NullPointerException because the y and z coordinates were mis-registered; it now returns the block at that position.--min --max 3), the parser no longer mistakes the next flag for the missing value and silently drops it./qa categories edit <category> displayName set Some Long Name - matching how quest display names already worked.Built for Paper 26.1.2 and Java 25.
| Name | Version | |
|---|---|---|
![]() | PacketEvents | 2.12.2+spigot |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:17DyGUnO:lHAhAQLU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:17DyGUnO:lHAhAQLU"
}