默认配置:
代码:
# Item with this displayname would turn in a safarinet. Nice to use in Essentials-kit.pseudo-item:enabled: truesingle-use-display: "&cSingleuse"reusable-display: "&cReusable"# Blacklisted mobs can not be caughtblacklist:- PLAYER- ENDERDRAGONcan-catch-tamed-mobs: truedisable-mythicmobs: trueplay_sound_on_capture: truesound_on_capture: sound: SLIME_WALK volume: 1.00 pitch: 1.00play_sound_on_spawn: truesound_on_spawn: sound: SLIME_WALK volume: 1.00 pitch: 1.00# Activate this to only allow certain mobs for player. Example permission: safarinet.catch.pig AND safarinet.release.pigper-mob-permissions: falseuse-permission-for-crafting: falsesingle-use: display-name: "&eSafariNet (Single-Use)" lore: "Right click on an entity%to catch it!" recipe: enabled: true line1: "aaa" line2: "aba" line3: "aaa" ingredients: - "a:STRING" - "b:ENDER_PEARL"reusable: display-name: "&eSafariNet (Reusable)" lore: "Right click on an entity%to catch it!" recipe: enabled: true line1: "aaa" line2: "aba" line3: "aaa" ingredients: - "a:STRING" - "b:EYE_OF_ENDER"# catch chances. This sections is designed to set a certain chance, whether to success or fail on catch.# chance goes from 0.0 to 1.0# Multiple entity can be added.# remove the '#' if you want to use this section!catch-chances: CREEPER: chance: 0.5 remove-egg-on-fail: true remove-entity-on-fail: true SKELETON: chance: 0.1 remove-egg-on-fail: true remove-entity-on-fail: false