feat: add /mod teleport
This commit is contained in:
parent
45a7e44b3a
commit
3da420fe59
3 changed files with 113 additions and 13 deletions
|
|
@ -227,6 +227,7 @@ pub enum ActionType {
|
|||
MessageDeletion,
|
||||
Summon,
|
||||
SummonAll,
|
||||
Teleport,
|
||||
}
|
||||
|
||||
impl std::fmt::Display for ActionType {
|
||||
|
|
@ -241,6 +242,7 @@ impl std::fmt::Display for ActionType {
|
|||
ActionType::MessageDeletion => write!(f, "message_deletion"),
|
||||
ActionType::Summon => write!(f, "summon"),
|
||||
ActionType::SummonAll => write!(f, "summon_all"),
|
||||
ActionType::Teleport => write!(f, "teleport"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue