Skip to content

Commit

Permalink
add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Dec 27, 2024
1 parent 1f5e6fa commit 4b0abbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ and customizable experience. It prioritizes performance and player enjoyment whi
- [x] Particles
- [x] Chat
- [x] Commands
- [x] OP Permission
- Proxy
- [x] Bungeecord
- [x] Velocity
Expand Down
1 change: 1 addition & 0 deletions pumpkin/src/command/commands/cmd_kick.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ impl CommandExecutor for KickExecutor {
}
}

// TODO: Permission
pub fn init_command_tree<'a>() -> CommandTree<'a> {
CommandTree::new(NAMES, DESCRIPTION)
.with_child(argument(ARG_TARGET, &PlayersArgumentConsumer).execute(&KickExecutor))
Expand Down

0 comments on commit 4b0abbb

Please sign in to comment.