Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Wiki/Commands/Data Management.creole
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

====Parameters====
|//Sub-Command//|//Aliases//|//Examples//|//Permission//|//Description//|
|exportcsv [name of table or 'all']||"/hcdata exportcsv objects" or "/hcd exportcsv all"|hyperconomy.admin|Converts the specified SQL table into a CSV file which can be edited by Excel or Calc. The file will be placed in the import_export folder in the HyperConomy data folder. Any existing CSV with the same name will be replaced. If 'all' is specified all SQL tables will be dumped to the folder.|
|exportcsv [name of table or 'all']||"/hcdata exportcsv objects" or "/hcdata exportcsv all"|hyperconomy.admin|Converts the specified SQL table into a CSV file which can be edited by Excel or Calc. The file will be placed in the import_export folder in the HyperConomy data folder. Any existing CSV with the same name will be replaced. If 'all' is specified all SQL tables will be dumped to the folder.|
|importcsv [name of table or 'all']||"/hcdata importcsv objects" or "/hcd importcsv all"|hyperconomy.admin|Converts the specified CSV file in the import_export folder into the active HyperConomy database table. All data in the SQL table will be replaced by the CSV data. This is a good way manipulate HyperConomy data easily. If 'all' is specified all possible SQL tables will be imported and replaced.|
|importmissing (economy)||"/hcdata importmissing econ1"|hyperconomy.admin|Imports new or missing objects to the specified economy. If no economy is specified they will be imported into the default economy. This command can be run after a Minecraft update to import new items. (Assuming they've already been added to HyperConomy.)|
|setdefaultprices [name of economy]||"/hcdata setdefaultprices default"|hyperconomy.admin|Replaces the existing prices in the specified economy with the default ones.|
Expand Down