Advertisement
Guest User

Commandes

a guest
Nov 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1.  
  2. /pp
  3. lists all commands and their usages
  4.  
  5. /pp download <Filename> <url>
  6.  
  7. /pp d <filename> <url>
  8.  
  9. Downloads the location of an image to a txt file. Good for minimizing memory.
  10. /pp downloadimage <filename><url>
  11.  
  12. /pp di <filename> <url>
  13.  
  14. Downloads the image to a png, jpg, or gif file.
  15. /pp create <direction> <File name> <Height> Creates a in-game block version of the image, moving the the direction <direction> and will have a height of <Height>. The width will be scaled to the image height.
  16. /pp createFrames <direction> <File name> <Height> /pp cf <direction> <File name> <Height> Creates a in-game item-frame version of the image, moving the the direction <direction> and will have a height of <Height>. The width will be scaled to the image height.
  17. /pp createskin <direction> <player's name or UUID> Create a 16x48x16 player character with the specified players skin. Note: In order to use the player's name, the player must have joined the server once.
  18. /pp delete <filename> Deletes the file wit h the filename <file name>
  19. /pp stopGif <id> Stops the gif with the id <Id>
  20. /pp stopAllGifs stops all gifs on the server.
  21. /pp listGifs lists all the gifs active on the server. Use this if you do not know the ID of a gif
  22. /pp preview Creates a preview of the image you are going to make. This only displays the boarder of the image, and should be used to tell if this image will "clip" through any existing blocks
  23. /pp specs Shows the specifications of an image.
  24. /pp list
  25. Displays all the images that have been downloaded to the server
  26.  
  27. /pp help OR /pp ?
  28. Displays commands and their uses
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement