Commands
All the official TPZ-CORE commands will be displayed below. If anything changes in the future, it will be updated.
TPZ-CORE
The specified command is used to display the online player source (your player) with a bottom tip notification.
/id -- no permissions required
The specified command is used to display the current player job and grade (your player) with a bottom tip notification.
/job -- no permissions required
The specified command sets the group of the selected player source.
-- @param onlineId : Requires the online player id source.
-- @param groupName : Requires a group name (valid / not).
/setgroup [onlineId] [groupName] -- permissions required.
The specified command sets the job of the selected player source.
-- @param onlineId : Requires the online player id source.
-- @param jobName : Requires a job name (valid / not).
/setjob [onlineId] [jobName] -- permissions required.
The specified command adds account money on the selected player source.
-- @param onlineId : Requires the online player id source.
-- @param account : Requires a VALID account (0-2) by default.
-- 0 : dollars
-- 1 : gold
-- 2 : blackmoney
-- @param amount : Requires the given quantity of the selected account.
/addaccount [onlineId] [account] [amount] -- permissions required.
The specified command removes account money from the selected player source.
-- @param onlineId : Requires the online player id source.
-- @param account : Requires a VALID account (0-2) by default.
-- 0 : dollars
-- 1 : gold
-- 2 : blackmoney
-- @param amount : Requires the given quantity of the selected account.
/removeaccount [onlineId] [account] [amount] -- permissions required.
The specified command revives the selected player source.
-- @param onlineId : Requires the online player id source.
/revive [onlineId] -- permissions required.
The specified command kills the selected player source.
-- @param onlineId : Requires the online player id source.
/kill [onlineId] -- permissions required.
The specified command teleports your player to the selected waypoint of the world map.
/tpm -- permissions required.
The specified command teleports your player to the selected coordinates.
-- @param x, y, z.
/tpcoords [x] [y] [z] -- permissions required.
The specified command teleports your player to the selected player source.
-- @param onlineId : Requires the online player id source.
/tpto [onlineId] -- permissions required.
The specified command teleports the selected player source to your position (bring).
-- @param onlineId : Requires the online player id source.
/tphere [onlineId] -- permissions required.
The specified command heals the selected player source.
-- @param onlineId : Requires the online player id source.
/heal [onlineId] -- permissions required.
TPZ-INVENTORY
The specified command is used to give an item quantity on the selected player source.
-- @param onlineId : Requires the online player id source.
-- @param item : Requires a VALID item name.
-- @param quantity : Requires the given quantity of the selected item.
/additem [onlineId] [item] [quantity] -- permissions required.
The specified command is used to give a weapon on the selected player source.
-- @param onlineId : Requires the online player id source.
-- @param weaponName : Requires a VALID weapon name.
-- @param serialNumber: A non-required parameter (no spaces), if this parameter is not used,
-- the system will automatically generate a serial number.
/addWeapon [onlineId] [weaponName] [serialNumber] -- permissions required.
The specified command is used to clear the selected player source inventory contents.
-- @param onlineId : Requires the online player id source.
/clearinventory [onlineId] -- permissions required.
Last updated