Admin Commands
This page contains all /tardisadmin
sub-commands. Every command requires the tardis.admin
permission node.
/tardisadmin
Arguments | Description | Usage |
---|---|---|
arch | View an ‘arched’ player’s real name, or with the force argument, toggle arch status. See also the Chameleon Arch page. | /tardisadmin arch [player] <force> |
assemble | Clear HADS dispersal trackers or list dispersed TARDISes. | /tardisadmin assemble [clear|list] |
chunks | List chunks that are being kept loaded by TARDIS. | /tardisadmin chunks |
condenser | Set the chest you are targeting in game, as the server’s community Artron Condenser - see Server condenser. | /tardisadmin condenser |
convert_database | Convert an SQLite database to MySQL. | /tardisadmin convert_database |
create | Create a TARDIS for a player. The TARDIS exterior will appear on the block that the command sender is targeting. | /tardisadmin create [player] [schematic] <wall> <floor> |
decharge | Remove the specified beacon recharger from the config. | /tardisadmin decharge [name] |
delete | Delete a player’s TARDIS. | /tardisadmin delete [player] |
disguise | Disguise a player as the specified entity type. | /tardisadmin disguise [player] [entity type] |
dispersed | Clear the dispersed status of all TARDISes, or list which TARDISes are currently dispersed by HADS. | /tardisadmin dispersed [clear|list] |
enter | Enter a player’s TARDIS (by direct teleport instead of the door). Permission: tardis.skeletonkey | /tardisadmin enter [player] |
find | Searches for hidden TARDISs or empty blocks with TARDIS protection on them around a player’s location with an optional distance parameter. If protected blocks are found, click the listing in chat to remove the protection. | /tardisadmin find [distance] |
list | List TARDISs and their locations (or save them to file), plus list open portals / abandoned TARDISes / Blueprints. | /tardisadmin list [page no.|save|portals|abandoned|blueprints] <blueprint type> |
make_preset | Create a custom chameleon preset file - see Custom presets. | /tardisadmin make_preset [name] [asymmetric:true|false] |
maze | Create a 11 x 11 block maze starting at the targeted block. | /tardisadmin maze |
mvimport | Import Multiverse worlds into TARDIS's planets.yml. | /tardisadmin mvimport |
playercount | Check or set a player’s TARDIS count. | /tardisadmin playercount [player] <count> |
prune | Remove TARDISes that haven’t been used for an extended period. See the Prune page for more details. | /tardisadmin prune [number of days] |
prunelist | List TARDISes that haven’t been used for an extended period. | /tardisadmin prunelist [number of days] |
purge | Remove all database entries for the named player. | /tardisadmin purge [player] |
purge_portals | Clear all data associated with walking into the TARDIS (they’ll still work, just toggle open the door again) | /tardisadmin purge_portals |
recharger | Set the beacon block you are looking at, as a TARDIS recharge station. | /tardisadmin recharger [name] |
region_flag | Sets the WorldGuard entry or exit flags for all regions in the TARDIS default_world . See info below. | /tardisadmin region_flag [entry|exit] |
repair | Set a player’s TARDIS repair count. | /tardisadmin repair [player] [amount] |
revoke | Remove a blueprint permission from a player. | /tardisadmin revoke [player] [permission] |
set_size | Set a player’s console size/type in the database. | /tardisadmin set_size [player] [size] |
spwan_abandoned | Spawn an abandoned TARDIS - see Spawning abandoned TARDISes. | /tardisadmin spawn_abandoned [SCHEMATIC] [PRESET] [DIRECTION] world x y z |
undisguise | Remove a disguise from a player. | /tardisadmin undisguise [player] |
update_plugins | Download the latest TARDIS plugin from the Jenkins server. Restart the server to update the plugin. | /tardisadmin update_plugins |
info
The actual commands run for /tardisadmin region_flag entry
are:
/rg flag [region_id] exit -w [world_name]
/rg flag [region_id] entry -w [world_name] -g nonmembers deny
And /tardisadmin region_flag exit
:
/rg flag [region_id] entry -w [world_name]
/rg flag [region_id] exit -w [world_name] -g everyone deny
/rg flag [region_id] use -w [world_name] allow
/rg flag [region_id] chest-access -w [world_name]