Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # general
  5. #--------------------------------------------------------------------------------------------------------#
  6. # General Settings For Wondertrade
  7. ##########################################################################################################
  8.  
  9. general {
  10. # Sets the time between Server-wide announcements about WonderTrade (in Minutes) - will run at least once per hour
  11. I:"Time Between Announcements: "=60
  12.  
  13. # Sets the minimum time that a player must wait between uses of /wondertrade (in Minutes)
  14. I:"Time Between Uses: "=60
  15. }
  16.  
  17.  
  18. ##########################################################################################################
  19. # pixelmon
  20. #--------------------------------------------------------------------------------------------------------#
  21. # Settings for Auto-generated Pixelmon in Wondertrade Pool on server start
  22. ##########################################################################################################
  23.  
  24. pixelmon {
  25. # Sets the chances of a generated Pixelmon in the pool being a Legendary (higher values = less legendary chance) (0 = no chance)
  26. I:"Legendary Rate: "=1500
  27.  
  28. # Sets the max level to generate Pixelmon at for the pool at (2-100)
  29. I:"Max Level: "=40
  30.  
  31. # Sets the min level to generate Pixelmon at for the pool at (2-100)
  32. I:"Min Level: "=5
  33.  
  34. # Sets the size of the pool of Pixelmon wondertrade generates at startup and selects from during play
  35. I:"Pool Size: "=100
  36.  
  37. # Sets the chances of a generated Pixelmon in the pool being shiny (higher values = less shiny chance) (0 = no chance)
  38. I:"Shiny Rate: "=8192
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement