I'd go with single word ICEBOX.
You could create an alias in the vocabulary section BOX too. Then if the player types BOX, then Adventuron handles it as ICEBOX so you don't have to duplicate your command handlers.
######################################
# Vocabulary #
###################################### vocabulary {
: noun {
aliases = [icebox, box ]
}
}