Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. # Settings of MobTransporter - v0.1
  2. #
  3. # recipe.enabled: If true, users can craft the mob transporters with the indicated crafting recipe.
  4. #
  5. # transporter.max-usages: The number of max usages that the transporter will have when it's crafted.
  6. #
  7. # charge.item: The item that a player is required to have in order to charge their transporter.
  8. #
  9. # charge.item-amount: The amount of the item that is required to charge.
  10. #
  11. # charge.usage-amount: The amount of usages that each charge will add to the transporter.
  12. #
  13. # materials: The materials that are use in the crafting recipe.
  14. #
  15. # worlds.blacklist: The worlds where the mob transporter is disabled.
  16. #
  17. # use-permissions: If true, players will need 'mobtransporter.capture' and 'mobtransporter.place' in order to use the transporter.
  18. #
  19. # use-permissions-per-mob: If true, players will need 'mobtransporter.mob.NAME' or 'mobtransporter.mob.*' in order to capture certain mob.
  20. recipe:
  21. enabled: false
  22. top: ssa
  23. middle: sea
  24. bottom: aas
  25. transporter:
  26. max-usages: 12
  27. charge:
  28. item: DIAMOND_BLOCK
  29. item-amount: 1
  30. usages-amount: 1
  31. use-permissions: true
  32. use-permissions-per-mob: true
  33. materials:
  34. - s:NETHER_STAR
  35. - e:NETHER_STAR
  36. - a:AIR
  37. worlds:
  38. blacklist:
  39. - myworld
  40. - myworld_nether
  41. - myworld_the_end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement