Commands


List of commands provided by Advanced Rocketry as of 0.8.1 unless otherwise specified:

  • /advancedRocketry help: Prints a list of commands. (non functional?)
  • /advancedRocketry filldata [datatype] [amountFill]: If the player is holding an item capable of handling all the datatypes the datatype specified is set to contain amountFill data. If amountFill is not specified then then the item is completely filled with that data type. If no datatype is specified then all datatypes are completely filled.
  • /advancedRocketry givestation [stationID]: Give the player a station id chip with destination of stationID.
  • /advancedRocketry goto [dimid]: Teleports the player executing the command to the given dimension at the same coordinates (It may stick you in a wall!!!).
  • /advancedRocketry goto station [stationId]: Teleports the player executing the command to the spawn point of the station passed in the command.
  • /advancedRocketry fetch [playerName]: Brings the specified player to your current coordinates and dimension.
  • /advancedRocketry planet delete [dimid]: Deletes the specified dimension and its moons, but does NOT delete the world files on disk.
  • /advancedRocketry planet generate [starId] [name] [atmosphere randomness] [distance Randomness] [gravity randomness] (atmosphere base) (distance base) (gravity base): Creates a planet with the specified name and properties as follows: atmosphere = atmosphere base +/- atmosphere randomness, distance = distance base +/- distance randomness, gravity = gravity base +/- gravity randomness. If no base is specified than overworld-like base is used. For starId see "/advancedRocketry star list"
  • /advancedRocketry planet generate [starId] gas [name] [atmosphere randomness] [distance Randomness] [gravity randomness] (atmosphere base) (distance base) (gravity base): Creates a Gas Giant with the specified properties. Gas Giants cannot be landed on, but this may mean something in the future.
  • /advancedRocketry planet generate [planetId] moon (gas) [name] [atmosphere randomness] [distance Randomness] [gravity randomness] (atmosphere base) (distance base) (gravity base): Creates a moon around the planet specified with the given properties. By including gas after moon it is possible to generate a gas giant as a moon.
  • /advancedRocketry planet list: Lists the dimension names and their IDs to chat.
  • /advancedRocketry planet reset: Resets the dimension the player is currently on to a global default
  • /advancedRocketry planet reset [dimid]: Resets the dimension specified to a global default
  • /advancedRocketry planet set [property] ...: sets a property of the planet that the player is currently on
    • atmosphereDensity [integer]: how thick the atmosphere is; determines fog thickness and atmosphere type. (100 being overworld-like)
    • averageTemperature [integer]: how hot the planet is; determines the biomes that spawn.
    • fogColor [decimal RED] [decimal GREEN] [decmial BLUE]: color of the fog.
    • gravitationalMultiplier [decimal]: how strong the gravity on the planet is (1.0 being overworld-like).
    • orbitTheta [decimal]: angular position in orbit with respect to the orbiting body.
    • orbitalDist [integer]: orbital distance with respect to the orbiting body.
    • rotationalPeriod [integer]: how long the day night cycle is in ticks.
    • skyColor [decimal RED] [decimal GREEN] [decmial BLUE]: Color of the sky.
  • /advancedRocketry planet get [property]: prints the specified property (see /advancedRocketry planet set) to console of the planet that the player is currently on
  • /advancedRocketry star generate [name] [temperature] [x position] [y position]: Generates a new star with the supplied name, temperature and coordinates. The temperature has the range of 0 to 1000, where the 100 is Sol-like
  • /advancedRocketry star set [star id] [property] ...: sets the specified property
    • temperature [integer]: the temperature of the star from 0 to 1000 (100 is Sol-like)
    • pos [integer x] [integer y]: the coordinates of the star
  • /advancedRocketry star get [star id] [property]: returns the specified property, same properties as set, but with the additional "planets" property, which list planets orbiting said star
  • /advancedRocketry star list: lists existing stars\' ids, names, and number of planets