Skip to content

Commit

Permalink
patch remove command meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 31, 2019
1 parent 75a0da2 commit c61f023
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3130,7 +3130,7 @@ public void registerCoreMembers() {
// @Syntax remove [<entity>|...] (world:<world>)
// @Required 1
// @Stable stable
// @Short Despawns an entity or list of entities, including any NPCs.
// @Short Despawns an entity or list of entities, permanently removing any NPCs.
// @Author David Cernat
// @Group entity
// @Description
Expand All @@ -3146,10 +3146,12 @@ public void registerCoreMembers() {
// @Tags
// <e@entity.is_spawned>
//
// @Usage // Use to remove the entity the player is looking at.
// @Usage
// Use to remove the entity the player is looking at.
// - remove <player.target>
//
// @Usage // Use to remove all nearby entities around the player, excluding the player itself.
// @Usage
// Use to remove all nearby entities around the player, excluding the player itself.
// - remove <player.location.find.entities.within[10].exclude[<player>]>
//
// @Usage
Expand Down

0 comments on commit c61f023

Please sign in to comment.