Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local monitorSide = "top" -- the side the monitor is on
- if peripheral.isPresent(monitorSide) and peripheral.getType(monitorSide) == "monitor" then
- term.redirect(peripheral.wrap(monitorSide))
- else
- print("No monitor found")
- return
- end
- print("/ge buy <item> <meta> <amount> <price> [nbt]")
- print("/ge sell <item> <meta> <amount> <price> [nbt]")
- print("Place an offer to buy or sell an item")
- print("")
- print("/ge sellthis <qty to sell> <price per item>")
- print("sell the stack in hand")
- print("")
- print("/ge identify")
- print("get the deets of the held item")
- print("")
- print("/ge collect")
- print("get paid")
- print("")
- print("/ge buyoffers [page]")
- print("/ge selloffers [page]")
- print("/ge myoffers [page]")
- print("navigate the offers")
- print("")
- print("/ge canceloffer <offer number>")
- print("cancel an offer")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement