Skip to content

TOB Command

NorthWestTrees edited this page Sep 1, 2024 · 1 revision

πŸ’¬ TOB Command

The /tob command is designed as a public command for players to use to get data about the mod. Things like player temperature for example can be obtained through this command.

  • Literal
    • Literal Value (text)
  • Math
    • Math Value (numbers)
  • Boolean
    • Boolean Value (true/false)
  • Entity
    • Entity Value (entity)
  • String
    • String Value (text)
  • Position
    • Position (location)
  • Block
    • Block Value (block)
  • Itemstack
    • Item Value (item)

Command Path

  • /tob - The root command
    • Li get - Gets things about the mod.
      • Li players - Gets data about players.
        • En player - Selects a single player.
          • Li biome - Gets biome data.
            • Li group - Gets the biome group the player is in.
            • Li temperature - Gets the biome temperature the player is in.
          • Li height - Gets the altitude info about the player.
            • Li level - Gets the Y level of the player.
            • Li temperature - Gets players altitude temperature.
          • Li temperature - Gets the full player temperature with all temperature factors.
      • Li world - Gets data about the world.
        • Li season - Gets data about the world season.
          • Li name - Gets the season name.
          • Li temperature - Gets the world season temperature.
          • Li time - Gets the world season time.
        • Li temperature - Gets the final world temperature.
        • Li time - Gets data about the world time.
          • Li current - Gets the current world time.
          • Li temperature - Gets the world time temperature.
        • Li weather - Gets data about the world weather.
          • Li current - Gets the current world weather.
          • Li temperature - Gets the worlds weather temperature.
        • Li wind - Gets data about the worlds wind.
          • Li direction - Gets the wind direction of the world.
          • Li speed - Gets the wind speed of the world.
          • Li temperature - Gets the wind temperature of the world.

WIKI

πŸ§ͺ DEVELOPMENT

πŸ“œ DOCUMENTS

🐞 ISSUE TRACKER

πŸ”— MOD PAGES

Clone this wiki locally