Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. SkipDays = 0 #How many days to skip between each round
  2. EnableSignup = false #that will enable signup. Players have to sign up
  3. MinimumPlayers = 0 #Minimum number of participants needed to announce
  4. MySQLPassword = password #MySQL Password (only if using MySQL)
  5. PointsSkeleton = 1 #How many points do you get for killing Skeleton
  6. PointsSlime = 1 #How many points do you get for killing Slime
  7. CountBows = true #should plugin also count kills made with bow?
  8. EnabledWorlds = world #In which worlds should MonsterHunt be enabled? Use comma$
  9. PointsCreeper = 1 #How many points do you get for killing Creeper
  10. DeathPenalty = 30 #Percentage of points lost when character dies. Use 0 to disa$
  11. RewardEveryone = true #Should we reward everyone instead of just
  12. winners?
  13. PointsGhast = 1 #How many points do you get for killing Ghast
  14. MinimumPoints = 1 #Minimum points needed to be a winner and claim the prize.
  15. FinishTime = 23600 #time when plugin stops counting mobs and announce the winne$
  16. EnableHighScores = true #Enable saving and displaying personal high scores of e$
  17. StartTime = 13000 #Time when plugin will start counting mob kills
  18. MySQLConn = jdbc:mysql://localhost:3306/minecraft #MySQL Connection string (onl$
  19. RewardParameters = 0 R1
  20. PointsSpider = 1 #How many points do you get for killing Spider
  21. MySQLUsername = root #MySQL Username (only if using MySQL)
  22. RewardParametersEveryone = 0 R1
  23. PointsZombiePigman = 1 #How many points do you get for killing Zombie Pigman
  24. SignUpPeriodTime = 5 #How many minutes before hunt starts will hunt be announce$
  25. StartChance = 100 #Chance to actually start the fight. Range is between 100 and$
  26. UseMySQL = false #true = use MySQL database / false = use SQLLite
  27. PointsZombie = 1 #How many points do you get for killing Zombie
  28. TellTime = true #allow plugin to display remaining time in the /huntstatus comm$
  29. EnableReward = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement