Code (Text):
# ===============================
# MobTransporter - Configuration
# Plugin Version: 2.8
# ===============================
# ========== Recipe Settings ==========
recipe:
enabled: true # If true, players can craft the Mob Transporter.
top: 'ss ' # Top row of the crafting recipe. Use 's' and 'e' as placeholders.
middle: 'se '
bottom: ' s'
# ========== Transporter Settings ==========
transporter:
material: LEAD # The item material representing the transporter.
max-usages: 40 # Max usages before the transporter breaks.
particles: REDSTONE # Particle effect shown when capturing a mob.
capture:
sound: ENTITY_EVOKER_CAST_SPELL
volume: 5
pitch: 5
charge:
sound: BLOCK_GRINDSTONE_USE
volume: 5
pitch: 5
released:
sound: ENTITY_ILLUSIONER_CAST_SPELL
volume: 5
pitch: 5
# ========== Charging Settings ==========
charge:
use-item: true # If true, an item is required to charge the transporter.
item: EMERALD # Item required for charging.
item-amount: 1 # Amount of items needed per charge.
usages-amount: 1 # How many uses each charge adds.
# ========== Permissions ==========
use-permissions: false # If true, players need permission nodes to use the transporter.
use-permissions-per-mob: false # If true, players need mob-specific permission nodes.
# ========== Citizens Compatibility ==========
capture:
citizens: false # If true, allows capturing Citizens NPCs.
# ========== Experience Cost ==========
experience:
required: false # If true, XP is required for using the transporter.
amount-per-use: 40 # XP consumed per use.
# ========== Economy Cost ==========
economy:
required: false # If true, players are charged money for using it.
cost-per-use: 100 # Cost per use (requires Vault & economy plugin).
# ========== Recipe Ingredients ==========
materials:
- s:STRING
- e:ENDER_PEARL
# ========== World Restrictions ==========
worlds:
blacklist:
- myworld
- myworld_nether
- myworld_the_end