Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicAchievements MythicAchievements
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicAchievementsMythicAchievements
  • Wiki
  • Rewards

Rewards · Changes

Page history
Create Rewards authored Aug 16, 2022 by Ashijin's avatar Ashijin
Hide whitespace changes
Inline Side-by-side
Showing with 37 additions and 0 deletions
+37 -0
  • Rewards.md Rewards.md +37 -0
  • No files found.
Rewards.md 0 → 100644
View page @ 1727cfc7
Achievements support both dropping Mythic drop tables and running skills when an achievement is completed.
## Drop Tables
Currently if a player earns an achievement and their inventory is full, any excess items they earn will be dropped on the ground. These items can only be picked up by the player that earned them.
For more information about Drop tables, see the Mythic page on them here:
https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/drops/Drops
### Example
```
Reward:
Message: 'You did the thing!'
Drops:
- DIAMOND_SWORD
- BLACKSTONE 64
- EXPERIENCE 100
Skills: []
```
## Skills
For advanced rewards, achievements support running Mythic skills.
Information about the Mythic skill system can be found here:
https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/Skills/Start
### Example
When the achievement is earned, the player will shoot out flame particles.
```
Reward:
Message: 'You did the thing!'
Drops: []
Skills:
- particles{p=flame;a=50;s=0.1} @self
```
\ No newline at end of file
Clone repository

Achievements

  • Home
  • Changelogs
  • Commands and Permissions
  • FAQ / Common Issues

Usage

  • Installation
  • Categories (Tabs)
  • Creating Achievements
  • Criteria
  • Rewards

New Mechanics

  • Achievement Mechanics
  • Achievement Conditions