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 58
    • Issues 58
    • 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
    • Mechanics
  • SetItemDisplay

SetItemDisplay · Changes

Page history
added setitemdisplay mechanic authored Apr 17, 2022 by Phillip's avatar Phillip
Show whitespace changes
Inline Side-by-side
Showing with 24 additions and 0 deletions
+24 -0
  • Skills/Mechanics/SetItemDisplay.md Skills/Mechanics/SetItemDisplay.md +24 -0
  • No files found.
Skills/Mechanics/SetItemDisplay.md 0 → 100644
View page @ e0c5933b
Mechanic: SetItemDisplay
================
Sets the item display name
Attributes
----------
| Attribute | Aliases | Description | Default |
|:---------:|:-------:|:----------------------------------:|:-------:|
| display | d | The new displayed name of the item | |
Examples
--------
This changes the item's display name from "Godly Stick" to "This is my new name!" whenever a player right clicks with the item.
```yaml
MyItem:
Id: stick
Display: 'Godly Stick'
Skills:
- setitemdisplay{d="This is my new name!"} ~onUse
```
\ No newline at end of file
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