Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated 7 months ago
All versions
1.0.2
Release
CobbleMissions 1.0.27 months ago 1,671
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Changes
CHANGELOG CobbleMissions 1.0.2
Global Missions BETA
- New implementation for missions shared among all players
- You can schedule global missions to be automatically delivered or taken by players
- Once someone completes the mission, it will no longer be available for others
Features:
- Can be enabled or disabled from the configuration
- List of global mission IDs; one will be selected at random
- Configurable intervals between missions
- Assignment via UI or automatically
- Delivery to online players only or to everyone
- Configurable time to complete the mission or until someone completes it
New Rewards:
- Title: announces a visible message
- Broadcast: global notification when a mission is completed
- Sound: play a sound
Placeholders
%mission_name%→ Shows the mission title%status%→ Mission status (Active, Complete, Cooldown, Blocked)%status_raw%→ Internal status (ACTIVE, COMPLETE, ON_COOLDOWN, NOT_STARTED)%progress%→ Current total progress (current/required)%progress_percent%→ Total progress in percentage%progress_bar%→ Visual bar of total progress%cooldown%→ Formatted remaining cooldown time%cooldown_raw%→ Remaining cooldown time in milliseconds%req_missions%→ Required mission IDs%req_permissions%→ Required permissions%req_met%→ Requirements met (✓ / ✗)%task_X_type%→ Task type%task_X_amount%→ Required amount for the task%task_X_current%→ Current task progress%task_X_progress%→ Current/required progress of the task%task_X_bar%→ Visual progress bar of the task%task_X_spec%→ Pokémon specification (or any)%task_X_mode%→ Task mode%task_X_battle_type%→ Battle type (BattleTask)%task_X_actor%→ Battle actor (BattleTask)%task_X_evolution_type%→ Evolution type (EvolutionTask)%task_X_block%→ Block to break (BreakBlockTask)%task_X_level%→ Required level (LevelUpTask)%task_X_count%→ Required amount (LevelUpTask)
New Display Types:
- BOSS_BAR
- HOT_BAR
- CHAT
- ANY
Languages and UI
- All UI messages and titles have been added to LANG in multiple languages: EnUs, EsMx, RuRu, KoKr, PtBr, FrFr, DeDe
- You can now show the progress of each mission individually
- Using slot -1 will hide the mission from the menu but it will still appear in the progress menu
Fixes
- Fixed issue with progress loss
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.
Maven coordinates:
Version ID:
build.gradle:
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:MuXVwgP2:WLacuhT6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MuXVwgP2:WLacuhT6"
}



