Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. Claims{
  2. Example{
  3. #UUID of the GriefPrevention claim to affect spawning in
  4. Claim-UUID:3dddce72-1552-43f9-acd6-94614058e3c4
  5. Claim-Warp-Location{
  6. #X-Coordinate to give player when they teleport from claim list
  7. Position-X:100
  8. #Y-Coordinate to give player when they teleport from claim list
  9. Position-Y:60
  10. #Z-Coordinate to give player when they teleport from claim list
  11. Position-Z:100
  12. #Pitch rotation value to give player when they teleport from claim list
  13. Rotation-Pitch:0
  14. #Yaw rotation value to give player when they teleport from claim list
  15. Rotation-Yaw:0
  16. #World that claim is in
  17. World:world
  18. }
  19. Claim-Spawning{
  20. Species{
  21. #Type of list to use for LuckyDip spawning.
  22. #Blacklist will NOT allow these Pokemon to spawn, Whitelist will ONLY allow these Pokemon to spawn.
  23. #Available values: BLACK, WHITE
  24. Spawn-List-Type:WHITE
  25. #Pokemon to include in the spawn list. Can take Forms (ie. Muk-Alola, Rotom-Wash)
  26. Species-Spawn-List:[
  27. Pikachu,
  28. Muk
  29. ]
  30. }
  31. Forms{
  32. #Type of list to use for LuckyDip spawning.
  33. #Blacklist will NOT allow these Forms to spawn, Whitelist will ONLY allow these Forms to spawn.
  34. #This will only specify a specific form. If you ban Muk-Alola, base Muk will still be available.
  35. #Available values: BLACK, WHITE
  36. Spawn-List-Type:BLACK
  37. #Pokemon to include in the spawn list. Can take Forms (ie. Muk-Alola, Rotom-Wash)
  38. Form-Spawn-List:[
  39. Muk-Alola
  40. ]
  41. #If Pokemon should randomly spawn in alternate forms.
  42. Random-Form-Spawning:true
  43. }
  44. }
  45. }
  46. #Other claims can be added, and will be generated automatically when using commands
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement