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 7
    • Issues 7
    • 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
  • Usage

Usage · Changes

Page history
Update Usage authored Aug 16, 2022 by Ashijin's avatar Ashijin
Hide whitespace changes
Inline Side-by-side
Showing with 28 additions and 0 deletions
+28 -0
  • Usage.md Usage.md +28 -0
  • No files found.
Usage.md
View page @ b33b3113
......@@ -35,6 +35,7 @@ KEY:
## Examples
### Killing 5 Skeletons at Night
In this example achievement, the player can earn it by killing 5 skeletons at night, but it's only available if they have completed the achievement `SOME_OTHER_ACHIEVEMENT`!
Upon completing, they will receive 50 cobblestone as a reward.
......@@ -59,4 +60,31 @@ SKELETON_HUNTER:
Drops:
- 50 cobblestone
Skills: []
```
### Breaking 10 Stone and 10 Dirt
A simple example demonstrating an achievement that has multiple criteria. The player must break 10 stone and 10 dirt to complete it!
```
BREAK_STONE_AND_DIRT:
Display: 'Breaking Stone and Dirt'
Description: 'Break 10 Stone Blocks and 10 Dirt'
Category: SPECIAL
Parent: BREAK_TEN_STONE
Frame: GOAL
Icon:
Material: COBBLESTONE
Criteria:
STONE:
Type: BREAK_BLOCK
Block: STONE
Amount: 10
DIRT:
Type: BREAK_BLOCK
Block: DIRT
Amount: 10
Reward:
Message: 'You broke a bunch of stuff!'
Drops: []
Skills: []
```
\ 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