Skip to content
Guichaguri edited this page Jan 12, 2017 · 3 revisions

Basics

  • /tickrate [ticks per second] - Changes the server & client tickrate
  • /tickrate [ticks per second] server - Changes the server tickrate
  • /tickrate [ticks per second] client - Changes the client tickrate
  • /tickrate [ticks per second] [player name] - Changes the [player name]'s tickrate

Management/Mapping (command block, computercraft, ...)

  • /tickrate setdefault [ticks per second] - Changes the server & client default tickrate
  • /tickrate setdefault [ticks per second] --dontsave - Changes the server & client default tickrate without saving in the config file
  • /tickrate setdefault [ticks per second] --dontupdate - Changes the server & client default tickrate without updating clients
  • /tickrate setdefault [ticks per second] --dontupdate --dontsave - Changes the server & client default tickrate without saving in the config file and updating clients (this will only affect players that join the server after using this command)
  • /tickrate setmap [ticks per second] - Changes the map tickrate
  • /tickrate setmap [ticks per second] --dontupdate - Changes the map tickrate without updating clients

Informational

  • /tickrate - Shows current tickrate of the server, client, map and the default tickrate.
  • /tickrate help - Shows command examples