OhLorenzo

Untitled

Jan 16th, 2022
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. # grief prevention support, blocks releasing and capturing of any mob in claims if set to true.
  2. block-release-and-capture-on-claims: false
  3. can-catch-mobs-in-protected-regions: false
  4. can-release-mobs-in-protected-regions: false
  5. use-psq: true
  6. can-release-and-capture-on-plots: false
  7. pseudo-item:
  8. enabled: false
  9. single-use-display: '&cSingleuse'
  10. reusable-display: '&cReusable'
  11. blacklist:
  12. - PLAYER
  13. - ENDERDRAGON
  14. debug: false
  15. disable-logger: false
  16. disabled-worlds:
  17. - exampleworld
  18. blacklist-by-name:
  19. - dinnerbone
  20. can-catch-tamed-mobs: true
  21. disable-mythicmobs: true
  22. play_sound_on_capture: true
  23. sound_on_capture:
  24. sound: ENTITY_SLIME_SQUISH
  25. volume: 1.0
  26. pitch: 1.0
  27. play_sound_on_spawn: true
  28. sound_on_spawn:
  29. sound: ENTITY_SLIME_SQUISH
  30. volume: 1.0
  31. pitch: 1.0
  32. per-mob-permissions: false
  33. use-permission-for-crafting: false
  34. auto-discover-recipes: true
  35. single-use:
  36. display-name: '&7SafariNet &3(&7Single-Use&3)'
  37. lore: Right click on an entity%to catch it!
  38. recipe:
  39. enabled: true
  40. line1: aaa
  41. line2: aba
  42. line3: aaa
  43. ingredients:
  44. - a:STRING
  45. - b:ENDER_PEARL
  46. material: GHAST_SPAWN_EGG
  47. CustomModelData: 0
  48. customItem:
  49. ==: org.bukkit.inventory.ItemStack
  50. v: 2730
  51. type: POLAR_BEAR_SPAWN_EGG
  52. reusable:
  53. display-name: '&7SafariNet &3(&7Reusable&3)'
  54. lore: Right click on an entity%to catch it!
  55. recipe:
  56. enabled: true
  57. line1: aaa
  58. line2: aba
  59. line3: aaa
  60. ingredients:
  61. - a:STRING
  62. - b:ENDER_EYE
  63. material: GHAST_SPAWN_EGG
  64. CustomModelData: 0
  65. lore_filled_safarinet:
  66. - '&c%s'
  67. - '&a%s'
  68. messages:
  69. config_reloaded: Config reloaded!
  70. no_perms: '&cYou don''t have permission to use this!'
  71. no_perms_cmd: '&cYou don''t have permission to use this command!'
  72. no_perms_egg: '&cYou don''t have permission to use this egg'
  73. no_perms2: '&cYou don''t have permission to use this here!'
  74. cant_release: '&cYou can''t release that!'
  75. cant_catch: '&cYou can''t catch that!'
  76. safarinet_broken: '&cThis SafariNet is broken.'
  77. cant_catch_zhorse: '&cSorry, but you can''t catch ZHorses!'
  78. cant_catch_pet: '&cSorry, but you can''t catch pets!'
  79. cant_catch_tamed: '&cYou can''t catch tamed animals!'
  80. catch-failed: '&cYou failed to catch {0}!'
  81. catch-failed-no-money: '&cCatch failed for {0}! You don not have enough money! {1}'
  82. catch-succeed-took-money: '&eYou have been charged {0} for catching {1}!'
  83. syntax: '&cSyntax error: /safarinet give (player) (singleuse/reusable) [amount]'
  84. invalid-eggs: '&cInvalid eggs found. Valid: (singleuse/reusable)'
  85. needs-to-be-player: '&cYou need to be a player to execute this command!'
  86. needs-to-hold-safarinet-in-hand: '&cYou need to hold a SafariNet in your hand!'
  87. egg-given: '&aGiven {0} {1} eggs to {2}'
  88. reloaded: '&aSuccessfully reloaded the configuration file!'
  89. no-number: '&cMust be a valid number!'
  90. not-online: '&cThis player is not online.'
  91. recipe-syntax: '&c/safarinet recipe (singleuse/reusable)'
  92. egg-broken: '&cThis egg appears to be broken :('
  93. blocked-world: '&cThis world does not allow mobs/animals to be captured.'
  94.  
Advertisement
Add Comment
Please, Sign In to add comment