ToDo:
  - Brushable (https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/data/Brushable.html)

Effects:
  - (make|force) %player% [to] break [block] %block%
    - Description: 'Forces a player to immediately break a block using what they are holding. Triggers Skript's On Break Event'

Conditions:
  - %player% is [in[side]] (vr|virtual reality|vive)
    - Alternative Syntax(es):
      - "%player% is not [in[side]] (vr|virtual reality|vive)"
    - Description: Checks if the player is in virtual reality (ViveCraft/QuestCraft) mode
  - %player% is seated in[side] (vr|virtual reality|vive)
    - Alternative Syntax(es):
      - "%player% is not seated in[side] (vr|virtual reality|vive)"
    - Description: Checks if the player is playing ViveCraft/QuestCraft in seated mode

Expressions:
  - [the] [ender] pearl[s] of %player%
    - Alternate Syntax(es):
      - [the] %player%['s] [ender] pearl[s]
    - Description: 'Gets the player's actively thrown ender pearls'
    - Returns: Entities
  - [the] [vr|vivecraft] (0¦left hand|1¦right hand|2¦head) position of %player%
    - Description: 'Gets the player's left hand, right hand or head position when in ViveCraft/QuestCraft as a Location (Note: For rotation, refer to vr rotation of player)'
    - Returns: Location
  - [the] [vr|vivecraft] (0¦left hand|1¦right hand|2¦head) rotation of %player%
    - Description: 'Gets the player's left hand, right hand or head rotation when in ViveCraft/QuestCraft as a Vector'
    - Returns: Vector
  - [the] [vr|vivecraft] height of %player%
    - Description: 'Gets the player's calibrated height. (Note: The default height is 1, even though the player's normal height is ~1.8)'
    - Returns: Number