Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicCrucible MythicCrucible
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicCrucibleMythicCrucible
  • Wiki
    • Skills
  • Triggers

Triggers · Changes

Page history
a authored Jun 20, 2022 by prestooo's avatar prestooo
Hide whitespace changes
Inline Side-by-side
Showing with 14 additions and 1 deletion
+14 -1
  • Skills/Triggers.md Skills/Triggers.md +14 -1
  • No files found.
Skills/Triggers.md
View page @ fad47dd1
......@@ -35,4 +35,17 @@ Crucible supports all triggers that generally make sense, and also adds a bunch
| onRelease | When a player releases a key. Requires [MythicKeysPlugin](https://www.spigotmc.org/resources/mythickeysplugin-custom-keybinds-api.98893/) for the server and [MythicKeys mod](https://github.com/ASangarin/MythicKeys) for the client |
| onJoin | When a player joins the server |
| onRespawn | When a player respawns |
| onPickup | When a player picks up a crucible item |
\ No newline at end of file
| onPickup | When a player picks up a crucible item |
Example Usages
--------
**MythicKeys Triggers**
```yml
COOL_ITEM:
Id: STICK
Display: I'm a cool stick
Skills:
- message{m="You pressed the jump key"} @Self ~onPress ?keyid{id=minecraft:jump}
- message{m="You released the jump key"} @Self ~onRelease ?keyid{id=minecraft:jump}
```
Clone repository
  • Home
  • Changelogs
  • Commands and Permissions
  • FAQ / Common Issues

Usage

  • Installation
  • Creating Custom Items
  • Using with MMOItems

New Mechanics

  • Item Mechanics
  • Item Targeters
  • Item Triggers
  • Item Conditions

Special Features

  • Ammo System / Making Guns
  • Special Options

Furniture

  • Furniture Options