Skip to content

This is a very minimal example of an interface for the storageManager There are still bugs and errors are not properly caught.

License

Notifications You must be signed in to change notification settings

mc-cc-scripts/storageCLI-prog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

storageCLI-prog

Note

This is a very minimal example of an interface for the storageManager There are still bugs and errors are not properly caught.

Commands

extract

Extract an item with a specific amount from the storage chest into the output chest.

x <item> <amount>

put

Puts an item with a specific amount from the input chest into the storage.

p <item> <amount>

dump

Dumps all items of the input chest into the storage.

d

find

Searches for substring. Chest is optional.

f <item> [<chest: input|output|storage (default)>]

network

Lists all network devices (connected peripherals).

n

select

Selects a given peripheral as input, output or storage chest.

s <chest: input|output|storage> <peripheral>

help

Shows this list of commands.

h

quit

Quits the program.

q

About

This is a very minimal example of an interface for the storageManager There are still bugs and errors are not properly caught.

Resources

License

Stars

Watchers

Forks

Languages