Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.53 KB | None | 0 0
  1. BASICS FOR CREATIVE PLUGIN
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. - Give each plot a unique ID number
  5.  
  6. - Ability to claim a plot
  7.     > command to claim a plot: /plot claim
  8.    
  9. - Max 2 plots per player
  10.  
  11. - Ability to clear a plot
  12.     > /plot clear
  13.  
  14. - Ability to delete a plot
  15.     > /plot delete
  16.  
  17. - Ability to change plot biome
  18.     > /plot biome <biome name>
  19.  
  20. - Ability to teleport to plot
  21.     > /plot spawn
  22.    
  23. - Ability to set plot spawn
  24.     > /plot setspawn
  25.    
  26. - Ability to bookmark other player's plots
  27.     > /plot bookmark set <name bookmark> OR /plot bm set <name bookmark>
  28.  
  29. - Ability to warp to plot bookmark
  30.     > /plot bookmark warp <bookmark name> OR /plot bm warp <bookmark name>
  31.  
  32. - Ability to list bookmarks
  33.     > /plot bookmark list OR /plot bm list
  34.  
  35. - Ability to like a plot (not your own plot)
  36.     > /plot like
  37.  
  38. - Ability to unlike a plot (not your own plot); note: this is not a dislike, you can only perform this command if you have already liked a plot
  39.     > /plot unlike
  40.  
  41. -Ability to list liked plots
  42.     > /plot like list
  43.    
  44. - Ability to share plots
  45.     > /plot share
  46.    
  47. - Ability to list shared plots
  48.     > /plot share list
  49.    
  50. - Ability to list plot info
  51.     > /plot info
  52.     > Displays info as followed
  53.         [Plot Owner]
  54.         [Plot Biome]
  55.         [How many likes the plot has]
  56.         [Popularity number based on likes (example: 3rd most popular)]
  57.         [Shared Plots (displayed by plot ID number)]
  58.  
  59. - Ability to list top ten popular plots by likes
  60.     > /plot popular OR plot pop
  61.    
  62. - Ability to teleport to a plot by ID number
  63.     /plot teleport <ID number> OR /plot tp <ID number>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement