download a structure to server and manage structures
This program follows GPL-3.0 License
!!struct get <folder> <name> <url> (-o) (-b64) - download structure file to server
- Must specify the folder, and it looks like
<folder>:<name>in minecraft. - Only lowercase english letters, numbers and underscores are allowed in folder and file names.
- Use
-oto overwrite local file when same filename is detected. - Use
-b64to open the base64 mode. The file will be downloaded and decoded as base64 data.
!!struct list(:<page>) (<key>) - list all structures in server, 20 entries in a page
- Use
<key>to further specify the range with keyword - Use
-list:<page>to see other pages
!!struct del <folder> <name> - delete the structure file
- Use
*in<name>to delete the folder, BE CAREFUL
!!struct paste <folder> <name> (-d:<N|10M|1H|1D|1W|2W|1M|6M|1Y>) -upload base64 encoded file to pastebin
- Base64 format is used, don't forget to use
-b64when download - Use
<-d>to set expire date; default toN - Times available are: never, 10 minutes, 1 hour, 1 day, 1 week, 2 weeks, 1 month, 6 months and 1 year
Use nbt_or_b64.py or nbt_or_b64.nbt to convert .nbt file to base64 .txt file. Just drag-and-drop your .nbt or .txt file onto it;P